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 47B59A0562; Tue, 31 Mar 2020 15:56:49 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A91BB2C15; Tue, 31 Mar 2020 15:56:48 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 5BE742BCE for ; Tue, 31 Mar 2020 15:56:47 +0200 (CEST) IronPort-SDR: X5urxoEroWyl0hSowXLxAa/fMczxL4fqLzh4YEsXRM3iKMDoqwipNuhxrSTH3/Zfy4YVRo4UHK sLodDk0Od0zA== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 Mar 2020 06:56:45 -0700 IronPort-SDR: FNmzFWBRR0f3UmOrz7gsdsnW6yzHQLY9RHTpBPiVEOu3VUhQKt6K3jeoF5itepTAGrDKE45tPj Ebhzt18b3oMw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,327,1580803200"; d="scan'208";a="267288101" Received: from sivswdev08.ir.intel.com (HELO localhost.localdomain) ([10.237.217.47]) by orsmga002.jf.intel.com with ESMTP; 31 Mar 2020 06:56:43 -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: Tue, 31 Mar 2020 14:56:34 +0100 Message-Id: <1585662997-23618-1-git-send-email-bernard.iremonger@intel.com> X-Mailer: git-send-email 1.7.0.7 In-Reply-To: <1585151755-15837-1-git-send-email-bernard.iremonger@intel.com> References: <1585151755-15837-1-git-send-email-bernard.iremonger@intel.com> Subject: [dpdk-dev] [PATCH v3 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/67398/ [v6] net/i40e: implement hash function in rte flow API 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 | 2 ++ 5 files changed, 13 insertions(+), 2 deletions(-) -- 2.7.4