Re: [dpdk-dev] [PATCH v3 0/3] vdpa/mlx5: optimize cpu utilization

2020-06-29 Thread Maxime Coquelin
On 6/29/20 4:01 PM, Matan Azrad wrote: > Defines new event modes in order to schedule CQ polling. > > Timer thread is created in mode 0 and 1 in order to save CPU utilization. > > v2: > Add devargs to control the events mode. > > v3: > rebase. > Improve mode 0 latency. > > Matan Azrad (3): >

[dpdk-dev] [PATCH v3 0/3] vdpa/mlx5: optimize cpu utilization

2020-06-29 Thread Matan Azrad
Defines new event modes in order to schedule CQ polling. Timer thread is created in mode 0 and 1 in order to save CPU utilization. v2: Add devargs to control the events mode. v3: rebase. Improve mode 0 latency. Matan Azrad (3): vdpa/mlx5: optimize notification events vdpa/mlx5: optimize com