Re: [dpdk-dev] [PATCH 3/3] app/crypto-perf: add check for out-of-place case

2019-10-04 Thread Akhil Goyal
> > Segmented frames not supported for out-of-place case. > This patch returns err if such config is requested. > > Signed-off-by: Hemant Agrawal > --- Acked-by: Akhil Goyal Applied to dpdk-next-crypto Thanks.

[dpdk-dev] [PATCH 3/3] app/crypto-perf: add check for out-of-place case

2019-09-27 Thread Hemant Agrawal
Segmented frames not supported for out-of-place case. This patch returns err if such config is requested. Signed-off-by: Hemant Agrawal --- app/test-crypto-perf/cperf_options_parsing.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/app/test-crypto-perf/cperf_options_parsing.c b/app/