Re: [dpdk-dev] [PATCH] crypto/virtio: add OOP_LB_IN_LB_OUT feature flag

2020-05-17 Thread Zhoujian (jay)
> -Original Message- > From: Akhil Goyal [mailto:akhil.go...@nxp.com] > Sent: Sunday, May 17, 2020 10:18 PM > To: Zhoujian (jay) ; dev@dpdk.org > Cc: pablo.de.lara.gua...@intel.com; roy.fan.zh...@intel.com; Huangweidong > (C) > Subject: RE: [dpdk-dev] [PATC

Re: [dpdk-dev] [PATCH] crypto/virtio: add OOP_LB_IN_LB_OUT feature flag

2020-05-17 Thread Zhoujian (jay)
Hi Akhil, > -Original Message- > From: Akhil Goyal [mailto:akhil.go...@nxp.com] > Sent: Saturday, May 16, 2020 1:08 AM > To: Zhoujian (jay) ; dev@dpdk.org > Cc: pablo.de.lara.gua...@intel.com; roy.fan.zh...@intel.com; Huangweidong > (C) > Subject: RE: [PATCH] crypto/virtio: add OOP_LB_IN_

Re: [dpdk-dev] [PATCH] crypto/virtio: add OOP_LB_IN_LB_OUT feature flag

2020-05-17 Thread Akhil Goyal
> > > > > Hi Jay, > > > > > > > > > > Since it will check the feature mask before running out-of-place > > > test cases and the virtio-crypto device supports OOP_LB_IN_LB_OUT mode. > > > > > Is this feature already supported in the PMD and this patch is a fix to the > original > > patch. > > If th

Re: [dpdk-dev] [PATCH] crypto/virtio: add OOP_LB_IN_LB_OUT feature flag

2020-05-17 Thread Akhil Goyal
> > Hi Jay, > > > > > > Since it will check the feature mask before running out-of-place > > test cases and the virtio-crypto device supports OOP_LB_IN_LB_OUT mode. > > > Is this feature already supported in the PMD and this patch is a fix to the > original > patch. > If that is the case, tit

Re: [dpdk-dev] [PATCH] crypto/virtio: add OOP_LB_IN_LB_OUT feature flag

2020-05-15 Thread Akhil Goyal
Hi Jay, > > Since it will check the feature mask before running out-of-place > test cases and the virtio-crypto device supports OOP_LB_IN_LB_OUT mode. > Is this feature already supported in the PMD and this patch is a fix to the original patch. If that is the case, title should be Crypto/virti

[dpdk-dev] [PATCH] crypto/virtio: add OOP_LB_IN_LB_OUT feature flag

2020-05-15 Thread Jay Zhou
Since it will check the feature mask before running out-of-place test cases and the virtio-crypto device supports OOP_LB_IN_LB_OUT mode. Signed-off-by: Jay Zhou --- drivers/crypto/virtio/virtio_cryptodev.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/crypto/virti