[v5,0/3] enable new hash flow for VF
Message ID | 20200707051406.13817-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 EA12BA00BE; Tue, 7 Jul 2020 07:14:55 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6E7801D6B2; Tue, 7 Jul 2020 07:14:55 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 161341D6AE for <dev@dpdk.org>; Tue, 7 Jul 2020 07:14:53 +0200 (CEST) IronPort-SDR: J1Ofpd7TrAuEMZeNSilez0Bpwj7ZGO35zKnpo/iwKLd6FyCtAKp5pKnMgIjQbGxqSpmBFUgiSS BVbkGJaIAU1w== X-IronPort-AV: E=McAfee;i="6000,8403,9674"; a="135005660" X-IronPort-AV: E=Sophos;i="5.75,321,1589266800"; d="scan'208";a="135005660" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Jul 2020 22:14:53 -0700 IronPort-SDR: YSCO55UD/uRDi4W3Za7ZlyngcYQ7vxZqzEid+i5UZHScKYABE0JgsirFwMFdVj0r2XFYcjUNbg pZt7gtQU0h0g== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,321,1589266800"; d="scan'208";a="315402622" Received: from npg-dpdk-cvl-jeffguo-01.sh.intel.com ([10.67.111.128]) by fmsmga002.fm.intel.com with ESMTP; 06 Jul 2020 22:14:51 -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: Tue, 7 Jul 2020 13:14:03 +0800 Message-Id: <20200707051406.13817-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 v5 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 7, 2020, 5:14 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. v5->v4: refine the lookup table for eth/vlan fix issue after splitting patch v4->v3: split patch set 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 | 2075 +++++++++++++++++++++++++--------- 1 file changed, 1560 insertions(+), 515 deletions(-)