Acked-by: Edward Cree <ecree@xxxxxxxxxxxxxx>On 10/10/2019 15:42, Alexander Lobakin wrote:
Commit 323ebb61e32b4 ("net: use listified RX for handling GRO_NORMAL
skbs") made use of listified skb processing for the users of
napi_gro_frags().
The same technique can be used in a way more common napi_gro_receive()
to speed up non-merged (GRO_NORMAL) skbs for a wide range of drivers,
including gro_cells and mac80211 users.
Signed-off-by: Alexander Lobakin <alobakin@xxxxxxxx>
but I think this needs review from the socionext folks as well.