Re: [dpdk-dev] [PATCH v2] net/mlx5: fix secondary process TX error

2017-10-23 Thread Ferruh Yigit
On 10/17/2017 12:57 AM, Nélio Laranjeiro wrote: > On Tue, Oct 17, 2017 at 03:51:17PM +0800, Xueming Li wrote: >> Uninitialized UAR mmap offset caused secondary tx doorbell mapped to >> wrong address. This patch restores missing UAR mmap offset init code >> overridden by wrong merge. >> >> Fixes: fa

Re: [dpdk-dev] [PATCH v2] net/mlx5: fix secondary process TX error

2017-10-17 Thread Nélio Laranjeiro
On Tue, Oct 17, 2017 at 03:51:17PM +0800, Xueming Li wrote: > Uninitialized UAR mmap offset caused secondary tx doorbell mapped to > wrong address. This patch restores missing UAR mmap offset init code > overridden by wrong merge. > > Fixes: faf2667fe8d5 ("net/mlx5: separate DPDK from verbs Tx que

[dpdk-dev] [PATCH v2] net/mlx5: fix secondary process TX error

2017-10-17 Thread Xueming Li
Uninitialized UAR mmap offset caused secondary tx doorbell mapped to wrong address. This patch restores missing UAR mmap offset init code overridden by wrong merge. Fixes: faf2667fe8d5 ("net/mlx5: separate DPDK from verbs Tx queue ...") Signed-off-by: Xueming Li --- drivers/net/mlx5/mlx5_txq.c