RE: [PATCH] net/mlx5/hws: fix incorrect dw_8_6_ext PRM offset

2022-12-21 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Alex Vesker > Sent: Thursday, December 8, 2022 1:09 PM > To: Alex Vesker ; Slava Ovsiienko > ; NBU-Contact-Thomas Monjalon (EXTERNAL) > ; Suanming Mou ; > Matan Azrad > Cc: dev@dpdk.org; Ori Kam > Subject: [PATCH] net/mlx5/hw

RE: [PATCH] net/mlx5/hws: fix incorrect dw_8_6_ext PRM offset

2022-12-12 Thread Matan Azrad
From: Alex Vesker > Subject: [PATCH] net/mlx5/hws: fix incorrect dw_8_6_ext PRM offset > > The offset of format_select_dw_8_6_ext was incorrect. > Update the reserved offsets to correct value. > > Fixes: 365cdf5f8ce7 ("net/mlx5/hws: add command layer") > Signed-

[PATCH] net/mlx5/hws: fix incorrect dw_8_6_ext PRM offset

2022-12-08 Thread Alex Vesker
The offset of format_select_dw_8_6_ext was incorrect. Update the reserved offsets to correct value. Fixes: 365cdf5f8ce7 ("net/mlx5/hws: add command layer") Signed-off-by: Alex Vesker Reviewed-by: Erez Shitrit --- drivers/common/mlx5/mlx5_prm.h | 7 --- 1 file changed, 4 insertions(+), 3 del