On 08/01/2021 11:39, Eric Dumazet wrote:
> From: Eric Dumazet <[email protected]>
> 
> GRO_DROP can only be returned from napi_gro_frags()
> if the skb has not been allocated by a prior napi_get_frags()
> 
> Since drivers must use napi_get_frags() and test its result
> before populating the skb with metadata, we can safely remove
> GRO_DROP since it offers no practical use.
> 
> Signed-off-by: Eric Dumazet <[email protected]>
> Cc: Jesse Brandeburg <[email protected]>

Fwiw,
Acked-by: Edward Cree <[email protected]>

Reply via email to