This patchset enables MPLSoUDP & MPLSoGRE cloud filter. This function depends on PPP function and replace filter AQ command.
Beilei Xing (3): app/testpmd: support MPLS for generic filter net/i40e: add MPLS parsing function net/i40e: enable cloud filter for MPLS app/test-pmd/cmdline_flow.c | 55 ++++++++ app/test-pmd/config.c | 2 + drivers/net/i40e/i40e_ethdev.c | 44 +++++- drivers/net/i40e/i40e_ethdev.h | 10 ++ drivers/net/i40e/i40e_flow.c | 305 +++++++++++++++++++++++++++++++++++++++++ lib/librte_ether/rte_flow.h | 40 ++++++ 6 files changed, 451 insertions(+), 5 deletions(-) -- 2.5.5