Re: [dpdk-dev] [PATCH v5 4/4] net/i40e: enable tunnel filter for MPLS

2017-03-30 Thread Wu, Jingjing
> -Original Message- > From: Xing, Beilei > Sent: Thursday, March 30, 2017 2:57 PM > To: Wu, Jingjing > Cc: Zhang, Helin ; Iremonger, Bernard > ; dev@dpdk.org > Subject: [PATCH v5 4/4] net/i40e: enable tunnel filter for MPLS > > MPLSoUDP & MPLSoGRE is not supported by tunnel filter due

[dpdk-dev] [PATCH v5 4/4] net/i40e: enable tunnel filter for MPLS

2017-03-30 Thread Beilei Xing
MPLSoUDP & MPLSoGRE is not supported by tunnel filter due to limited resource of HW, this patch enables MPLS tunnel filter by replacing inner_mac filter. This configuration will be set when adding MPLSoUDP and MPLSoGRE filter rules, and it will be invalid only by NIC core reset. Signed-off-by: Bei