From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH] net/enic: support scatter Rx in the MTU update function Date: Tue, 27 Sep 2016 15:38:37 +0100 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 Cc: dev@dpdk.org, Nelson Escobar To: John Daley 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) Content-Disposition: inline In-Reply-To: <20160922170246.15061-2-johndale@cisco.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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