[dpdk-dev] [PATCH v3 0/7] support E-tag offloading and forwarding on Intel X550 NIC

Wenzhuo Lu wenzhuo.lu at intel.com
Tue Feb 16 09:20:52 CET 2016


This patch set adds the support of E-tag offloading and forwarding
on X550.
The offloading means E-tag can be inserted and stripped by HW.
And E-tag packets can be recognized and forwarded to specific pools
based on GRP and E-CID_base in E-tag.

E-tag is defined in IEEE802.1br. Please reference
http://www.ieee802.org/1/pages/802.1br.html.

V2:
* Add the introduction for E-tag.

V3:
* Add the hlep info for the new CLIs.
* Update the doc for testpmd.
* Update the E-tag insertion setting. Should insert different tunnel
  id for every VF, not a common one for all.

Wenzhuo Lu (7):
  ixgbe: select pool by MAC when using double VLAN
  lib/librte_ether: support l2 tunnel config
  ixgbe: support l2 tunnel config
  app/testpmd: add CLIs for l2 tunnel config
  lib/librte_ether: support new l2 tunnel operation
  ixgbe: support l2 tunnel operation
  app/testpmd: add CLIs for E-tag operation

 app/test-pmd/cmdline.c                      | 647 +++++++++++++++++++++++++++-
 doc/guides/rel_notes/release_2_3.rst        |   6 +
 doc/guides/testpmd_app_ug/testpmd_funcs.rst |  37 ++
 drivers/net/ixgbe/ixgbe_ethdev.c            | 518 ++++++++++++++++++++++
 lib/librte_ether/rte_eth_ctrl.h             |   9 +
 lib/librte_ether/rte_ethdev.c               | 244 +++++++++++
 lib/librte_ether/rte_ethdev.h               | 298 +++++++++++++
 7 files changed, 1758 insertions(+), 1 deletion(-)

-- 
1.9.3



More information about the dev mailing list