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

2020-09-17 Thread Kinsella, Ray
On 26/08/2020 06:52, 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 in > case of

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

2020-09-07 Thread Hemant Agrawal (OSS)
Acked-by: Hemant Agrawal

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

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