]> git.baikalelectronics.ru Git - kernel.git/commit
socionext: account for napi_gro_receive never returning GRO_DROP
authorJason A. Donenfeld <Jason@zx2c4.com>
Wed, 24 Jun 2020 22:06:04 +0000 (16:06 -0600)
committerDavid S. Miller <davem@davemloft.net>
Thu, 25 Jun 2020 23:16:21 +0000 (16:16 -0700)
commite021690a00c1ffe439a9e840ca748e0059aabc2f
tree198b950d9e169570634fc782bcde0fd4ff4a615c
parent93954f2ee6c9b94d86446b0f5ae0134b4e7907bb
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: 3240c95a722e ("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>
drivers/net/ethernet/socionext/netsec.c