On Wed, 27 Mar 2019 12:02:13 +
Edward Cree wrote:
> On 26/03/2019 14:43, Jesper Dangaard Brouer wrote:
> > On Mon, 25 Mar 2019 13:42:39 +
> > Ioana Ciornei wrote:
> >
> >> Take advantage of the software Rx batching by using
> >> netif_receive_skb_list instead of napi_gro_receive.
> >>
On 26/03/2019 14:43, Jesper Dangaard Brouer wrote:
> On Mon, 25 Mar 2019 13:42:39 +
> Ioana Ciornei wrote:
>
>> Take advantage of the software Rx batching by using
>> netif_receive_skb_list instead of napi_gro_receive.
>>
>> Signed-off-by: Ioana Ciornei
>> ---
> Nice to see more people/driver
From: Ioana Ciornei
Date: Mon, 25 Mar 2019 13:42:39 +
> Take advantage of the software Rx batching by using
> netif_receive_skb_list instead of napi_gro_receive.
>
> Signed-off-by: Ioana Ciornei
Applied, thanks.
On 03/26/2019 07:43 AM, Jesper Dangaard Brouer wrote:
> On Mon, 25 Mar 2019 13:42:39 +
> Ioana Ciornei wrote:
>
>> Take advantage of the software Rx batching by using
>> netif_receive_skb_list instead of napi_gro_receive.
>>
>> Signed-off-by: Ioana Ciornei
>> ---
>
> Nice to see more peo
On Mon, 25 Mar 2019 13:42:39 +
Ioana Ciornei wrote:
> Take advantage of the software Rx batching by using
> netif_receive_skb_list instead of napi_gro_receive.
>
> Signed-off-by: Ioana Ciornei
> ---
Nice to see more people/drivers using: netif_receive_skb_list()
We should likely add a sim
Take advantage of the software Rx batching by using
netif_receive_skb_list instead of napi_gro_receive.
Signed-off-by: Ioana Ciornei
---
drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c | 8 +++-
drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.h | 1 +
2 files changed, 8 insertions(+), 1 dele