Re: [dpdk-dev] [PATCH v1 1/4] vhost: support host notifier queue configuration

2020-06-22 Thread Maxime Coquelin
On 6/21/20 8:26 AM, Matan Azrad wrote: > Hi Maxime > > From: Maxime Coquelin: >> On 6/19/20 3:28 PM, Matan Azrad wrote: >>> >>> >>> From: Maxime Coquelin: On 6/18/20 6:28 PM, Matan Azrad wrote: > As an arrangement to per queue operations in the vDPA device it is > needed to change

Re: [dpdk-dev] [PATCH v1 1/4] vhost: support host notifier queue configuration

2020-06-20 Thread Matan Azrad
Hi Maxime From: Maxime Coquelin: > On 6/19/20 3:28 PM, Matan Azrad wrote: > > > > > > From: Maxime Coquelin: > >> On 6/18/20 6:28 PM, Matan Azrad wrote: > >>> As an arrangement to per queue operations in the vDPA device it is > >>> needed to change the next experimental API: > >>> > >>> The API ``

Re: [dpdk-dev] [PATCH v1 1/4] vhost: support host notifier queue configuration

2020-06-19 Thread Maxime Coquelin
On 6/19/20 3:28 PM, Matan Azrad wrote: > > > From: Maxime Coquelin: >> On 6/18/20 6:28 PM, Matan Azrad wrote: >>> As an arrangement to per queue operations in the vDPA device it is >>> needed to change the next experimental API: >>> >>> The API ``rte_vhost_host_notifier_ctrl`` was changed to b

Re: [dpdk-dev] [PATCH v1 1/4] vhost: support host notifier queue configuration

2020-06-19 Thread Matan Azrad
From: Maxime Coquelin: > On 6/18/20 6:28 PM, Matan Azrad wrote: > > As an arrangement to per queue operations in the vDPA device it is > > needed to change the next experimental API: > > > > The API ``rte_vhost_host_notifier_ctrl`` was changed to be per queue > > instead of per device. > > > > A

Re: [dpdk-dev] [PATCH v1 1/4] vhost: support host notifier queue configuration

2020-06-18 Thread Maxime Coquelin
On 6/18/20 6:28 PM, Matan Azrad wrote: > As an arrangement to per queue operations in the vDPA device it is > needed to change the next experimental API: > > The API ``rte_vhost_host_notifier_ctrl`` was changed to be per queue > instead of per device. > > A `qid` parameter was added to the API

[dpdk-dev] [PATCH v1 1/4] vhost: support host notifier queue configuration

2020-06-18 Thread Matan Azrad
As an arrangement to per queue operations in the vDPA device it is needed to change the next experimental API: The API ``rte_vhost_host_notifier_ctrl`` was changed to be per queue instead of per device. A `qid` parameter was added to the API arguments list. Setting the parameter to the value VHO