[v4,0/3] enable new hash flow for VF
Message ID | 20200703035656.87908-1-jia.guo@intel.com (mailing list archive) |
---|---|
Headers |
Return-Path: <dev-bounces@dpdk.org> X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id A254EA0519; Fri, 3 Jul 2020 05:57:49 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id F246F1D8DE; Fri, 3 Jul 2020 05:57:48 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id E3B8B1D73A for <dev@dpdk.org>; Fri, 3 Jul 2020 05:57:46 +0200 (CEST) IronPort-SDR: xFPdTnR+XdqSqmEG/z9L5IqWtpRICINNi764aNqKDUP3Tg1XuM7ySo1J93FhvWyhfllvSd1K2N Vx3gUFA3mq2g== X-IronPort-AV: E=McAfee;i="6000,8403,9670"; a="208603627" X-IronPort-AV: E=Sophos;i="5.75,306,1589266800"; d="scan'208";a="208603627" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Jul 2020 20:57:46 -0700 IronPort-SDR: noaLore2tNUmjo6iDltvhqYI4hE1UoYwwmz82gtmPFRTwWbko9LIWU0N4Uft9BJpRWr6wa5QTC tH6ErZbWFtRw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,306,1589266800"; d="scan'208";a="278309749" Received: from npg-dpdk-cvl-jeffguo-01.sh.intel.com ([10.67.111.128]) by orsmga003.jf.intel.com with ESMTP; 02 Jul 2020 20:57:44 -0700 From: Jeff Guo <jia.guo@intel.com> To: qi.z.zhang@intel.com, jingjing.wu@intel.com, beilei.xing@intel.com Cc: dev@dpdk.org, junfeng.guo@intel.com, qiming.yang@intel.com, simei.su@intel.com, jia.guo@intel.com Date: Fri, 3 Jul 2020 11:56:53 +0800 Message-Id: <20200703035656.87908-1-jia.guo@intel.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20200621140235.20488-1-jia.guo@intel.com> References: <20200621140235.20488-1-jia.guo@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [dpdk-dev v4 0/3] enable new hash flow for VF X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions <dev.dpdk.org> List-Unsubscribe: <https://mails.dpdk.org/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://mails.dpdk.org/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <https://mails.dpdk.org/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> Errors-To: dev-bounces@dpdk.org Sender: "dev" <dev-bounces@dpdk.org> |
Message
Guo, Jia
July 3, 2020, 3:56 a.m. UTC
Some new hash flow will be supported to expend the flow hash capability, the input set are the 5 tuple for regular ip pattern and also GTPU inner ip pattern, and the session id for NAT-T ESP protocol, the l3 src/dst and the teid for GTPU_IP protocol. Jeff Guo (3): net/iavf: refactor for hash flow net/iavf: enable 5 tuple rss hash net/iavf: enable some new hash flow drivers/net/iavf/iavf_hash.c | 1816 ++++++++++++++++++++++++---------- 1 file changed, 1299 insertions(+), 517 deletions(-)