Re: [dpdk-dev] [PATCH 04/14] examples/ipsec-secgw: add Rx adapter support

2020-01-07 Thread Ananyev, Konstantin
> > > Add Rx adapter support. The event helper init routine will initialize > > > the Rx adapter according to the configuration. If Rx adapter config is > > > not present it will generate a default config. It will check the > > > available eth ports and event queues and map them 1:1. So one eth

Re: [dpdk-dev] [PATCH 04/14] examples/ipsec-secgw: add Rx adapter support

2020-01-06 Thread Anoob Joseph
Hi Konstantin, Please see inline. Thanks, Anoob > -Original Message- > From: Ananyev, Konstantin > Sent: Tuesday, December 24, 2019 12:18 AM > To: Anoob Joseph ; Akhil Goyal ; > Nicolau, Radu ; Thomas Monjalon > > Cc: Jerin Jacob Kollanukkaran ; Narayana Prasad Raju > Athreya ; Ankur D

Re: [dpdk-dev] [PATCH 04/14] examples/ipsec-secgw: add Rx adapter support

2019-12-23 Thread Ananyev, Konstantin
> Add Rx adapter support. The event helper init routine will initialize > the Rx adapter according to the configuration. If Rx adapter config > is not present it will generate a default config. It will check the > available eth ports and event queues and map them 1:1. So one eth port > will be conn

Re: [dpdk-dev] [PATCH 04/14] examples/ipsec-secgw: add Rx adapter support

2019-12-11 Thread Anoob Joseph
Hi Akhil, Please see inline. Thanks, Anoob > -Original Message- > From: Akhil Goyal > Sent: Wednesday, December 11, 2019 5:04 PM > To: Anoob Joseph ; Radu Nicolau > ; Thomas Monjalon > Cc: Jerin Jacob Kollanukkaran ; Narayana Prasad Raju > Athreya ; Ankur Dwivedi ; > Archana Muniganti

Re: [dpdk-dev] [PATCH 04/14] examples/ipsec-secgw: add Rx adapter support

2019-12-11 Thread Akhil Goyal
Hi Anoob, I have just started looking into this patchset. Will be doing a detailed review soon. But an initial comment. Why do you need 1-1 mapping between event queue and ethdev queue. All eth and crypto queues will be attached to eventdev. And there may be single event queue Or multiple but n

[dpdk-dev] [PATCH 04/14] examples/ipsec-secgw: add Rx adapter support

2019-12-08 Thread Anoob Joseph
Add Rx adapter support. The event helper init routine will initialize the Rx adapter according to the configuration. If Rx adapter config is not present it will generate a default config. It will check the available eth ports and event queues and map them 1:1. So one eth port will be connected to o