aboutsummaryrefslogtreecommitdiffstats
path: root/net/switchdev/switchdev.c
diff options
context:
space:
mode:
authorEric Dumazet <[email protected]>2021-01-08 11:39:02 +0000
committerJakub Kicinski <[email protected]>2021-01-09 22:24:25 +0000
commitf73fc40327c04152c792f75388d5d505aaf78964 (patch)
treee196e67796434628df330a79df85e39e1d76aaec /net/switchdev/switchdev.c
parentnet: bridge: fix misspellings using codespell tool (diff)
downloadkernel-f73fc40327c04152c792f75388d5d505aaf78964.tar.gz
kernel-f73fc40327c04152c792f75388d5d505aaf78964.zip
ice: drop dead code in ice_receive_skb()
napi_gro_receive() can never return GRO_DROP GRO_DROP can only be returned from napi_gro_frags() which is the other NAPI GRO entry point. Followup patch will remove GRO_DROP, because drivers are not supposed to call napi_gro_frags() if prior napi_get_frags() has failed. Note that I have left the gro_dropped variable. I leave to ice maintainers the decision to further remove it from ethtool -S results. Signed-off-by: Eric Dumazet <[email protected]> Acked-by: Jesse Brandeburg <[email protected]> Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'net/switchdev/switchdev.c')
0 files changed, 0 insertions, 0 deletions