[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180704.140903.473633929891240005.davem@davemloft.net>
Date: Wed, 04 Jul 2018 14:09:03 +0900 (KST)
From: David Miller <davem@...emloft.net>
To: ecree@...arflare.com
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH v4 net-next 0/9] Handle multiple received packets at
each stage
From: Edward Cree <ecree@...arflare.com>
Date: Mon, 2 Jul 2018 16:11:36 +0100
> This patch series adds the capability for the network stack to receive a
> list of packets and process them as a unit, rather than handling each
> packet singly in sequence. This is done by factoring out the existing
> datapath code at each layer and wrapping it in list handling code.
...
This is really nice stuff.
I'll apply this, but please work on the ipv6 side too.
I hope that driver maintainers take a look at using the new
netif_receive_skb_list() interface and see how much it helps
performance with their devices.
Thanks!
Powered by blists - more mailing lists