Re: [PATCH net-next 0/2] net-gro: GRO_DROP deprecation

2021-01-09 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Fri, 8 Jan 2021 03:39:01 -0800 you wrote: > From: Eric Dumazet > > GRO_DROP has no practical use and can be removed, > once ice driver is cleaned up. > > This removes one useless conditionel test in napi_gro_frags()

[PATCH net-next 0/2] net-gro: GRO_DROP deprecation

2021-01-08 Thread Eric Dumazet
From: Eric Dumazet GRO_DROP has no practical use and can be removed, once ice driver is cleaned up. This removes one useless conditionel test in napi_gro_frags() Eric Dumazet (2): ice: drop dead code in ice_receive_skb() net-gro: remove GRO_DROP drivers/net/ethernet/intel/ice/ice_txrx_lib