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

Helin Zhang helin.zhang at intel.com
Thu Sep 24 09:16:17 CEST 2015


By default, only 3 bytes of GRE key will be used for hash or filter
calculation. Here adds a workaround for selecting 3 or 4 bytes of GRE
key for that purpose.

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 +++++++++++++++++++++++++
 drivers/net/i40e/i40e_ethdev.c  | 86 +++++++++++++++++++++++++++++++++++++++--
 lib/librte_ether/rte_eth_ctrl.h | 20 ++++++++++
 3 files changed, 155 insertions(+), 3 deletions(-)

-- 
1.9.3



More information about the dev mailing list