On Wed, Oct 1, 2014 at 11:54 AM, De Lara Guarch, Pablo < pablo.de.lara.guarch at intel.com> wrote:
> > > > -----Original Message----- > > From: De Lara Guarch, Pablo > > Sent: Wednesday, October 01, 2014 10:49 AM > > To: dev at dpdk.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 <david.marchand at 6wind.com> Thanks Pablo. -- David Marchand