[dpdk-dev] [RFC 0/4] tunnel enhancements

Xueming Li xuemingl at mellanox.com
Wed Nov 29 18:31:02 CET 2017


Some tunnel enhancements:
1. support GRE tunnel type 
2. support L3 VXLAN tunnel type - no inner L2 header
3. introduce RSS tunnel level into rte_flow_action_rss
   RSS on inner or outer tunnel headers
4. implementation of rss tunnel level parsing in testpmd

Xueming Li (4):
  ethdev: support rss level on tunnel
  app/testpmd: support rte_flow rss level parsing
  ethdev: support GRE and L3VXLAN tunnel type
  app/testpmd: support l3vxlan tunnel type

 app/test-pmd/cmdline_flow.c     | 23 ++++++++++++++++++++++-
 lib/librte_ether/rte_eth_ctrl.h |  4 +++-
 lib/librte_ether/rte_ethdev.h   |  2 ++
 lib/librte_ether/rte_flow.c     |  1 +
 lib/librte_ether/rte_flow.h     |  8 ++++++++
 5 files changed, 36 insertions(+), 2 deletions(-)

-- 
1.8.3.1



More information about the dev mailing list