> -----Original Message-----
> From: Zhang, AlvinX <[email protected]>
> Sent: Tuesday, July 13, 2021 10:36 AM
> To: Zhang, Qi Z <[email protected]>
> Cc: [email protected]; Zhang, AlvinX <[email protected]>
> Subject: [PATCH v2] net/ice/base: support MPLS ethertype switch filter
>
> Add MPLS training packet and offsets.
> Add check to identify MPLS ethertype filters.
>
> For example:
> testpmd> flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 \
> type is 0x8847 / end actions queue index 2 / end
>
> This flow will result in all the matched ingress packets be forwarded to
> queue 2.
>
> Signed-off-by: Alvin Zhang <[email protected]>
Acked-by: Qi Zhang <[email protected]>
Applied to dpdk-next-net-intel.
Thanks
Qi