[dpdk-dev] [PATCH v6 0/4] Add tunnel filter support for IP in GRE on i40e

Xutao Sun xutao.sun at intel.com
Tue Mar 1 04:47:08 CET 2016


This patch set adds tunnel filter support for IP in GRE on i40e.

v2 changes:
  Fix the byte order problem.

v3 changes:
  Remove the deprecation notice and update the release notes.

v4 changes:
  Modify the mistakes in cmdline.c in the old patch.

v5 changes:
  Fix type errors and update the testpmd documentation.

v6 changes:
  Use internal variables to convert byte order.

Xutao Sun (4):
  lib/ether: optimize the'rte_eth_tunnel_filter_conf' structure
  lib/ether: add IP in GRE type
  driver/i40e: implement tunnel filter for IP in GRE
  app/test-pmd: test tunnel filter for IP in GRE

 app/test-pmd/cmdline.c                      | 38 +++++++++++++++-------
 doc/guides/rel_notes/deprecation.rst        |  5 ---
 doc/guides/rel_notes/release_16_04.rst      |  2 ++
 doc/guides/testpmd_app_ug/testpmd_funcs.rst | 35 +++++++++++++++++++--
 drivers/net/i40e/i40e_ethdev.c              | 49 +++++++++++++++++++----------
 lib/librte_ether/rte_eth_ctrl.h             |  5 +--
 6 files changed, 97 insertions(+), 37 deletions(-)

-- 
1.9.3



More information about the dev mailing list