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 744D8A057C; Wed, 18 Mar 2020 13:38:19 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D2F661AFF; Wed, 18 Mar 2020 13:38:18 +0100 (CET) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 57EB0FEB for ; Wed, 18 Mar 2020 13:38:17 +0100 (CET) IronPort-SDR: VMadZ7EGGJJ93/+5EcVC2mB1eaov22NSIlRJ3hY/BzFr9YVB1WWbrTIxRJ2k8x1ZWa3ce6JjmP w815INpcYnmw== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Mar 2020 05:38:15 -0700 IronPort-SDR: rxfRsMuyeGpAomRETFlIc6dnlMVnWGrgvrVL3h9NKxE99ddBhQNe6QkitGnKNaY50eop/MBH5p K+7ZgoourtaQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,567,1574150400"; d="scan'208";a="236626429" Received: from sivswdev08.ir.intel.com (HELO localhost.localdomain) ([10.237.217.47]) by fmsmga007.fm.intel.com with ESMTP; 18 Mar 2020 05:38:14 -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, 18 Mar 2020 12:38:06 +0000 Message-Id: <1584535089-29499-1-git-send-email-bernard.iremonger@intel.com> X-Mailer: git-send-email 1.7.0.7 Subject: [dpdk-dev] [PATCH 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 action. Bernard Iremonger (3): librte_ethdev: add RSS offload types for ESP and AH app/testpmd: handle RSS offload types ESP and AH net/i40e: configure RSS hash from RSS action app/test-pmd/cmdline.c | 4 +++- app/test-pmd/config.c | 2 ++ drivers/net/i40e/i40e_flow.c | 46 +++++++++++++++++++++++++++++++----------- lib/librte_ethdev/rte_ethdev.h | 2 ++ 4 files changed, 41 insertions(+), 13 deletions(-) -- 2.7.4