Hi, > -----Original Message----- > From: Gregory Etelson <getel...@nvidia.com> > Sent: Thursday, February 29, 2024 12:20 PM > To: dev@dpdk.org > Cc: Gregory Etelson <getel...@nvidia.com>; Maayan Kashani > <mkash...@nvidia.com>; Raslan Darawsheh <rasl...@nvidia.com>; > sta...@dpdk.org; Suanming Mou <suanmi...@nvidia.com>; Dariusz > Sosnowski <dsosnow...@nvidia.com>; Slava Ovsiienko > <viachesl...@nvidia.com>; Ori Kam <or...@nvidia.com>; Matan Azrad > <ma...@nvidia.com> > Subject: [PATCH] net/mlx5: fix action template expansion: support indirect > actions list > > MLX5 PMD actions template compilation may implicitly add MODIFY_HEADER > to actions list provided by application. > MLX5 actions in a template list must be arranged according to the HW > supported order. > The PMD must place new MODIFY_HEADER in the correct location relative to > existing actions. > > The patch adds indirect actions list to calculation of the new MODIFY_HEADER > location. > > Fixes: e26f50adbf38 ("net/mlx5: support indirect list meter mark action") > > Cc: sta...@dpdk.org > > Signed-off-by: Gregory Etelson <getel...@nvidia.com> > Acked-by: Suanming Mou <suanmi...@nvidia.com> > --- Patch applied to next-net-mlx,
Kindest regards, Raslan Darawsheh