[dpdk-dev] [PATCH v4 0/2] add selecting different GRE key length

Tao, Zhe zhe.tao at intel.com
Fri Oct 30 06:37:18 CET 2015



-----Original Message-----
From: Zhang, Helin 
Sent: Friday, October 30, 2015 12:54 PM
To: dev at dpdk.org
Cc: Chilikin, Andrey; Pei, Yulong; Liu, Yong; Wu, Jingjing; Zhang, Helin
Subject: [PATCH v4 0/2] add selecting different GRE key length

By default, only 3 bytes of GRE key will be used for hash or FD calculation. Here adds selecting 3 or 4 bytes of GRE key for those purpose.
Note that these patches are based on another patch set of "[PATCH v7 0/2] i40e: RSS/FD granularity configuration".

v2 changes:
Updated with RSS/FD granularity code.

v3 changes:
Updated with RSS/FD granularity code.
Updated documentation.

v4 changes:
Added the update of release note and testpmd guide to the code patches separately.
Updated with RSS/FD granularity code v7.

Helin Zhang (2):
  i40e: add selecting GRE key length
  app/testpmd: add test commands for selecting different GRE key sizes

 app/test-pmd/cmdline.c                      | 52 +++++++++++++++++
 doc/guides/rel_notes/release_2_2.rst        |  2 +
 doc/guides/testpmd_app_ug/testpmd_funcs.rst | 11 ++++
 drivers/net/i40e/i40e_ethdev.c              | 87 ++++++++++++++++++++++++++++-
 lib/librte_ether/rte_eth_ctrl.h             | 20 +++++++
 5 files changed, 169 insertions(+), 3 deletions(-)

--
1.9.3
 Acked-by: Zhe Tao <zhe.tao at intel.com>


More information about the dev mailing list