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

2021-10-22 Thread David Hunt
On 21/10/2021 5:48 PM, Ferruh Yigit wrote: On 10/18/2021 3:16 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.

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

2021-10-22 Thread Li, Miao
Hi, > -Original Message- > From: Yigit, Ferruh > Sent: Friday, October 22, 2021 5:01 PM > To: Li, Miao ; dev@dpdk.org; Hunt, David > > Cc: Xia, Chenbo ; maxime.coque...@redhat.com; > Burakov, Anatoly > Subject: Re: [dpdk-dev] [PATCH v7 4/5] power: modify return

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

2021-10-22 Thread Ferruh Yigit
On 10/22/2021 9:20 AM, Li, Miao wrote: Hi, -Original Message- From: Yigit, Ferruh Sent: Friday, October 22, 2021 12:48 AM To: Li, Miao ; dev@dpdk.org; Hunt, David Cc: Xia, Chenbo ; maxime.coque...@redhat.com; Burakov, Anatoly Subject: Re: [dpdk-dev] [PATCH v7 4/5] power: modify

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

2021-10-22 Thread Li, Miao
Hi, > -Original Message- > From: Yigit, Ferruh > Sent: Friday, October 22, 2021 12:48 AM > To: Li, Miao ; dev@dpdk.org; Hunt, David > > Cc: Xia, Chenbo ; maxime.coque...@redhat.com; > Burakov, Anatoly > Subject: Re: [dpdk-dev] [PATCH v7 4/5] power: modify

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

2021-10-21 Thread Ferruh Yigit
On 10/18/2021 3:16 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_

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

2021-10-17 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