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

2020-01-14 Thread Ferruh Yigit
On 1/13/2020 11:50 AM, 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

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

2020-01-13 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