Re: [dpdk-dev] [PATCH] net/mlx5: fix UAR remap initialization for 32-bit systems

2019-09-29 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Viacheslav Ovsiienko > Sent: Wednesday, September 18, 2019 9:54 AM > To: dev@dpdk.org > Cc: Matan Azrad ; Raslan Darawsheh > > Subject: [PATCH] net/mlx5: fix UAR remap initialization for 32-bit systems > > The txq_uar_init() routine uses the uninitialized

Re: [dpdk-dev] [PATCH] net/mlx5: fix UAR remap initialization for 32-bit systems

2019-09-22 Thread Matan Azrad
From: Viacheslav Ovsiienko > The txq_uar_init() routine uses the uninitialized uar_mmap_offset field in > 32-bit configurations due to this field is initialized after txq_uar_init() > call. > > Fixes: 120dc4a7dcd3 ("net/mlx5: remove device register remap") > > Signed-off-by: Viacheslav Ovsiie

[dpdk-dev] [PATCH] net/mlx5: fix UAR remap initialization for 32-bit systems

2019-09-17 Thread Viacheslav Ovsiienko
The txq_uar_init() routine uses the uninitialized uar_mmap_offset field in 32-bit configurations due to this field is initialized after txq_uar_init() call. Fixes: 120dc4a7dcd3 ("net/mlx5: remove device register remap") Signed-off-by: Viacheslav Ovsiienko --- drivers/net/mlx5/mlx5_txq.c | 2 +-