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 94F45A0518; Mon, 3 Aug 2020 04:31:07 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 90CE22BD8; Mon, 3 Aug 2020 04:31:06 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id BA1EFF64 for ; Mon, 3 Aug 2020 04:31:04 +0200 (CEST) IronPort-SDR: lFxPcNxxLqMg6x8uMu8k1YlJaLqhGMFsA2Xku/sZDa7WXKcHoiNZ0CtHNoAD96jBGZcWxhXECu 2HUQifY/unjw== X-IronPort-AV: E=McAfee;i="6000,8403,9701"; a="149837927" X-IronPort-AV: E=Sophos;i="5.75,428,1589266800"; d="scan'208";a="149837927" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Aug 2020 19:31:03 -0700 IronPort-SDR: BfXLkTji1C8lwRNVFnGyW8Wru8pwstzOWj2y1pH4DfKM8fEqX4Ue1Jb4ciYS2bPGf8zpGUEare hNU2PVXt6KpA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,428,1589266800"; d="scan'208";a="492175852" Received: from dpdk-junfengguo-v1.sh.intel.com ([10.67.119.59]) by fmsmga005.fm.intel.com with ESMTP; 02 Aug 2020 19:31:02 -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: Mon, 3 Aug 2020 10:28:12 +0000 Message-Id: <20200803102814.3081903-1-junfeng.guo@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH 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. [PATCH 1/2] common/iavf: support virtual channel for IPv6 prefix. [PATCH 2/2] net/iavf: support RSS for IPv6 prefix 64bit. Junfeng Guo (2): common/iavf: support virtual channel for IPv6 prefix net/iavf: support RSS for IPv6 prefix 64bit drivers/common/iavf/virtchnl.h | 13 ++ drivers/net/iavf/iavf_hash.c | 232 +++++++++++++++++++++++++++++++++ 2 files changed, 245 insertions(+) -- 2.25.1