Re: [dpdk-dev] [PATCH v2 2/2] examples/crypto: crypto test application

2020-01-30 Thread Sardar, Shamsher singh
dpdk-dev] [PATCH v2 2/2] examples/crypto: crypto test application [CAUTION: External Email] Hi Shamsher, > > Hi Akhil, > Our app has been developed to do standalone test. > The L2fwd test need the network ports. > Therefore, this test app has been developed for quick development in

Re: [dpdk-dev] [PATCH v2 2/2] examples/crypto: crypto test application

2020-01-30 Thread Akhil Goyal
Hi Shamsher, > > Hi Akhil, > Our app has been developed to do standalone test. > The L2fwd test need the network ports. > Therefore, this test app has been developed for quick development in > standalone mode. > Is there anyway to do standalone test? > As I mentioned below, you can use app/test/t

Re: [dpdk-dev] [PATCH v2 2/2] examples/crypto: crypto test application

2020-01-30 Thread Sardar, Shamsher singh
From: Akhil Goyal Sent: Tuesday, January 28, 2020 12:05 PM To: Sardar, Shamsher singh ; dev@dpdk.org Cc: Kumar, Ravi1 Subject: RE: [dpdk-dev] [PATCH v2 2/2] examples/crypto: crypto test application [CAUTION: External Email] Hi, > > From: Sardar Shamsher Singh > > test applicatio

Re: [dpdk-dev] [PATCH v2 2/2] examples/crypto: crypto test application

2020-01-27 Thread Akhil Goyal
Hi, > > From: Sardar Shamsher Singh > > test application to test Cipher/Authentication/AEAD in AMD CCP > a crypto controller. This test application can be used as > reference to develop/test crypto algo. > > Signed-off-by: Sardar Shamsher Singh > --- Why do you need a separate example applicat

[dpdk-dev] [PATCH v2 2/2] examples/crypto: crypto test application

2020-01-22 Thread ssardar
From: Sardar Shamsher Singh test application to test Cipher/Authentication/AEAD in AMD CCP a crypto controller. This test application can be used as reference to develop/test crypto algo. Signed-off-by: Sardar Shamsher Singh --- doc/guides/sample_app_ug/ccp_crypto.rst | 114 +++ examples/crypt