[dpdk-dev] [PATCH v2] app: test: measure libipsec performance

2020-03-02 Thread Savinay Dharmappa
test app to measures the performance of libipsec api rte_ipsec_pkt_crypto and rte_ipsec_pkt_process. Signed-off-by: Savinay Dharmappa --- app/test/Makefile | 2 +- app/test/meson.build | 2 + app/test/test_ipsec_perf.c | 637 + 3 files chang

Re: [dpdk-dev] [PATCH v2] app: test: measure libipsec performance

2020-03-02 Thread David Marchand
On Mon, Mar 2, 2020 at 12:43 PM Savinay Dharmappa wrote: > > test app to measures the performance of libipsec > api rte_ipsec_pkt_crypto and rte_ipsec_pkt_process. > > Signed-off-by: Savinay Dharmappa Missing MAINTAINERS update. > --- > app/test/Makefile | 2 +- > app/test/meson.bu

Re: [dpdk-dev] [PATCH v2] app: test: measure libipsec performance

2020-03-02 Thread Medvedkin, Vladimir
Hi Savinay, On 02/03/2020 11:43, Savinay Dharmappa wrote: test app to measures the performance of libipsec api rte_ipsec_pkt_crypto and rte_ipsec_pkt_process. Signed-off-by: Savinay Dharmappa --- app/test/Makefile | 2 +- app/test/meson.build | 2 + app/test/test_ipsec_p

Re: [dpdk-dev] [PATCH v2] app: test: measure libipsec performance

2020-03-03 Thread Ananyev, Konstantin
Hi Savinay, > +static int > +testsuite_setup(void) > +{ > + struct rte_mbuf *mbuf[NUM_MBUF]; > + int ret, i; > + > + mbuf_pool = rte_pktmbuf_pool_create("IPSEC_PERF_MBUFPOOL", > + NUM_MBUFS, MBUF_CACHE_SIZE, 0, MBUF_SIZE, > + rte_socket_id());