Re: [dpdk-dev] [PATCH 3/5] net/mlx5: fix non working secondary process by removing it

2017-08-22 Thread Nélio Laranjeiro
On Thu, Aug 17, 2017 at 03:38:22PM +0100, Ferruh Yigit wrote: > On 8/1/2017 1:09 PM, Nelio Laranjeiro wrote: > > Secondary process is a copy/paste of the mlx4 drivers, it was never > > tested and it even segfault at the secondary process start in the > > mlx5_pci_probe(). > > Does this means multi

Re: [dpdk-dev] [PATCH 3/5] net/mlx5: fix non working secondary process by removing it

2017-08-17 Thread Ferruh Yigit
On 8/1/2017 1:09 PM, Nelio Laranjeiro wrote: > Secondary process is a copy/paste of the mlx4 drivers, it was never > tested and it even segfault at the secondary process start in the > mlx5_pci_probe(). Does this means multi process support for mlx5 broken with this patch? If so features file and

[dpdk-dev] [PATCH 3/5] net/mlx5: fix non working secondary process by removing it

2017-08-01 Thread Nelio Laranjeiro
Secondary process is a copy/paste of the mlx4 drivers, it was never tested and it even segfault at the secondary process start in the mlx5_pci_probe(). This makes more sense to wipe this non working feature to re-write a working and functional version. Fixes: a48deada651b ("mlx5: allow operation