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 E42B4A04C7; Tue, 15 Sep 2020 10:20:15 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id AF7201BE8E; Tue, 15 Sep 2020 10:20:15 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id A208EDE0 for ; Tue, 15 Sep 2020 10:20:13 +0200 (CEST) IronPort-SDR: QTTSyADkPDrWsZgTmz2vXlo0f4/r6l4uJYpIRFyrn2B+VZ8FTl6pY/y3RgBDI2MH3vPTmjhXxc i9hjAbGgzj0A== X-IronPort-AV: E=McAfee;i="6000,8403,9744"; a="159266446" X-IronPort-AV: E=Sophos;i="5.76,429,1592895600"; d="scan'208";a="159266446" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Sep 2020 01:20:12 -0700 IronPort-SDR: xV7qSA5rUQvjCZQ4ZBp+xyNfOUc+WNy5McFb/ybNdNEq7Jwx1u86boirJ34kuIs+PwILt5WSso y/ru7wRswYDA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,429,1592895600"; d="scan'208";a="287905849" Received: from dpdk-junfengguo-v3.sh.intel.com ([10.67.119.146]) by fmsmga008.fm.intel.com with ESMTP; 15 Sep 2020 01:20:09 -0700 From: Junfeng Guo To: qi.z.zhang@intel.com, jingjing.wu@intel.com, beilei.xing@intel.com Cc: dev@dpdk.org, junfeng.guo@intel.com Date: Tue, 15 Sep 2020 16:17:57 +0800 Message-Id: <20200915081759.4072947-1-junfeng.guo@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20200915062609.3786061-1-junfeng.guo@intel.com> References: <20200915062609.3786061-1-junfeng.guo@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH v4 0/2] add AVF RSS support for IPv6 prefix 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" RSS for IPv6 prefix fields are supported in this patchset, so that we can use prefixes instead of full IPv6 address for AVF RSS. The prefix here includes the first 64 bits of both SRC and DST IPv6 address. v4: * correct proto hdrs refine logic. v3: * code rebase. v2: * add support RSS for GTPU IPv6 prefix 64bit. [PATCH v4 1/2] net/iavf: replace function name with macro. [PATCH v4 2/2] net/iavf: support RSS for IPv6 prefix 64bit. Junfeng Guo (2): net/iavf: replace function name with macro net/iavf: support RSS for IPv6 prefix 64bit drivers/net/iavf/iavf_hash.c | 65 +++++++++++++++++++++--------------- 1 file changed, 39 insertions(+), 26 deletions(-) -- 2.25.1