Hi Akhil, Thanks. I was not aware of this app so developed new one. Will explore more on this.
Thanks & regards S Shamsher Singh -----Original Message----- From: Akhil Goyal <akhil.go...@nxp.com> Sent: Thursday, January 30, 2020 2:22 PM To: Sardar, Shamsher singh <shamshersingh.sar...@amd.com>; dev@dpdk.org Cc: Kumar, Ravi1 <ravi1.ku...@amd.com> Subject: RE: [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 > standalone mode. > Is there anyway to do standalone test? > As I mentioned below, you can use app/test/test_cryptodev.c to add your PMD in the unit test framework of DPDK and it is without network interface. This test app is for functional testing for all the supported algos. If you need to get performance data, you can add in app/test-crypto-perf Both these are standalone applications without ethernet. Regards, Akhil > Hi, > > > > From: Sardar Shamsher Singh <shamshersingh.sar...@amd.com> > > > > 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 <shamshersingh.sar...@amd.com> > > --- > Why do you need a separate example application to test an algo. > Is it not possible to test it with app/test/test_cryptodev.c and > Examples/l2fwd- crypto? > > -Akhil