Re: [dpdk-dev] [PATCH] vdpa/mlx5: improve interrupt management

2021-05-02 Thread Matan Azrad
From: Maxime Coquelin > Hi Matan, > > On 4/11/21 11:07 AM, Thomas Monjalon wrote: > > 07/04/2021 08:49, Xia, Chenbo: > >>> Signed-off-by: Matan Azrad > >>> Acked-by: Xueming Li > >> > >> Patch applied to next-virtio/main with conflict resolved. > >> > >> Thanks! > > > > Sorry it cannot be pul

Re: [dpdk-dev] [PATCH] vdpa/mlx5: improve interrupt management

2021-04-29 Thread Maxime Coquelin
Hi Matan, On 4/11/21 11:07 AM, Thomas Monjalon wrote: > 07/04/2021 08:49, Xia, Chenbo: >>> Signed-off-by: Matan Azrad >>> Acked-by: Xueming Li >> >> Patch applied to next-virtio/main with conflict resolved. >> >> Thanks! > > Sorry it cannot be pulled in the main tree because it breaks > compila

Re: [dpdk-dev] [PATCH] vdpa/mlx5: improve interrupt management

2021-04-11 Thread Thomas Monjalon
07/04/2021 08:49, Xia, Chenbo: > > Signed-off-by: Matan Azrad > > Acked-by: Xueming Li > > Patch applied to next-virtio/main with conflict resolved. > > Thanks! Sorry it cannot be pulled in the main tree because it breaks compilation with musl libc. It can be fixed in the same way as in 41b5a

Re: [dpdk-dev] [PATCH] vdpa/mlx5: improve interrupt management

2021-04-06 Thread Xia, Chenbo
> -Original Message- > From: dev On Behalf Of Matan Azrad > Sent: Thursday, March 18, 2021 5:13 PM > To: dev@dpdk.org > Cc: Maxime Coquelin > Subject: [dpdk-dev] [PATCH] vdpa/mlx5: improve interrupt management > > The driver should notify the guest for each traf

Re: [dpdk-dev] [PATCH] vdpa/mlx5: improve interrupt management

2021-03-29 Thread Maxime Coquelin
On 3/18/21 10:13 AM, Matan Azrad wrote: > The driver should notify the guest for each traffic burst detected by CQ > polling. > > The CQ polling trigger is defined by `event_mode` device argument, > either by busy polling on all the CQs or by blocked call to HW > completion event using DevX cha

[dpdk-dev] [PATCH] vdpa/mlx5: improve interrupt management

2021-03-18 Thread Matan Azrad
The driver should notify the guest for each traffic burst detected by CQ polling. The CQ polling trigger is defined by `event_mode` device argument, either by busy polling on all the CQs or by blocked call to HW completion event using DevX channel. Also, the polling event modes can move to blocke