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

2021-05-04 Thread Maxime Coquelin
On 5/2/21 12:45 PM, 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 chan

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

2021-05-03 Thread Maxime Coquelin
On 5/2/21 12:45 PM, 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 chan