Re: [dpdk-dev] [PATCH v1 3/3] bus/fslmc: support bus close API

2020-08-05 Thread Sachin Saxena (OSS)
Acked-by: Sachin Saxena On 28-Jul-20 10:12 PM, rohit@nxp.com wrote: From: Rohit Raj This patch add support for closing the bus objects which were acquired In the bus probe. Some devices need to be cleaned while in both primary and secondary process and while some need to be cleaned only

[dpdk-dev] [PATCH v1 3/3] bus/fslmc: support bus close API

2020-07-28 Thread rohit . raj
From: Rohit Raj This patch add support for closing the bus objects which were acquired In the bus probe. Some devices need to be cleaned while in both primary and secondary process and while some need to be cleaned only in case of primary process. The devices are closed as per the white list us