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 2D161A0613 for ; Sun, 20 Oct 2019 04:15:00 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C81ED1BF34; Sun, 20 Oct 2019 04:14:58 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 83F7D1BF26 for ; Sun, 20 Oct 2019 04:14:56 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Oct 2019 19:14:54 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.67,317,1566889200"; d="scan'208";a="209014792" Received: from npg-dpdk-cvl-simeisu-118d193.sh.intel.com ([10.67.110.183]) by orsmga002.jf.intel.com with ESMTP; 19 Oct 2019 19:14:53 -0700 From: Simei Su To: qi.z.zhang@intel.com, beilei.xing@intel.com, xiaolong.ye@intel.com Cc: dev@dpdk.org, simei.su@intel.com Date: Sun, 20 Oct 2019 10:14:47 +0800 Message-Id: <1571537689-351403-1-git-send-email-simei.su@intel.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1571264162-14201-1-git-send-email-simei.su@intel.com> References: <1571264162-14201-1-git-send-email-simei.su@intel.com> Subject: [dpdk-dev] [PATCH v7 0/2] net/ice: enable advanced RSS 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" [PATCH v7 1/2] add teid hash for gtupu and session id hash for pppoe/pppod. [PATCH v7 2/2] support input set change and symmetric hash by rte_flow RSS action. v7: * Rebase patches to solve merge conflict. v6: * Add simultaneous use of SRC_ONLY and DST_ONLY of the same level. * Update cases in ice_hash_type_list[]. v5: * Update title for cover letter and commit log. * Fix some code style. v4: * Add rss support for gtpu with teid and pppoe/pppod with session id. * Split up into patchset. v3: * Modify codes according to the comments. * Update release notes and Makefile/meson.build. v2: * Amend to resend patch that v1 is not in community. Simei Su (2): net/ice: add RSS configuration for gtpu/pppoe net/ice: enable advanced RSS doc/guides/rel_notes/release_19_11.rst | 1 + drivers/net/ice/Makefile | 1 + drivers/net/ice/ice_ethdev.c | 24 ++ drivers/net/ice/ice_hash.c | 562 +++++++++++++++++++++++++++++++++ drivers/net/ice/meson.build | 3 +- 5 files changed, 590 insertions(+), 1 deletion(-) create mode 100644 drivers/net/ice/ice_hash.c -- 1.8.3.1