> -----Original Message----- > From: David Marchand <david.march...@redhat.com> > Sent: Thursday, February 1, 2024 09:43 > To: dev@dpdk.org > Cc: ktray...@redhat.com; NBU-Contact-Thomas Monjalon (EXTERNAL) > <tho...@monjalon.net>; Ferruh Yigit <ferruh.yi...@amd.com>; Andrew > Rybchenko <andrew.rybche...@oktetlabs.ru> > Subject: [PATCH] ethdev: recommend against using locks in event callbacks > > As described in a recent bugzilla opened against the net/iavf driver, a driver > may call a event callback from other calls of the ethdev API. > > Nothing guarantees in the ethdev API against such behavior. > > Add a notice against using locks in those callbacks. > > Bugzilla ID: 1337 > > Signed-off-by: David Marchand <david.march...@redhat.com> Acked-by: Dariusz Sosnowski <dsosnow...@nvidia.com>
Best regards, Dariusz Sosnowski