Hi, > -----Original Message----- > From: Gregory Etelson <getel...@nvidia.com> > Sent: Friday, March 1, 2024 8:05 AM > To: dev@dpdk.org > Cc: Gregory Etelson <getel...@nvidia.com>; Maayan Kashani > <mkash...@nvidia.com>; Raslan Darawsheh <rasl...@nvidia.com>; > sta...@dpdk.org; Dariusz Sosnowski <dsosnow...@nvidia.com>; Slava > Ovsiienko <viachesl...@nvidia.com>; Ori Kam <or...@nvidia.com>; > Suanming Mou <suanmi...@nvidia.com>; Matan Azrad > <ma...@nvidia.com> > Subject: [PATCH] net/mlx5: fix VID assignment in VLAN modify > > PMD uses MODIFY_FIELD to implement standalone OF_SET_VLAN_VID flow > action. > PMD assigned immediate VLAN Id value to the `.level` member of the > `rte_flow_action_modify_data` structure instead of `.value`. > That assignment has worked because both members had the same offset in > the hosting structure. > > The patch assigns VLAN Id directly to `.value` > > Fixes: 773ca0e91ba1 ("net/mlx5: support VLAN push/pop/modify with > HWS") > Cc: sta...@dpdk.org (backport) > > Signed-off-by: Gregory Etelson <getel...@nvidia.com> > Acked-by: Dariusz Sosnowski <dsosnow...@nvidia.com> Patch applied to next-net-mlx,
Kindest regards Raslan Darawsheh