-----Original Message----- > From: dev <dev-boun...@dpdk.org> On Behalf Of rohit....@nxp.com > Sent: Wednesday, August 26, 2020 11:23 AM > To: Ray Kinsella <m...@ashroe.eu>; Neil Horman <nhor...@tuxdriver.com> > Cc: dev@dpdk.org; Rohit Raj <rohit....@nxp.com> > Subject: [dpdk-dev] [PATCH v3 1/3] eal: add API for bus close > > From: Rohit Raj <rohit....@nxp.com> > > 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 <rohit....@nxp.com>
Acked-by: Hemant Agrawal <hemant.agra...@nxp.com>