On 3/30/2017 9:29 AM, Beilei Xing wrote: > This patchset adds support for MPLSoGRE and MPLSoUDP > tunnel filters. > I40e NICs can't recongnize MPLS tunnel packets by > default, so need to load a profile to FW first, then > MPLS tunnel packets can be recongnized with packet > type 61 and 63. > It depends on pipeline personalization profile support > and changes of tunnel filter function. > > v6 changes: > Change MPLS configuration with the FW modification. > > v5 changes: > Rework MPLS parse function. > Add replace filter flag for MPLS. > > v4 changes: > Move replace functions to i40e_ethdev.c. > > v3 changes: > Add big_buffer condition to this patchset. > Change some descriptions for new MPLS and GRE items. > Fix default mask error for MPLS label. > > Beilei Xing (4): > ethdev: add MPLS and GRE items > app/testpmd: add MPLS and GRE fields to flow command > net/i40e: add MPLS parsing function > net/i40e: enable tunnel filter for MPLS
Series applied to dpdk-next-net/master, thanks.