[v4,0/4] enable new hash flow for pf
Message ID | 20200703035859.87987-1-jia.guo@intel.com (mailing list archive) |
---|---|
Headers |
Return-Path: <dev-bounces@dpdk.org> 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 35A63A0519; Fri, 3 Jul 2020 05:59:52 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 15C3A1D8E1; Fri, 3 Jul 2020 05:59:52 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 050A61D8D9 for <dev@dpdk.org>; Fri, 3 Jul 2020 05:59:49 +0200 (CEST) IronPort-SDR: KRwEEaJ4L3nYc+5cwP8oWByY5D55qpr00rVKXyHaE9fmNluAx4IZ73A8f/TPJkSlmpTE9WcPNu gM3blJIVUDng== X-IronPort-AV: E=McAfee;i="6000,8403,9670"; a="134544948" X-IronPort-AV: E=Sophos;i="5.75,306,1589266800"; d="scan'208";a="134544948" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Jul 2020 20:59:49 -0700 IronPort-SDR: pprUfV/ZVdqMY2cfFtGTp7ZljhV/hlXcRR0oPI/Q/rkAAD1ez0cRFrml5H0O51oKmlC75L3O1p d7HTxDCUK2ww== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,306,1589266800"; d="scan'208";a="282165949" Received: from npg-dpdk-cvl-jeffguo-01.sh.intel.com ([10.67.111.128]) by orsmga006.jf.intel.com with ESMTP; 02 Jul 2020 20:59:47 -0700 From: Jeff Guo <jia.guo@intel.com> 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: Fri, 3 Jul 2020 11:58:55 +0800 Message-Id: <20200703035859.87987-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 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [dpdk-dev v4 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 <dev.dpdk.org> List-Unsubscribe: <https://mails.dpdk.org/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://mails.dpdk.org/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <https://mails.dpdk.org/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> Errors-To: dev-bounces@dpdk.org Sender: "dev" <dev-bounces@dpdk.org> |
Message
Guo, Jia
July 3, 2020, 3:58 a.m. UTC
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. 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 | 731 ++++++++++++++++++++++++++----------- 3 files changed, 520 insertions(+), 223 deletions(-)