diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2020-06-24 16:06:04 -0600 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-06-25 16:16:21 -0700 |
commit | e5e7d8052f6140985c03bd49ebaa0af9c2944bc6 (patch) | |
tree | 198b950d9e169570634fc782bcde0fd4ff4a615c /drivers/net/ethernet/hisilicon | |
parent | df08126e3833e9dca19e2407db5f5860a7c194fb (diff) |
socionext: account for napi_gro_receive never returning GRO_DROP
The napi_gro_receive function no longer returns GRO_DROP ever, making
handling GRO_DROP dead code. This commit removes that dead code.
Further, it's not even clear that device drivers have any business in
taking action after passing off received packets; that's arguably out of
their hands.
Fixes: 6570bc79c0df ("net: core: use listified Rx for GRO_NORMAL in napi_gro_receive()")
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/hisilicon')
0 files changed, 0 insertions, 0 deletions