Re: [dpdk-dev] [PATCH v1] eventdev: fix case to initiate crypto adapter service

2021-04-12 Thread Jerin Jacob
On Fri, Apr 9, 2021 at 12:38 PM Shijith Thotton wrote: > > Initiate software crypto adapter service, only if hardware capabilities > are not reported. > > Case 1.a. OP_FORWARD mode -> HW Dequeue + SW enqueue, should also check Case 1.a is required in the commit message? > OP_FORWARD capability

[dpdk-dev] [PATCH v1] eventdev: fix case to initiate crypto adapter service

2021-04-09 Thread Shijith Thotton
Initiate software crypto adapter service, only if hardware capabilities are not reported. Case 1.a. OP_FORWARD mode -> HW Dequeue + SW enqueue, should also check OP_FORWARD capability is not supported by the PMD to initiate service. Fixes: 7901eac3409a ("eventdev: add crypto adapter implementatio