diff options
author | Eric Dumazet <edumazet@google.com> | 2021-01-08 03:39:02 -0800 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2021-01-09 14:24:25 -0800 |
commit | f73fc40327c04152c792f75388d5d505aaf78964 (patch) | |
tree | e196e67796434628df330a79df85e39e1d76aaec /drivers/fpga/ts73xx-fpga.c | |
parent | efb5b338da6a0d474cdab3bfc11edef32ed0c173 (diff) |
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 <edumazet@google.com>
Acked-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'drivers/fpga/ts73xx-fpga.c')
0 files changed, 0 insertions, 0 deletions