Re: [dpdk-dev] [PATCH] test/crypto: skip plain text compare for null cipher OOP

2021-11-10 Thread Anoob Joseph
n ; Archana Muniganti > ; Tejasree Kondoj ; > Hemant Agrawal ; Nicolau, Radu > ; Power, Ciara ; > Gagandeep Singh ; dev@dpdk.org > Subject: [EXT] RE: [dpdk-dev] [PATCH] test/crypto: skip plain text compare >

Re: [dpdk-dev] [PATCH] test/crypto: skip plain text compare for null cipher OOP

2021-11-10 Thread De Lara Guarch, Pablo
> Nicolau, Radu ; Power, Ciara > ; Gagandeep Singh ; > dev@dpdk.org > Subject: [dpdk-dev] [PATCH] test/crypto: skip plain text compare for null > cipher > OOP > > NULL cipher is used for validating auth only cases. With out of place > processing, > validating plain

[dpdk-dev] [PATCH] test/crypto: skip plain text compare for null cipher OOP

2021-11-08 Thread Anoob Joseph
NULL cipher is used for validating auth only cases. With out of place processing, validating plain text should not be done as the PMD is only expected to update auth data. Signed-off-by: Anoob Joseph --- app/test/test_cryptodev.c | 17 + 1 file changed, 17 insertions(+) diff --g