Re: [dpdk-dev] [PATCH] examples/ipsec-secgw: increase number of qps to lcore_params

2020-02-06 Thread Thomas Monjalon
06/02/2020 11:46, Anoob Joseph: > Hi Akhil, > > > > > @Akhil, do you have any comments? > > > > > > > > Also, I think we should make it > > > > > > > > > > > Looks good to me, but I believe this would need more changes and > > > testing in event patches. > > > Also it does not have any change

Re: [dpdk-dev] [PATCH] examples/ipsec-secgw: increase number of qps to lcore_params

2020-02-06 Thread Akhil Goyal
> > Hi Akhil, > > > > > @Akhil, do you have any comments? > > > > > > > > Also, I think we should make it > > > > > > > > > > > Looks good to me, but I believe this would need more changes and > > > testing in event patches. > > > Also it does not have any changes for lookaside cases. > >

Re: [dpdk-dev] [PATCH] examples/ipsec-secgw: increase number of qps to lcore_params

2020-02-06 Thread Anoob Joseph
Hi Akhil, > > > @Akhil, do you have any comments? > > > > > > Also, I think we should make it > > > > > > > > Looks good to me, but I believe this would need more changes and > > testing in event patches. > > Also it does not have any changes for lookaside cases. > > Can we move this to next

Re: [dpdk-dev] [PATCH] examples/ipsec-secgw: increase number of qps to lcore_params

2020-02-03 Thread Anoob Joseph
Hi Akhil, Please see inline. Thanks, Anoob > -Original Message- > From: Akhil Goyal > Sent: Monday, February 3, 2020 2:46 PM > To: Anoob Joseph ; Ananyev, Konstantin > ; Nicolau, Radu > Cc: Jerin Jacob Kollanukkaran ; Lukas Bartosik > ; Narayana Prasad Raju Athreya > ; dev@dpdk.org > S

Re: [dpdk-dev] [PATCH] examples/ipsec-secgw: increase number of qps to lcore_params

2020-02-03 Thread Akhil Goyal
> > > > > > > Currently only one qp will be used for one core. The number of > > > > > > > qps can be increased to match the number of lcore params. > > > > > > > > > > > > I don't really understand the purpose of that patch > > > > > > As I understand, all it does - unconditionally increases n

Re: [dpdk-dev] [PATCH] examples/ipsec-secgw: increase number of qps to lcore_params

2020-02-03 Thread Anoob Joseph
Hi Konstantin, Akhil, Please see inline. Thanks, Anoob > -Original Message- > From: Ananyev, Konstantin > Sent: Saturday, February 1, 2020 12:20 AM > To: Anoob Joseph ; Akhil Goyal > ; Nicolau, Radu > Cc: Jerin Jacob Kollanukkaran ; Lukas Bartosik > ; Narayana Prasad Raju Athreya > ; d

Re: [dpdk-dev] [PATCH] examples/ipsec-secgw: increase number of qps to lcore_params

2020-01-31 Thread Ananyev, Konstantin
> > > > > Currently only one qp will be used for one core. The number of qps > > > > > can be increased to match the number of lcore params. > > > > > > > > I don't really understand the purpose of that patch > > > > As I understand, all it does - unconditionally increases number of > > > > cry

Re: [dpdk-dev] [PATCH] examples/ipsec-secgw: increase number of qps to lcore_params

2020-01-31 Thread Anoob Joseph
Hi Konstantin, Please see inline. Thanks, Anoob > -Original Message- > From: Ananyev, Konstantin > Sent: Friday, January 31, 2020 10:02 PM > To: Anoob Joseph ; Akhil Goyal ; > Nicolau, Radu > Cc: Jerin Jacob Kollanukkaran ; Lukas Bartosik > ; Narayana Prasad Raju Athreya > ; dev@dpdk.o

Re: [dpdk-dev] [PATCH] examples/ipsec-secgw: increase number of qps to lcore_params

2020-01-31 Thread Ananyev, Konstantin
> > > > -- > > > > > > > > > > Currently only one qp will be used for one core. The number of qps can > > > be increased to match the number of lcore params. > > > > I don't really understand the purpose of that patch > > As

Re: [dpdk-dev] [PATCH] examples/ipsec-secgw: increase number of qps to lcore_params

2020-01-30 Thread Anoob Joseph
Hi Konstantin, Please see inline. Thanks, Anoob > -Original Message- > From: Ananyev, Konstantin > Sent: Thursday, January 30, 2020 3:43 AM > To: Anoob Joseph ; Akhil Goyal ; > Nicolau, Radu > Cc: Jerin Jacob Kollanukkaran ; Lukas Bartosik > ; Narayana Prasad Raju Athreya > ; dev@dpdk.

Re: [dpdk-dev] [PATCH] examples/ipsec-secgw: increase number of qps to lcore_params

2020-01-29 Thread Ananyev, Konstantin
> > Currently only one qp will be used for one core. The number of qps can > be increased to match the number of lcore params. I don't really understand the purpose of that patch As I understand, all it does - unconditionally increases number of crypto-queues mapped to the same lcore. The

[dpdk-dev] [PATCH] examples/ipsec-secgw: increase number of qps to lcore_params

2020-01-10 Thread Anoob Joseph
Currently only one qp will be used for one core. The number of qps can be increased to match the number of lcore params. Signed-off-by: Anoob Joseph --- examples/ipsec-secgw/ipsec-secgw.c | 39 +++--- examples/ipsec-secgw/ipsec.h | 4 +++- 2 files changed,