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
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
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 +-
3 matches
Mail list logo