Re: [dpdk-dev] [PATCH 14/14] examples/ipsec-secgw: add cmd line option for bufs

2020-01-06 Thread Ananyev, Konstantin
> > > > Add command line option -s which can be used to configure number of > > > > buffers in a pool. Default number of buffers is 8192. > > > > > > > > Signed-off-by: Anoob Joseph > > > > Signed-off-by: Lukasz Bartosik > > > > --- > > > > examples/ipsec-secgw/ipsec-secgw.c | 23 +++

Re: [dpdk-dev] [PATCH 14/14] examples/ipsec-secgw: add cmd line option for bufs

2020-01-02 Thread Anoob Joseph
n Jacob Kollanukkaran > ; Narayana Prasad Raju Athreya > ; Ankur Dwivedi ; > Archana Muniganti ; Tejasree Kondoj > ; Vamsi Krishna Attunuru > ; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH 14/14] examples/ipsec-secgw: add cmd line > option for bufs > > > > > > Add

Re: [dpdk-dev] [PATCH 14/14] examples/ipsec-secgw: add cmd line option for bufs

2019-12-23 Thread Ananyev, Konstantin
> > Add command line option -s which can be used to configure number > > of buffers in a pool. Default number of buffers is 8192. > > > > Signed-off-by: Anoob Joseph > > Signed-off-by: Lukasz Bartosik > > --- > > examples/ipsec-secgw/ipsec-secgw.c | 23 +++ > > 1 file chan

Re: [dpdk-dev] [PATCH 14/14] examples/ipsec-secgw: add cmd line option for bufs

2019-12-23 Thread Ananyev, Konstantin
> > Add command line option -s which can be used to configure number > of buffers in a pool. Default number of buffers is 8192. > > Signed-off-by: Anoob Joseph > Signed-off-by: Lukasz Bartosik > --- > examples/ipsec-secgw/ipsec-secgw.c | 23 +++ > 1 file changed, 19 inser

[dpdk-dev] [PATCH 14/14] examples/ipsec-secgw: add cmd line option for bufs

2019-12-08 Thread Anoob Joseph
From: Lukasz Bartosik Add command line option -s which can be used to configure number of buffers in a pool. Default number of buffers is 8192. Signed-off-by: Anoob Joseph Signed-off-by: Lukasz Bartosik --- examples/ipsec-secgw/ipsec-secgw.c | 23 +++ 1 file changed, 19 in