From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH v4 net-next 0/9] Handle multiple received packets at each stage Date: Wed, 04 Jul 2018 14:09:03 +0900 (KST) Message-ID: <20180704.140903.473633929891240005.davem@davemloft.net> References: <5bf84d99-8f77-54ee-7543-ada13a730361@solarflare.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org To: ecree@solarflare.com Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:57190 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932252AbeGDFJG (ORCPT ); Wed, 4 Jul 2018 01:09:06 -0400 In-Reply-To: <5bf84d99-8f77-54ee-7543-ada13a730361@solarflare.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Edward Cree 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!