Re: [dpdk-dev] [PATCH] security: update session create API

2020-10-10 Thread Akhil Goyal
Hi Lukasz, Thanks for the review. > > diff --git a/app/test/test_security.c b/app/test/test_security.c > > index 77fd5adc6..ed7de348f 100644 > > --- a/app/test/test_security.c > > +++ b/app/test/test_security.c > > @@ -237,6 +237,7 @@ static struct mock_session_create_data { > > struct rte_se

Re: [dpdk-dev] [PATCH] security: update session create API

2020-10-10 Thread Akhil Goyal
Hi David, > Hi Akhil > > > -Original Message- > > From: akhil.go...@nxp.com > > Sent: Thursday, September 3, 2020 9:10 PM > > > > > diff --git a/app/test/test_cryptodev.c b/app/test/test_cryptodev.c index > > 70bf6fe2c..6d7da1408 100644 > > --- a/app/test/test_cryptodev.c > > +++ b/app

Re: [dpdk-dev] [PATCH] security: update session create API

2020-09-24 Thread Coyle, David
Hi Akhil > -Original Message- > From: akhil.go...@nxp.com > Sent: Thursday, September 3, 2020 9:10 PM > diff --git a/app/test/test_cryptodev.c b/app/test/test_cryptodev.c index > 70bf6fe2c..6d7da1408 100644 > --- a/app/test/test_cryptodev.c > +++ b/app/test/test_cryptodev.c > @@ -7219,

Re: [dpdk-dev] [PATCH] security: update session create API

2020-09-04 Thread Lukasz Wojciechowski
W dniu 03.09.2020 o 22:09, akhil.go...@nxp.com pisze: > From: Akhil Goyal > > The API ``rte_security_session_create`` takes only single > mempool for session and session private data. So the > application need to create mempool for twice the number of > sessions needed and will also lead to wast

[dpdk-dev] [PATCH] security: update session create API

2020-09-03 Thread akhil . goyal
From: Akhil Goyal The API ``rte_security_session_create`` takes only single mempool for session and session private data. So the application need to create mempool for twice the number of sessions needed and will also lead to wastage of memory as session private data need more memory compared to