> -----Original Message-----
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Wenzhuo Lu
> Sent: Tuesday, March 08, 2016 2:54 PM
> To: dev at dpdk.org
> Subject: [dpdk-dev] [PATCH v6 0/5] support E-tag offloading and forwarding
> on X550
>
> 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.
>
> v4:
> - Fix strippig is not working issue.
> - Update the filter adding function. One filter for one tunnel entry.
> - Update the release note to add some info about how to use this feature.
>
> v5:
> - Use macro for return value.
> - Correct print info.
>
> v6:
> - Merge some rte ops.
>
> Wenzhuo Lu (5):
> ixgbe: select pool by MAC when using double VLAN
> lib/librte_ether: support l2 tunnel operations
> ixgbe: support l2 tunnel operations
> app/testpmd: add CLIs for l2 tunnel config
> app/testpmd: add CLIs for E-tag operation
>
> app/test-pmd/cmdline.c | 677
> +++++++++++++++++++++++++++-
> doc/guides/rel_notes/release_16_04.rst | 21 +
> doc/guides/testpmd_app_ug/testpmd_funcs.rst | 37 ++
> drivers/net/ixgbe/ixgbe_ethdev.c | 548 ++++++++++++++++++++++
> lib/librte_ether/rte_eth_ctrl.h | 9 +
> lib/librte_ether/rte_ethdev.c | 102 +++++
> lib/librte_ether/rte_ethdev.h | 131 ++++++
> lib/librte_ether/rte_ether_version.map | 4 +
> 8 files changed, 1528 insertions(+), 1 deletion(-)
>
> Tested-by: Yong Liu <yong.liu at intel.com>
> Acked-by: Shaopeng He <shaopeng.he at intel.com>
>
Acked-by: Jingjing Wu <jingjing.wu at intel.com>
> --
> 1.9.3