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

2020-10-08 Thread Ferruh Yigit
On 9/30/2020 12:50 PM, Ferruh Yigit wrote: On 8/26/2020 6:52 AM, 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 proc

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

2020-09-30 Thread Ferruh Yigit
On 8/26/2020 6:52 AM, 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 patch adds a new API rte_bus_cl

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

2020-09-28 Thread Sachin Saxena (OSS)
On 26-Aug-20 11:22 AM, 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 patch adds a new API rte_bu

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

2020-09-24 Thread Ferruh Yigit
On 8/26/2020 6:52 AM, 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 patch adds a new API rte_bus_cl

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

2020-09-23 Thread Thomas Monjalon
> > Signed-off-by: Rohit Raj > Acked-by: Hemant Agrawal Please could you look urgently to the close of a port? All NXP drivers are late to migrate to the new behaviour: http://inbox.dpdk.org/dev/20200913220711.3768597-17-tho...@monjalon.net/ http://inbox.dpdk.org/dev/80837131.n3tlCtGQ32@thomas/

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

2020-09-17 Thread Kinsella, Ray
On 26/08/2020 06:52, 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 patch adds a ne

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

2020-09-07 Thread Hemant Agrawal
-Original Message- > From: dev On Behalf Of rohit@nxp.com > Sent: Wednesday, August 26, 2020 11:23 AM > To: Ray Kinsella ; Neil Horman > Cc: dev@dpdk.org; Rohit Raj > Subject: [dpdk-dev] [PATCH v3 1/3] eal: add API for bus close > > From: Rohit Raj > >

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

2020-08-25 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