Re: [dpdk-dev] [PATCH v1] bus/fslmc: fix dpio close

2020-10-06 Thread Thomas Monjalon
06/08/2020 16:32, Sachin Saxena (OSS): > On 28-Jul-20 9:54 PM, rohit@nxp.com wrote: > > From: Rohit Raj > > > > The current state of the DPIO object should be checked > > before trying to close/disable the object. > > > > Fixes: 293c0ca94c36 ("bus/fslmc: support memory backed portals with QBMA

Re: [dpdk-dev] [PATCH v1] bus/fslmc: fix dpio close

2020-08-06 Thread Sachin Saxena (OSS)
Acked-by: Sachin Saxena On 28-Jul-20 9:54 PM, rohit@nxp.com wrote: From: Rohit Raj The current state of the DPIO object should be checked before trying to close/disable the object. Fixes: 293c0ca94c36 ("bus/fslmc: support memory backed portals with QBMAN 5.0") Cc: sta...@dpdk.org Signed

[dpdk-dev] [PATCH v1] bus/fslmc: fix dpio close

2020-07-28 Thread rohit . raj
From: Rohit Raj The current state of the DPIO object should be checked before trying to close/disable the object. Fixes: 293c0ca94c36 ("bus/fslmc: support memory backed portals with QBMAN 5.0") Cc: sta...@dpdk.org Signed-off-by: Rohit Raj --- drivers/bus/fslmc/portal/dpaa2_hw_dpio.c | 9 +