-----Original Message----- > From: dev <[email protected]> On Behalf Of [email protected] > Sent: Wednesday, August 26, 2020 11:23 AM > To: Ray Kinsella <[email protected]>; Neil Horman <[email protected]> > Cc: [email protected]; Rohit Raj <[email protected]> > Subject: [dpdk-dev] [PATCH v3 1/3] eal: add API for bus close > > From: Rohit Raj <[email protected]> > > As per the current code we have API for bus probe, but the bus close API is > missing. This breaks the multi process scenarios as objects are not cleaned > while terminating the secondary processes. > > This patch adds a new API rte_bus_close() for cleanup of bus objects which > were acquired during probe. > > Signed-off-by: Rohit Raj <[email protected]>
Acked-by: Hemant Agrawal <[email protected]>

