This patch set enables RSS/FDIR/cloud filter for GPT-C and GTP-U. It depends on Kirill's patch: http://www.dpdk.org/dev/patchwork/patch/28294/
v2 changes: - Enable RSS/FDIR/cloud filter dinamicly by checking profile - Add GTPC and GTPU items to distinguish rule for GTP-C or GTP-U - Rework FDIR/cloud filter enabling function Beilei Xing (6): net/i40e: support RSS for GTP-C and GTP-U ethdev: add GTPC and GTPU items 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 | 44 +++ app/test-pmd/config.c | 2 + doc/guides/prog_guide/rte_flow.rst | 26 ++ doc/guides/testpmd_app_ug/testpmd_funcs.rst | 8 + drivers/net/i40e/i40e_ethdev.c | 356 +++++++++++++++++- drivers/net/i40e/i40e_ethdev.h | 139 ++++++- drivers/net/i40e/i40e_fdir.c | 544 +++++++++++++++++++++++++++- drivers/net/i40e/i40e_flow.c | 403 ++++++++++++++++----- drivers/net/i40e/rte_pmd_i40e.c | 4 + lib/librte_ether/rte_flow.h | 44 +++ 10 files changed, 1448 insertions(+), 122 deletions(-) -- 2.5.5