From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 34D92C433DF for ; Fri, 3 Jul 2020 03:57:50 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id E10AB206DF for ; Fri, 3 Jul 2020 03:57:49 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E10AB206DF Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org 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 ; 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 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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(-) -- 2.20.1