Re: [dpdk-dev] [PATCH v2] app/crypto-perf: support security protocol in PMDCC mode

2020-07-29 Thread Akhil Goyal
> > > > This patch adds support for DOCSIS and PDCP security protocols to the > > pmd-cyclecount mode of the crypto performance tool. Adding this support > > involves freeing the correct session type (i.e. security or cryptodev > > session) when the test ends, depending on the op_type specified. >

Re: [dpdk-dev] [PATCH v2] app/crypto-perf: support security protocol in PMDCC mode

2020-07-28 Thread Akhil Goyal
> > This patch adds support for DOCSIS and PDCP security protocols to the > pmd-cyclecount mode of the crypto performance tool. Adding this support > involves freeing the correct session type (i.e. security or cryptodev > session) when the test ends, depending on the op_type specified. > > Signed

[dpdk-dev] [PATCH v2] app/crypto-perf: support security protocol in PMDCC mode

2020-07-21 Thread David Coyle
This patch adds support for DOCSIS and PDCP security protocols to the pmd-cyclecount mode of the crypto performance tool. Adding this support involves freeing the correct session type (i.e. security or cryptodev session) when the test ends, depending on the op_type specified. Signed-off-by: David