[dpdk-dev] [PATCH v3 3/3] app: Used default RX/TX configuration got from dev info in apps

2014-10-10 Thread Thomas Monjalon
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

[dpdk-dev] [PATCH v3 3/3] app: Used default RX/TX configuration got from dev info in apps

2014-10-10 Thread De Lara Guarch, Pablo
> -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 > configurat

[dpdk-dev] [PATCH v3 3/3] app: Used default RX/TX configuration got from dev info in apps

2014-10-01 Thread 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. Signed-off-by: Pablo de Lara --- examples/dpdk_qat/main.c | 44