From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id A1A5C2B93 for ; Tue, 27 Sep 2016 16:38:40 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga104.fm.intel.com with ESMTP; 27 Sep 2016 07:38:39 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,405,1470726000"; d="scan'208";a="1062951856" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.220.48]) by fmsmga002.fm.intel.com with SMTP; 27 Sep 2016 07:38:37 -0700 Received: by (sSMTP sendmail emulation); Tue, 27 Sep 2016 15:38:37 +0025 Date: Tue, 27 Sep 2016 15:38:37 +0100 From: Bruce Richardson To: John Daley Cc: dev@dpdk.org, Nelson Escobar Message-ID: <20160927143836.GE36312@bricha3-MOBL3> References: <20160922170246.15061-1-johndale@cisco.com> <20160922170246.15061-2-johndale@cisco.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160922170246.15061-2-johndale@cisco.com> Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH] net/enic: support scatter Rx in the MTU update function X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2016 14:38:41 -0000 On Thu, Sep 22, 2016 at 10:02:46AM -0700, John Daley wrote: > Re-initialize Rq's when MTU is changed. This allows for more > efficient use of mbufs when moving from an MTU that is greater > than the mbuf size to one that is less. And moves to using Rx > scatter mode when moving from an MTU less than the mbuf size > to one that is greater. > > Signed-off-by: Nelson Escobar > Signed-off-by: John Daley Applied to dpdk-next-net/rel_16_11 /Bruce