On 08/01/2021 11:39, Eric Dumazet wrote: > From: Eric Dumazet <eduma...@google.com> > > 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 <eduma...@google.com> > Cc: Jesse Brandeburg <jesse.brandeb...@intel.com>
Fwiw, Acked-by: Edward Cree <ecree.xil...@gmail.com>