Re: [dpdk-dev] [PATCH v1 1/3] eal: add API for bus close

2020-07-28 Thread Stephen Hemminger
On Tue, 28 Jul 2020 22:12:50 +0530 rohit@nxp.com wrote: > From: Rohit Raj > > 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 pat

[dpdk-dev] [PATCH v1 1/3] eal: add API for bus close

2020-07-28 Thread rohit . raj
From: Rohit Raj 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 acqui