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 BBDB7A0597; Fri, 10 Apr 2020 17:22:48 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4B1761D156; Fri, 10 Apr 2020 17:22:48 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 500881C2EB for ; Fri, 10 Apr 2020 17:22:47 +0200 (CEST) IronPort-SDR: sIswqwWJyzj8VynXHjChBo4bNolaiUJpF8NRRvO57YUaCfGytVdgvEGu7jhuRJC8fbzKsABI7b OtJpo+85kdVQ== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Apr 2020 08:22:46 -0700 IronPort-SDR: j3/3DKLskCIY8baJSRur9NHvMNIMmClrar8WvWXMbeHe99ZfCPOemBE6QiAKe+9u2jS+RU3LJX b3LnT5MumygA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,367,1580803200"; d="scan'208";a="244587194" Received: from npg-dpdk-cvl-jeffguo-01.sh.intel.com ([10.67.111.128]) by fmsmga008.fm.intel.com with ESMTP; 10 Apr 2020 08:22:44 -0700 From: Jeff Guo To: xiaolong.ye@intel.com, qi.z.zhang@intel.com Cc: dev@dpdk.org, jingjing.wu@intel.com, yahui.cao@intel.com, simei.su@intel.com, jia.guo@intel.com Date: Fri, 10 Apr 2020 20:18:58 -0400 Message-Id: <20200411001859.15472-1-jia.guo@intel.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20200318171210.8051-2-jia.guo@intel.com> References: <20200318171210.8051-2-jia.guo@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [dpdk-dev v2 0/1] add new rss configuration for ice 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" add some new protocol rss input set configuration for ice driver, the protocol input set such as below: l3-src for gtpu uplink l3-dst for gtpu downlink This patchset depends on below patch set. (1)http://patches.dpdk.org/project/dpdk/list/?series=8962 add RSS configuration for iavf v2->v1: refine rss offload types Jeff Guo (1): net/ice: Support for GTPU down/up rss configure drivers/net/ice/ice_hash.c | 55 +++++++++++++++++++++++++++++++------- 1 file changed, 46 insertions(+), 9 deletions(-) -- 2.20.1