RE: [PATCH v2 0/3] support stream cipher chained operations

2022-06-21 Thread Akhil Goyal
> This series adds support for zuc, snow3g and > aes-ctr-cmac chained operations in cn9k PMD. > > v2: > * Split autotest patch into separate series > > Tejasree Kondoj (3): > crypto/cnxk: fix CMAC IV > crypto/cnxk: support stream cipher chained operations > crypto/cnxk: support scatter gath

[PATCH v2 0/3] support stream cipher chained operations

2022-06-20 Thread Tejasree Kondoj
This series adds support for zuc, snow3g and aes-ctr-cmac chained operations in cn9k PMD. v2: * Split autotest patch into separate series Tejasree Kondoj (3): crypto/cnxk: fix CMAC IV crypto/cnxk: support stream cipher chained operations crypto/cnxk: support scatter gather mode drivers/co