Re: [dpdk-dev] test: fix bypassed out of place test

2020-11-15 Thread Thomas Monjalon
12/11/2020 22:08, Akhil Goyal: > > > > This patch fixes bypassed out of place test for PMDs that support it. > > > > > > Fixes: 4868f6591c6f ("test/crypto: add cases for raw datapath API") > > > Cc: roy.fan.zh...@intel.com > > > > > > Signed-off-by: Fan Zhang > > > > Acked-by: Adam Dybkowski >

Re: [dpdk-dev] test: fix bypassed out of place test

2020-11-12 Thread Akhil Goyal
> > This patch fixes bypassed out of place test for PMDs that support it. > > > > Fixes: 4868f6591c6f ("test/crypto: add cases for raw datapath API") > > Cc: roy.fan.zh...@intel.com > > > > Signed-off-by: Fan Zhang > > Acked-by: Adam Dybkowski > > Thanks Fan for quick fixing action. > Akhil,

Re: [dpdk-dev] test: fix bypassed out of place test

2020-11-05 Thread Dybkowski, AdamX
> -Original Message- > From: dev On Behalf Of Fan Zhang > Sent: Thursday, 5 November, 2020 14:59 > To: dev@dpdk.org > Cc: akhil.go...@nxp.com; Zhang, Roy Fan > Subject: [dpdk-dev] test: fix bypassed out of place test > > This patch fixes bypassed out of place te

[dpdk-dev] test: fix bypassed out of place test

2020-11-05 Thread Fan Zhang
This patch fixes bypassed out of place test for PMDs that support it. Fixes: 4868f6591c6f ("test/crypto: add cases for raw datapath API") Cc: roy.fan.zh...@intel.com Signed-off-by: Fan Zhang --- app/test/test_cryptodev.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/test/test_crypto