On Thu, Aug 3, 2023 at 2:03 PM Ganapati Kundapura <ganapati.kundap...@intel.com> wrote: > > crypto ops from the circular buffer are not getting flushed > to crypto dev when crypto dev becomes busy and circular buffer > gets full. > > Fix it by flushing ops from circular buffer when circ buffer is full > instead of returning without flushing. > > Fixes: 2ae84b39ae7b ("eventdev/crypto: store operations in circular buffer") > Signed-off-by: Ganapati Kundapura <ganapati.kundap...@intel.com>
Applied to dpdk-next-net-eventdev/for-main. Thanks