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

Xutao Sun xutao.sun at intel.com
Thu Jan 28 11:26:14 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.

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               | 42 ++++++++++++++++++++++------------
 doc/guides/rel_notes/deprecation.rst |  5 ----
 doc/guides/rel_notes/release_2_3.rst |  2 ++
 drivers/net/i40e/i40e_ethdev.c       | 44 ++++++++++++++++++++++++------------
 lib/librte_ether/rte_eth_ctrl.h      |  5 ++--
 5 files changed, 63 insertions(+), 35 deletions(-)

-- 
1.9.3



More information about the dev mailing list