Re: [PATCH v2] common/cnxk: fix bp_ena clear while disabling aura

2023-08-24 Thread Jerin Jacob
On Fri, Aug 25, 2023 at 9:27 AM Ashwin Sekhar T K wrote: > > As done in FLR, similar to CQ disable, in process of > aura disable we need to explicitly clear BP_ENA in order to > deassert backpressure if it was earlier asserted. > > Fixes: f765f5611240 ("common/cnxk: add NPA pool HW operations") >

[PATCH v2] common/cnxk: fix bp_ena clear while disabling aura

2023-08-24 Thread Ashwin Sekhar T K
As done in FLR, similar to CQ disable, in process of aura disable we need to explicitly clear BP_ENA in order to deassert backpressure if it was earlier asserted. Fixes: f765f5611240 ("common/cnxk: add NPA pool HW operations") Signed-off-by: Nithin Dabilpuram Signed-off-by: Ashwin Sekhar T K --