[dpdk-dev] [PATCH 2/2] drivers: add octeontx crypto adapter data path

2021-06-22 Thread Shijith Thotton
Added support for crypto adapter OP_FORWARD mode. As OcteonTx CPT crypto completions could be out of order, each crypto op is enqueued to CPT, dequeued from CPT and enqueued to SSO one-by-one. Signed-off-by: Shijith Thotton --- doc/guides/rel_notes/release_21_08.rst| 4 + drivers/comm

Re: [dpdk-dev] [PATCH 2/2] drivers: add octeontx crypto adapter data path

2021-07-06 Thread Akhil Goyal
> Added support for crypto adapter OP_FORWARD mode. > > As OcteonTx CPT crypto completions could be out of order, each crypto op > is enqueued to CPT, dequeued from CPT and enqueued to SSO one-by-one. > > Signed-off-by: Shijith Thotton > --- Acked-by: Akhil Goyal