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

2017-03-30 Thread Xing, Beilei
> -Original Message- > From: Wu, Jingjing > Sent: Thursday, March 30, 2017 2:17 PM > To: Xing, Beilei > Cc: Zhang, Helin ; Iremonger, Bernard > ; dev@dpdk.org > Subject: RE: [PATCH v4 4/4] net/i40e: enable tunnel filter for MPLS > > > int > > i40e_dev_consistent_tunnel_filter_set(stru

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

2017-03-30 Thread Wu, Jingjing
> int > i40e_dev_consistent_tunnel_filter_set(struct i40e_pf *pf, > struct i40e_tunnel_filter_conf *tunnel_filter, @@ -6954,6 > +7063,8 @@ i40e_dev_consistent_tunnel_filter_set(struct i40e_pf *pf, > struct i40e_tunnel_rule *tunnel_rule = &pf->tunnel; > struct i40e_

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

2017-03-29 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