Re: [dpdk-dev] Ipsec-secgw packet processing

2020-08-28 Thread satyavalli rama
attempting to enable inline protocol (IPsec) functionality? If >> yes, which PMD (& h/w) are you using for the same? >> >> Thanks, >> Anoob >> >> > -Original Message- >> > From: dev On Behalf Of satyavalli rama >> >

Re: [dpdk-dev] Ipsec-secgw packet processing

2020-08-26 Thread satyavalli rama
1 > > On Tue, 18 Aug, 2020, 4:29 pm Anoob Joseph, wrote: > >> Hi Satya, >> >> Are you attempting to enable inline protocol (IPsec) functionality? If >> yes, which PMD (& h/w) are you using for the same? >> >> Thanks, >> Anoob >> >> &g

Re: [dpdk-dev] Ipsec-secgw packet processing

2020-08-19 Thread satyavalli rama
enable inline protocol (IPsec) functionality? If > yes, which PMD (& h/w) are you using for the same? > > Thanks, > Anoob > > > -Original Message- > > From: dev On Behalf Of satyavalli rama > > Sent: Tuesday, August 18, 2020 4:08 PM > > To: dev@d

[dpdk-dev] Ipsec-secgw packet processing

2020-08-18 Thread jagadeesh reddy
Hello, While we are running ipsec-secgw application in transport-mode on dpdk-19.02, we found that inline packet processing is not happening. And also we are not observing any encrypt/decrypt packets on pdump before sending packets out from tx-port(rte_eth_tx_burst()). Please help us on how to p

Re: [dpdk-dev] Ipsec-secgw packet processing

2020-08-18 Thread Anoob Joseph
; us...@dpdk.org > Subject: Re: [dpdk-dev] Ipsec-secgw packet processing > > We further debugged and we observed that while running ipsec-secgw > application in transport-mode dpdk-19.02/11, we found that inline packet > processing is not happening. > We observed that ol_flags is

Re: [dpdk-dev] Ipsec-secgw packet processing

2020-08-18 Thread satyavalli rama
We further debugged and we observed that while running ipsec-secgw application in transport-mode dpdk-19.02/11, we found that inline packet processing is not happening. We observed that ol_flags is not setting from driver level. We are expecting that , because of ol_flags not set , inline packet pr

[dpdk-dev] Ipsec-secgw packet processing

2020-08-17 Thread satyavalli rama
Hello, While we are running ipsec-secgw application in transport-mode on dpdk-19.02, we found that inline packet processing is not happening. And also we are not observing any encrypt/decrypt packets on pdump before sending packets out from tx-port(rte_eth_tx_burst()). Please help us on how to p