[dpdk-dev] [PATCH] crypto/nitrox: add 3DES-CBC support

2020-03-13 Thread Nagadheeraj Rottela
This patch adds 3DES CBC mode cipher algorithm. Signed-off-by: Nagadheeraj Rottela --- app/test/test_cryptodev.c | 1 + app/test/test_cryptodev_des_test_vectors.h | 6 -- doc/guides/cryptodevs/features/nitrox.ini | 1 + doc/guides/cryptodevs/nitrox.rst

Re: [dpdk-dev] [PATCH] crypto/nitrox: add 3DES-CBC support

2020-04-03 Thread Nagadheeraj Rottela
> -Original Message- > From: Akhil Goyal > Sent: Wednesday, April 1, 2020 7:38 PM > To: Nagadheeraj Rottela > Cc: dev@dpdk.org; Srikanth Jampala > Subject: [EXT] RE: [PATCH] crypto/nitrox: add 3DES-CBC support > > External Email > > -

Re: [dpdk-dev] [PATCH] crypto/nitrox: add 3DES-CBC support

2020-04-05 Thread Akhil Goyal
> > > > -- > > > > > > > > > > This patch adds 3DES CBC mode cipher algorithm. > > > > > > > > > > Signed-off-by: Nagadheeraj Rottela > > > > > --- > > > > Is it worth mentioning in release notes? > > > > > > I added that description to avoid below checkpatch warning: > > > > > > ### crypto/nitrox

Re: [dpdk-dev] [PATCH] crypto/nitrox: add 3DES-CBC support

2020-03-25 Thread Akhil Goyal
> > This patch adds 3DES CBC mode cipher algorithm. > > Signed-off-by: Nagadheeraj Rottela > --- Is it worth mentioning in release notes?

Re: [dpdk-dev] [PATCH] crypto/nitrox: add 3DES-CBC support

2020-03-26 Thread Nagadheeraj Rottela
> -Original Message- > From: Akhil Goyal > Sent: Thursday, March 26, 2020 12:18 AM > To: Nagadheeraj Rottela > Cc: dev@dpdk.org; Srikanth Jampala > Subject: [EXT] RE: [PATCH] crypto/nitrox: add 3DES-CBC support > > External Email > >

Re: [dpdk-dev] [PATCH] crypto/nitrox: add 3DES-CBC support

2020-04-01 Thread Akhil Goyal
> > -- > > > > > > This patch adds 3DES CBC mode cipher algorithm. > > > > > > Signed-off-by: Nagadheeraj Rottela > > > --- > > Is it worth mentioning in release notes? > > I added that description to avoid below checkpatch warni