Re: [dpdk-dev] [PATCH v7 1/5] ethdev: support runtime queue setup

2018-04-23 Thread Ferruh Yigit
On 4/22/2018 12:58 PM, Qi Zhang wrote: > It's not possible to setup a queue when the port is started > because of a check in ethdev layer. New capability flags are > added in order to relax this check for devices which support > queue setup in runtime. The functions rte_eth_[rx|tx]_queue_setup > wi

[dpdk-dev] [PATCH v7 1/5] ethdev: support runtime queue setup

2018-04-22 Thread Qi Zhang
It's not possible to setup a queue when the port is started because of a check in ethdev layer. New capability flags are added in order to relax this check for devices which support queue setup in runtime. The functions rte_eth_[rx|tx]_queue_setup will raise an error only if the port is started and