From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E0C57C433DF for ; Fri, 3 Jul 2020 03:59:52 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id A551B206DF for ; Fri, 3 Jul 2020 03:59:52 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org A551B206DF Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org 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 ; 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 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 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. 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(-) -- 2.20.1