dpaa2-eth: use netif_receive_skb_list
Take advantage of the software Rx batching by using netif_receive_skb_list instead of napi_gro_receive. Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
6da88a82df
commit
0a25d92c6f
@@ -334,6 +334,7 @@ struct dpaa2_eth_channel {
|
||||
struct dpaa2_eth_ch_stats stats;
|
||||
struct dpaa2_eth_ch_xdp xdp;
|
||||
struct xdp_rxq_info xdp_rxq;
|
||||
struct list_head *rx_list;
|
||||
};
|
||||
|
||||
struct dpaa2_eth_dist_fields {
|
||||
|
Reference in New Issue
Block a user