, x > -----Original Message----- > From: Bing Zhao <bi...@nvidia.com> > Sent: Thursday, July 13, 2023 2:20 PM > To: Matan Azrad <ma...@nvidia.com>; Slava Ovsiienko > <viachesl...@nvidia.com>; Ori Kam <or...@nvidia.com>; Suanming Mou > <suanmi...@nvidia.com>; Raslan Darawsheh <rasl...@nvidia.com> > Cc: dev@dpdk.org; sta...@dpdk.org; David Marchand > <david.march...@redhat.com>; Mário Kuka <k...@cesnet.cz> > Subject: [PATCH v2] net/mlx5: fix the drop action memory leak > > In DV mode, when quitting an application, the default drop action > and its resources should be released. The Devx action for the TIR > was not destroyed and it would cause 80B memory leak. > > With this commit, in DV mode, the action should be destroyed in the > mlx5_devx_drop_action_destroy() explicitly. > > Bugzilla ID: 1192 > Bugzilla ID: 1255 > > Fixes: bc5bee028ebc ("net/mlx5: create drop queue using DevX") > Cc: sta...@dpdk.org > > Reported-by: David Marchand <david.march...@redhat.com> > Reported-by: Mário Kuka<k...@cesnet.cz> > Signed-off-by: Bing Zhao <bi...@nvidia.com> > Acked-by: Viacheslav Ovsiienko <viachesl...@nvidia.com> > --- > v2: added the reporter
Patch applied to next-net-mlx, Kindest regards Raslan Darawsheh