[dpdk-dev] [PATCH 0/2] Added functions to get RX/TX default configuration

2014-09-29 Thread David Marchand
Hello Pablo, On Mon, Sep 29, 2014 at 4:02 PM, De Lara Guarch, Pablo < pablo.de.lara.guarch at intel.com> wrote: > Hi David, > > > - All I can see in this patchset is stuff that should remain in the PMD > (since > > this is really specific to them). > > > > - Anyway, if you want to let application

[dpdk-dev] [PATCH 0/2] Added functions to get RX/TX default configuration

2014-09-29 Thread De Lara Guarch, Pablo
Hi David, > From: David Marchand [mailto:david.marchand at 6wind.com] > Sent: Saturday, September 27, 2014 7:45 PM > To: De Lara Guarch, Pablo > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH 0/2] Added functions to get RX/TX default > configuration > > Hello Pab

[dpdk-dev] [PATCH 0/2] Added functions to get RX/TX default configuration

2014-09-27 Thread David Marchand
Hello Pablo, - All I can see in this patchset is stuff that should remain in the PMD (since this is really specific to them). - Anyway, if you want to let application get this information, why the new API ? >From my point of view, this should go in rte_eth_dev_info_get(). -- David Marchand O

[dpdk-dev] [PATCH 0/2] Added functions to get RX/TX default configuration

2014-09-26 Thread Pablo de Lara
These patches add two new API functions to get an 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