This patch set enables RSS/FDIR/cloud filter for GTP-C and GTP-U. Beilei Xing (7): net/i40e: support RSS for GTP-C and GTP-U ethdev: add GTP item app/testpmd: add GTP fields to flow command net/i40e: finish integration FDIR with generic flow API net/i40e: add FDIR support for GTP-C and GTP-U net/i40e: add cloud filter parsing function for GTP net/i40e: enable cloud filter for GTP-C and GTP-U
app/test-pmd/cmdline_flow.c | 22 ++ app/test-pmd/config.c | 1 + doc/guides/prog_guide/rte_flow.rst | 12 + doc/guides/testpmd_app_ug/testpmd_funcs.rst | 4 + drivers/net/i40e/i40e_ethdev.c | 169 +++++++++ drivers/net/i40e/i40e_ethdev.h | 118 ++++++- drivers/net/i40e/i40e_fdir.c | 528 +++++++++++++++++++++++++++- drivers/net/i40e/i40e_flow.c | 283 ++++++++++++--- lib/librte_ether/rte_flow.h | 31 ++ 9 files changed, 1104 insertions(+), 64 deletions(-) -- 2.5.5