From mboxrd@z Thu Jan 1 00:00:00 1970 From: Helin Zhang Subject: [PATCH v2 0/2] add selecting different GRE key length Date: Tue, 20 Oct 2015 14:18:30 +0800 Message-ID: <1445321912-1484-1-git-send-email-helin.zhang@intel.com> References: <1443078979-20774-1-git-send-email-helin.zhang@intel.com> Cc: yulong.pei@intel.com To: dev@dpdk.org Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id C40FD8E69 for ; Tue, 20 Oct 2015 08:18:41 +0200 (CEST) In-Reply-To: <1443078979-20774-1-git-send-email-helin.zhang@intel.com> 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 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 v4 0/2] i40e: RSS/FD granularity configuration"! v2 changes: Updated with RSS/FD granularity code. 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 | 87 +++++++++++++++++++++++++++++++++++++++-- lib/librte_ether/rte_eth_ctrl.h | 20 ++++++++++ 3 files changed, 156 insertions(+), 3 deletions(-) -- 1.9.3