Re: [dpdk-dev] [PATCH 3/4] vdpa/mlx5: add cpu core parameter to bind polling thread

2021-01-08 Thread Maxime Coquelin
On 12/3/20 12:36 AM, Xueming Li wrote: > This patch adds new device argument to specify cpu core affinity to > event polling thread for better latency and throughput. The thread > could be also located by name "vDPA-mlx5-". > > Signed-off-by: Xueming Li > Acked-by: Matan Azrad > --- > doc/gu

Re: [dpdk-dev] [PATCH 3/4] vdpa/mlx5: add cpu core parameter to bind polling thread

2021-01-06 Thread Maxime Coquelin
On 12/3/20 12:36 AM, Xueming Li wrote: > This patch adds new device argument to specify cpu core affinity to > event polling thread for better latency and throughput. The thread > could be also located by name "vDPA-mlx5-". > > Signed-off-by: Xueming Li > Acked-by: Matan Azrad > --- > doc/gu

[dpdk-dev] [PATCH 3/4] vdpa/mlx5: add cpu core parameter to bind polling thread

2020-12-02 Thread Xueming Li
This patch adds new device argument to specify cpu core affinity to event polling thread for better latency and throughput. The thread could be also located by name "vDPA-mlx5-". Signed-off-by: Xueming Li Acked-by: Matan Azrad --- doc/guides/vdpadevs/mlx5.rst| 5 + drivers/vdpa/mlx