Re: [dpdk-dev] [PATCH 00/15] add OCTEONTX2 inline IPsec support

2019-12-10 Thread Thomas Monjalon
09/12/2019 09:06, Jerin Jacob: > On Sun, Dec 8, 2019 at 5:25 PM Anoob Joseph wrote: > > > > This series adds inline IPsec support in OCTEONTX2 PMD. > > > > In the inbound path, rte_flow framework need to be used to configure > > the NPC block, which does the h/w lookup. The packets would get > > p

Re: [dpdk-dev] [PATCH 00/15] add OCTEONTX2 inline IPsec support

2019-12-09 Thread Jerin Jacob
On Sun, Dec 8, 2019 at 5:25 PM Anoob Joseph wrote: > > This series adds inline IPsec support in OCTEONTX2 PMD. > > In the inbound path, rte_flow framework need to be used to configure > the NPC block, which does the h/w lookup. The packets would get > processed by the crypto block and would submit

[dpdk-dev] [PATCH 00/15] add OCTEONTX2 inline IPsec support

2019-12-08 Thread Anoob Joseph
This series adds inline IPsec support in OCTEONTX2 PMD. In the inbound path, rte_flow framework need to be used to configure the NPC block, which does the h/w lookup. The packets would get processed by the crypto block and would submit to the scheduling block, SSO. So inline IPsec mode can be enab