Re: [dpdk-dev] [RFC] ether: support deferred queue setup

2018-01-14 Thread Andrew Rybchenko
On 01/15/2018 04:57 AM, Qi Zhang wrote: According to exist implementation, rte_eth_[rx|tx]_queue_setup will always return fail if device is already started(rte_eth_dev_start). This can't satisfied the usage when application want to deferred setup part of the queues while keep traffic running on

[dpdk-dev] [RFC] ether: support deferred queue setup

2018-01-14 Thread Qi Zhang
According to exist implementation, rte_eth_[rx|tx]_queue_setup will always return fail if device is already started(rte_eth_dev_start). This can't satisfied the usage when application want to deferred setup part of the queues while keep traffic running on those queues already be setup. example: r