Re: [dpdk-dev] [PATCH 2/5] net/mlx5: fix secondary process mempool registration

2018-01-24 Thread Shahaf Shuler
Wednesday, January 24, 2018 10:14 AM, Nélio Laranjeiro: > Hi Shahaf, > > On Tue, Jan 23, 2018 at 07:08:20PM +0200, Shahaf Shuler wrote: > > Secondary process is not allowed to register mempools on the flight. > > > > The code will return invalid memory key for such case. > > > > Fixes: 87ec44ce165

Re: [dpdk-dev] [PATCH 2/5] net/mlx5: fix secondary process mempool registration

2018-01-24 Thread Nélio Laranjeiro
Hi Shahaf, On Tue, Jan 23, 2018 at 07:08:20PM +0200, Shahaf Shuler wrote: > Secondary process is not allowed to register mempools on the flight. > > The code will return invalid memory key for such case. > > Fixes: 87ec44ce1651 ("net/mlx5: add operations for secondary process") > Cc: sta...@dpdk

[dpdk-dev] [PATCH 2/5] net/mlx5: fix secondary process mempool registration

2018-01-23 Thread Shahaf Shuler
Secondary process is not allowed to register mempools on the flight. The code will return invalid memory key for such case. Fixes: 87ec44ce1651 ("net/mlx5: add operations for secondary process") Cc: sta...@dpdk.org Signed-off-by: Shahaf Shuler Signed-off-by: Xueming Li --- doc/guides/nics/mlx