> -----Original Message-----
> From: Zhang, AlvinX <alvinx.zh...@intel.com>
> Sent: Tuesday, July 13, 2021 10:36 AM
> To: Zhang, Qi Z <qi.z.zh...@intel.com>
> Cc: dev@dpdk.org; Zhang, AlvinX <alvinx.zh...@intel.com>
> 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 <alvinx.zh...@intel.com>
Acked-by: Qi Zhang <qi.z.zh...@intel.com>
Applied to dpdk-next-net-intel.
Thanks
Qi