Re: [dpdk-dev] [PATCH 4/5] lib/power: modify return of queue_stopped

2021-09-10 Thread Burakov, Anatoly
On 10-Sep-21 2:05 PM, Miao Li wrote: Since some vdevs like virtio and vhost do not support rxq_info_get and queue state inquiry, the error return value -ENOTSUP need to be ignored when queue_stopped cannot get rx queue information and rx queue state. This patch changes the return value of queue_s

[dpdk-dev] [PATCH 4/5] lib/power: modify return of queue_stopped

2021-09-09 Thread Miao Li
Since some vdevs like virtio and vhost do not support rxq_info_get and queue state inquiry, the error return value -ENOTSUP need to be ignored when queue_stopped cannot get rx queue information and rx queue state. This patch changes the return value of queue_stopped when rte_eth_rx_queue_info_get r