From patchwork Tue Jul 7 05:25:42 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Guo, Jia" X-Patchwork-Id: 73366 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 6222BA00BE; Tue, 7 Jul 2020 07:26:37 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 425AF1D9B9; Tue, 7 Jul 2020 07:26:36 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 9A8191C238 for ; Tue, 7 Jul 2020 07:26:34 +0200 (CEST) IronPort-SDR: UFnZcm6fH8tFwVPzSlebmrjBcJAwJlPrrkSEECdZeH/m4M2K67H97hkxb9o2/MEUHwcqcafgvQ kuSDAFpZxJ4Q== X-IronPort-AV: E=McAfee;i="6000,8403,9674"; a="145640332" X-IronPort-AV: E=Sophos;i="5.75,321,1589266800"; d="scan'208";a="145640332" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Jul 2020 22:26:33 -0700 IronPort-SDR: +gueBVmVx4RR7dRNVFXjOpxsRIYF4flwWpKpKPYL3P8bRmjHKJPGEA6ZhAb8kTef8BGMG8KcPC o5FxXWQ12zRA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,321,1589266800"; d="scan'208";a="266727836" Received: from npg-dpdk-cvl-jeffguo-01.sh.intel.com ([10.67.111.128]) by fmsmga007.fm.intel.com with ESMTP; 06 Jul 2020 22:26:31 -0700 From: Jeff Guo To: qi.z.zhang@intel.com, qiming.yang@intel.com Cc: dev@dpdk.org, jingjing.wu@intel.com, junfeng.guo@intel.com, beilei.xing@intel.com, simei.su@intel.com, jia.guo@intel.com Date: Tue, 7 Jul 2020 13:25:42 +0800 Message-Id: <20200707052546.14151-1-jia.guo@intel.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20200621140927.20602-2-jia.guo@intel.com> References: <20200621140927.20602-2-jia.guo@intel.com> MIME-Version: 1.0 Subject: [dpdk-dev] [dpdk-dev v5 0/4] enable new hash flow for pf 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" PF could add or delete a RSS rule base on the PF's hash capability. Some new rss input set will be supported, the protocols as below: eth/vlan/l2tpv3/esp/ah/pfcp/gtpu downlink/gtpu uplink. v5->v4: fix checkpatch issue refine for eth/vlan hash v4->v3: split patch set Jeff Guo (4): net/ice: refactor for pf hash flow net/ice: support hash for new GTPU protocols net/ice: enable new input set for rss hash app/testpmd: add GTPU to RSS hash commands app/test-pmd/cmdline.c | 8 +- app/test-pmd/config.c | 4 +- drivers/net/ice/ice_hash.c | 773 ++++++++++++++++++++++++++----------- 3 files changed, 562 insertions(+), 223 deletions(-) Acked-by: Qi Zhang