Hi, > -----Original Message----- > From: dev <[email protected]> On Behalf Of Tal Shnaiderman > Sent: Monday, October 26, 2020 8:18 PM > To: [email protected] > Cc: NBU-Contact-Thomas Monjalon <[email protected]>; Matan Azrad > <[email protected]>; Shahaf Shuler <[email protected]>; Slava > Ovsiienko <[email protected]>; [email protected] > Subject: [dpdk-dev] [PATCH] net/mlx5: fix wrong assignment of > allow_multi_pkt_send_wqe > > Fix wrong assignment of allow_multi_pkt_send_wqe > in mlx5_devx_cmd_create_sq. > The incorrect assignment was introduced in the initial > mlx5_devx_cmd_create_sq implementation. > > sq_attr->flush_in_error_en is > mistakenly assigned to both allow_multi_pkt_send_wqe and > flush_in_error_en, it was detected during Windows PMD development. > > The fix is simply assigning the right value in mlx5_devx_cmd_create_sq > to sq_attr->allow_multi_pkt_send_wqe > > Fixes: ae18a1ae9692 ("net/mlx5: support Tx hairpin queues") > Cc: [email protected] > > Signed-off-by: Tal Shnaiderman <[email protected]> > Acked-by: Matan Azrad <[email protected]> > --- > drivers/common/mlx5/mlx5_devx_cmds.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >
Patch applied to next-net-mlx, Kindest regards, Raslan Darawsheh

