From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v6 0/2] add selecting different GRE key length Date: Wed, 04 Nov 2015 00:38:36 +0100 Message-ID: <2320527.ME0P7bFCa4@xps13> References: <1446476869-22378-1-git-send-email-helin.zhang@intel.com> <1446568116-29985-1-git-send-email-helin.zhang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Helin Zhang Return-path: Received: from mail-wi0-f169.google.com (mail-wi0-f169.google.com [209.85.212.169]) by dpdk.org (Postfix) with ESMTP id ACE948E6C for ; Wed, 4 Nov 2015 00:41:58 +0100 (CET) Received: by wijp11 with SMTP id p11so81999365wij.0 for ; Tue, 03 Nov 2015 15:41:58 -0800 (PST) In-Reply-To: <1446568116-29985-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" 2015-11-04 00:28, Helin Zhang: > 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 v9 0/2] i40e: RSS/FD granularity configuration". Applied, thanks