> -----Original Message----- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Thomas Monjalon > Sent: Friday, October 10, 2014 12:21 PM > To: De Lara Guarch, Pablo > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH v3 3/3] app: Used default RX/TX > configuration got from dev info in apps > > 2014-10-01 10:49, Pablo de Lara: > > For apps that were using default rte_eth_rxconf and rte_eth_txconf > > structures, these have been removed and now they are obtained by > > calling rte_eth_dev_info_get, just before setting up RX/TX queues. > > If my understanding is correct, you are cleaning only examples whose > you are sure we want default values or you know which parameter to tune. > Right? > > I'd like to see another patch for testpmd and other tests/examples whose > default values would be OK.
That's correct. I have only changed those sample apps that use default values or have very minor changes that I am aware of. Thanks, Pablo > > Thanks > -- > Thomas