> -----Original Message-----
> From: Rory Sexton <[email protected]>
> Sent: Tuesday, January 7, 2020 5:40 PM
> To: [email protected]; [email protected]; [email protected]; Adrien
> Mazarguil <[email protected]>; Ori Kam <[email protected]>
> Cc: Rory Sexton <[email protected]>; Dariusz Jagus
> <[email protected]>
> Subject: [PATCH v3 1/2] ethdev: add L2TPv3 over IP header to flow API
>
> 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 separate implementation for each.
>
> Signed-off-by: Rory Sexton <[email protected]>
> Signed-off-by: Dariusz Jagus <[email protected]>
> ---
> v3 changes: adding testpmd docs updates
> ---
Acked-by: Ori Kam <[email protected]>
Thanks,
Ori