Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net offloading: Convert dev_gso_segment() to use precomputed features.
This switches dev_gso_segment() to use the device features computed by the centralized routine. In doing so, it fixes a problem where it would always use dev->features, instead of those appropriate to the number of vlan tags if any are present. Signed-off-by: Jesse Gross <[email protected]> Signed-off-by: David S. Miller <[email protected]>