From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Marchand Subject: Re: [PATCH v3 0/3] Get default RX/TX configuration Date: Thu, 2 Oct 2014 12:18:23 +0200 Message-ID: References: <1412150458-26213-1-git-send-email-pablo.de.lara.guarch@intel.com> <1412156945-6549-1-git-send-email-pablo.de.lara.guarch@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Cc: "dev-VfR2kkLFssw@public.gmane.org" To: "De Lara Guarch, Pablo" Return-path: In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" On Wed, Oct 1, 2014 at 11:54 AM, De Lara Guarch, Pablo < pablo.de.lara.guarch-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> wrote: > > > > -----Original Message----- > > From: De Lara Guarch, Pablo > > Sent: Wednesday, October 01, 2014 10:49 AM > > To: dev-VfR2kkLFssw@public.gmane.org > > Cc: De Lara Guarch, Pablo > > Subject: [PATCH v3 0/3] Get default RX/TX configuration > > > > These patches modified the dev info structure to include optimal values > > for the RX/TX configuration structures (rte_eth_rxconf and > rte_eth_txconf), > > so users can get these configurations and modify or use them directly, > > to set up RX/TX queues. Besides, most of the apps that were modifying > little > > or none of the default values of the structures, have been modified to > get > > these values to simplify the code and avoid duplication. > > > > Pablo de Lara (3): > > ether: Reset whole dev info structure > > pmd: Modified dev_info structure to include default RX/TX > > configuration > > app: Used default RX/TX configuration got from dev info in apps > > Changes in V3: > > - Separated dev info reset in different patch > - Deleted unnecessary local variables > - Added extra documentation for RX/TX queue setup functions. > > Series Acked-by: David Marchand Thanks Pablo. -- David Marchand