From mboxrd@z Thu Jan 1 00:00:00 1970 From: Helin Zhang Subject: [PATCH 0/2] add selecting different GRE key length Date: Thu, 24 Sep 2015 15:16:17 +0800 Message-ID: <1443078979-20774-1-git-send-email-helin.zhang@intel.com> Cc: yulong.pei@intel.com To: dev@dpdk.org Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id E8C238E65 for ; Thu, 24 Sep 2015 09:16:28 +0200 (CEST) List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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