Re: [dpdk-dev] [PATCH v1 2/2] net/mlx5: add multiple process support

2017-08-25 Thread Nélio Laranjeiro
Hi Xueming, Please see comments below, On Thu, Aug 24, 2017 at 10:03:41PM +0800, Xueming Li wrote: > PMD uses Verbs object which were not available in the shared memory, in > addition, due to IO pages, it was not possible to use the primary > process Tx queues from a secondary process. > > This

[dpdk-dev] [PATCH v1 2/2] net/mlx5: add multiple process support

2017-08-24 Thread Xueming Li
PMD uses Verbs object which were not available in the shared memory, in addition, due to IO pages, it was not possible to use the primary process Tx queues from a secondary process. This patch modify the location where Verbs objects are allocated (from process memory address space to shared memory