Re: [dpdk-dev] [PATCH v3 0/3] net/mlx4: add secondary process support

2019-04-02 Thread Shahaf Shuler
Tuesday, April 2, 2019 12:16 AM, Yongseok Koh: > Subject: [PATCH v3 0/3] net/mlx4: add secondary process support > > RFC: > https://mails.dpdk.org/archives/dev/2019-March/125516.html > > v3: > * rebase on the latest branch tip > * remove HAVE_IBV_MLX4_SECONDARY_PROCESS and make it determined > in

[dpdk-dev] [PATCH v3 0/3] net/mlx4: add secondary process support

2019-04-01 Thread Yongseok Koh
RFC: https://mails.dpdk.org/archives/dev/2019-March/125516.html v3: * rebase on the latest branch tip * remove HAVE_IBV_MLX4_SECONDARY_PROCESS and make it determined in run-time v2: * add more sanity check for eth_dev and return value from IPC request * complement commit messages * add MLX5_MP_RE