commit | fc741216db156994c554ac31c1151fe0e00d8f0e | [log] [tgz] |
---|---|---|
author | Jesse Gross <jesse@nicira.com> | Sun Jan 09 06:23:32 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sun Jan 09 23:35:34 2011 -0800 |
tree | 692c6278f1c20e4452620adee1ea3cd05d878819 | |
parent | f01a5236bd4b140198fbcc550f085e8361fd73fa [diff] |
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 <jesse@nicira.com> Signed-off-by: David S. Miller <davem@davemloft.net>