d73fa author Jesse Gross 1294554212 +0000 committer David S. Miller 1294644934 -0800 net offloading: Pass features into netif_needs_gso(). Now that there is a single function that can compute the device features relevant to a packet, we don't want to run it for each offload. This converts netif_needs_gso() to take the features of the device, rather than computing them itself. Signed-off-by: Jesse Gross Signed-off-by: David S. Miller ÔÒÌ