Hi, > -----Original Message----- > From: Michael Baum <michae...@nvidia.com> > Sent: Monday, January 15, 2024 2:13 PM > To: dev@dpdk.org > Cc: Matan Azrad <ma...@nvidia.com>; Dariusz Sosnowski > <dsosnow...@nvidia.com>; Raslan Darawsheh <rasl...@nvidia.com>; Slava > Ovsiienko <viachesl...@nvidia.com>; Ori Kam <or...@nvidia.com>; > Suanming Mou <suanmi...@nvidia.com>; Shiri Kuzin <shi...@nvidia.com>; > sta...@dpdk.org > Subject: [PATCH] net/mlx5: fix GENEVE TLV option management > > In SW steering, the GENEVE TLV option matching flows must be created using > a translation function. > This function checks whether this option has already created a DevX object for > the matching and either creates the objects or updates the reference counter. > After translation, a flag in flow structure is turned on indicating the > destroy > function to release this DevX object. > > When the flow rule has meter, the rule may be split, and call translate > function > more than once per flow causing object reference counter to increase each > time without updating the flow flag accordingly. > > This patch uses this flag as a reference counter which is increased every > translation and indicates the destroy function how many destroy DevX to do. > > Fixes: f15f0c3806d0 ("net/mlx5: create GENEVE TLV option management") > Fixes: e440d6cf589e ("net/mlx5: add GENEVE TLV option flow translation") > Cc: shi...@nvidia.com > Cc: sta...@dpdk.org > > Signed-off-by: Michael Baum <michae...@nvidia.com> > Acked-by: Matan Azrad <ma...@nvidia.com> Patch applied to next-net-mlx,
Kindest regards Raslan Darawsheh