Re: [dpdk-dev] [PATCH] app/crypto-perf: fix display of sample test vector

2020-05-09 Thread Akhil Goyal
> > This patch disables displaying sample test vector contents when > > executing throughput and latency tests as the sample data is not > > used in those tests (not copied to input mbuf in order to achieve > > better performance). > > > > Fixes: f8be1786b1b8 ("app/crypto-perf: introduce performanc

Re: [dpdk-dev] [PATCH] app/crypto-perf: fix display of sample test vector

2020-04-29 Thread Trahe, Fiona
> -Original Message- > From: Dybkowski, AdamX > Sent: Wednesday, April 29, 2020 11:57 AM > To: dev@dpdk.org; Trahe, Fiona ; akhil.go...@nxp.com > Cc: Dybkowski, AdamX ; sta...@dpdk.org > Subject: [PATCH] app/crypto-perf: fix display of sample test vector > > This patch disables display

[dpdk-dev] [PATCH] app/crypto-perf: fix display of sample test vector

2020-04-29 Thread Adam Dybkowski
This patch disables displaying sample test vector contents when executing throughput and latency tests as the sample data is not used in those tests (not copied to input mbuf in order to achieve better performance). Fixes: f8be1786b1b8 ("app/crypto-perf: introduce performance test application") Cc