, x > -----Original Message----- > From: Bing Zhao <[email protected]> > Sent: Thursday, July 13, 2023 2:20 PM > To: Matan Azrad <[email protected]>; Slava Ovsiienko > <[email protected]>; Ori Kam <[email protected]>; Suanming Mou > <[email protected]>; Raslan Darawsheh <[email protected]> > Cc: [email protected]; [email protected]; David Marchand > <[email protected]>; Mário Kuka <[email protected]> > 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: [email protected] > > Reported-by: David Marchand <[email protected]> > Reported-by: Mário Kuka<[email protected]> > Signed-off-by: Bing Zhao <[email protected]> > Acked-by: Viacheslav Ovsiienko <[email protected]> > --- > v2: added the reporter
Patch applied to next-net-mlx, Kindest regards Raslan Darawsheh

