From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 7C7D9A0563; Wed, 15 Apr 2020 13:14:24 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5CF9A1D6D7; Wed, 15 Apr 2020 13:14:24 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 226941D6C2 for ; Wed, 15 Apr 2020 13:14:21 +0200 (CEST) IronPort-SDR: ch8xrxTKDjDpW5/z3y8SlUJupAqMK6K1sRu/IAAdInIacTN1cLn1qBtLPkAGfxOUAO3C0dhvGo jHPGQnn2TDgg== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Apr 2020 04:14:21 -0700 IronPort-SDR: wu3CX8sgkoct+dZ8th3w8QmTxKFljW7aegjtu5qqo4qCA+dWcLejVm10eWKjGNILM34dBrn0JR 0UDlRuKrSJvg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,386,1580803200"; d="scan'208";a="273125218" Received: from sivswdev08.ir.intel.com (HELO localhost.localdomain) ([10.237.217.47]) by orsmga008.jf.intel.com with ESMTP; 15 Apr 2020 04:14:19 -0700 From: Bernard Iremonger To: dev@dpdk.org, beilei.xing@intel.com, qi.z.zhang@intel.com, declan.doherty@intel.com Cc: konstantin.ananyev@intel.com, Bernard Iremonger Date: Wed, 15 Apr 2020 12:14:12 +0100 Message-Id: <1586949255-17234-1-git-send-email-bernard.iremonger@intel.com> X-Mailer: git-send-email 1.7.0.7 In-Reply-To: <1585662997-23618-1-git-send-email-bernard.iremonger@intel.com> References: <1585662997-23618-1-git-send-email-bernard.iremonger@intel.com> Subject: [dpdk-dev] [PATCH v4 0/3] configure RSS hash X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Configure the RSS hash for the i40e PMD using the rte_flow API RSS pattern. The i40e patch depends on the following patch: http://patches.dpdk.org/patch/68533/ [v9] net/i40e: enable hash configuration in RSS flow Changes in v4: -------------- Rebased to dpdk-next-net Renumbered esp and ah in librte_ethdev patch. Changes in v3: -------------- Reduce types in testpmd patch to esp and ah. Changes in v2: -------------- i40e changes are based on http://patches.dpdk.org/patch/67042/ update i40e PMD user guide. Add more types to testpmd patch Bernard Iremonger (3): librte_ethdev: add RSS offload types for ESP and AH app/testpmd: handle RSS offload types ESP and AH net/i40e: add ESP patterns app/test-pmd/cmdline.c | 4 +++- app/test-pmd/config.c | 2 ++ doc/guides/nics/i40e.rst | 3 ++- drivers/net/i40e/i40e_flow.c | 4 ++++ lib/librte_ethdev/rte_ethdev.h | 3 +++ 5 files changed, 14 insertions(+), 2 deletions(-) -- 2.7.4