Re: [dpdk-dev] [PATCH v5 0/5] net/mlx5 multi-process support

2017-10-06 Thread Ferruh Yigit
On 10/6/2017 4:45 PM, Xueming Li wrote: > > This patchset enhances Mellanox multi-process by supporting all multi-process > examples, also support reading ethdev (x)stats in secondary process. > > V5: > * rebase on latest upstream code, patch 2/5 mlx5_ethdev.c updated. > > V4: > * remove forked

[dpdk-dev] [PATCH v5 0/5] net/mlx5 multi-process support

2017-10-06 Thread Xueming Li
This patchset enhances Mellanox multi-process by supporting all multi-process examples, also support reading ethdev (x)stats in secondary process. V5: * rebase on latest upstream code, patch 2/5 mlx5_ethdev.c updated. V4: * remove forked secondary mode V3: * add cover letter * add dependency no