Hi Akhil, > -----Original Message----- > From: Akhil Goyal [mailto:[email protected]] > Sent: Saturday, May 16, 2020 1:08 AM > To: Zhoujian (jay) <[email protected]>; [email protected] > Cc: [email protected]; [email protected]; Huangweidong > (C) <[email protected]> > Subject: RE: [PATCH] crypto/virtio: add OOP_LB_IN_LB_OUT feature flag > > 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.
Yes. > If that is the case, title should be > Crypto/virtio: add missing OOP feature flag Also add a fixes line to link the > original > feature patch. The OOP_LB_IN_LB_OUT function is introduced by commit 82adb12a (crypto/virtio: support burst enqueue/dequeue), but the OOP_LB_IN_LB_OUT feature flag is introduced after that, which is commit 2717246e (cryptodev: replace mbuf scatter gather flag), I'm not sure which one should be added. Regards, Jay Zhou > > > Signed-off-by: Jay Zhou <[email protected]> > > ---

