Re: [dpdk-dev] [PATCH v3 1/2] ethdev: add L2TPv3 over IP header to flow API

2020-01-12 Thread Ori Kam
Hi > -Original Message- > From: Ferruh Yigit > Sent: Friday, January 10, 2020 8:26 PM > To: Rory Sexton ; dev@dpdk.org; > qi.z.zh...@intel.com; beilei.x...@intel.com; Adrien Mazarguil > ; Ori Kam > Cc: Dariusz Jagus > Subject: Re: [dpdk-dev] [PATCH v3 1/2] et

Re: [dpdk-dev] [PATCH v3 1/2] ethdev: add L2TPv3 over IP header to flow API

2020-01-12 Thread Ori Kam
> -Original Message- > From: Rory Sexton > Sent: Tuesday, January 7, 2020 5:40 PM > To: dev@dpdk.org; qi.z.zh...@intel.com; beilei.x...@intel.com; Adrien > Mazarguil ; Ori Kam > Cc: Rory Sexton ; Dariusz Jagus > > Subject: [PATCH v3 1/2] ethdev: add L2TPv3 over IP header to flow API >

Re: [dpdk-dev] [PATCH v3 1/2] ethdev: add L2TPv3 over IP header to flow API

2020-01-10 Thread Ferruh Yigit
On 1/7/2020 3:39 PM, Rory Sexton wrote: > This patch adds the new flow item RTE_FLOW_ITEM_TYPE_L2TPV3OIP to > flow API to match a L2TPv3 over IP header. This patch supports only > L2TPv3 over IP header format which is different to L2TPv2/L2TPv3 > over UDP. The difference in header formats between L

[dpdk-dev] [PATCH v3 1/2] ethdev: add L2TPv3 over IP header to flow API

2020-01-07 Thread Rory Sexton
This patch adds the new flow item RTE_FLOW_ITEM_TYPE_L2TPV3OIP to flow API to match a L2TPv3 over IP header. This patch supports only L2TPv3 over IP header format which is different to L2TPv2/L2TPv3 over UDP. The difference in header formats between L2TPv3 over IP and L2TP over UDP require a separa