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 5EB82A0518; Fri, 24 Jul 2020 10:33:44 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A98061C012; Fri, 24 Jul 2020 10:33:42 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 5F5221BFE7 for ; Fri, 24 Jul 2020 10:33:41 +0200 (CEST) IronPort-SDR: CLOCS06ZxLaEqgy8QOB6iKPb4khbR2uYR6rd1vhKSSs/vo9Lef7XF6HEUazHRR+aEUPpDvgn/4 I/9ykhfd9WkQ== X-IronPort-AV: E=McAfee;i="6000,8403,9691"; a="150662221" X-IronPort-AV: E=Sophos;i="5.75,390,1589266800"; d="scan'208";a="150662221" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Jul 2020 01:33:39 -0700 IronPort-SDR: kNhcSG9Gy6SRUCsK6USTZHSvNEpFt0lS/DFMAsrouzz4jZvT3b7Ayjv31U+j0VSEJEpnJh6ZOZ t0NUTQt2pggA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,390,1589266800"; d="scan'208";a="393253150" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga001.fm.intel.com with ESMTP; 24 Jul 2020 01:33:39 -0700 Received: from fmsmsx124.amr.corp.intel.com (10.18.125.39) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.439.0; Fri, 24 Jul 2020 01:33:38 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by fmsmsx124.amr.corp.intel.com (10.18.125.39) with Microsoft SMTP Server (TLS) id 14.3.439.0; Fri, 24 Jul 2020 01:33:38 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.22]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.22]) with mapi id 14.03.0439.000; Fri, 24 Jul 2020 16:33:35 +0800 From: "Zhang, Qi Z" To: "Guo, Jia" , "Xing, Beilei" , "Wu, Jingjing" CC: "dev@dpdk.org" , "Guo, Junfeng" , "Su, Simei" Thread-Topic: [dpdk-dev v1] net/iavf: add gtpu hash in default Thread-Index: AQHWYWGdHRfaaD1bV0SC6ZqIUO4uHqkWZyNA Date: Fri, 24 Jul 2020 08:33:35 +0000 Message-ID: <039ED4275CED7440929022BC67E7061154865677@SHSMSX103.ccr.corp.intel.com> References: <20200724022152.42099-1-jia.guo@intel.com> In-Reply-To: <20200724022152.42099-1-jia.guo@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [dpdk-dev v1] net/iavf: add gtpu hash in default 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" > -----Original Message----- > From: Guo, Jia > Sent: Friday, July 24, 2020 10:22 AM > To: Zhang, Qi Z ; Xing, Beilei ; > Wu, Jingjing > Cc: dev@dpdk.org; Guo, Junfeng ; Su, Simei > ; Guo, Jia > Subject: [dpdk-dev v1] net/iavf: add gtpu hash in default >=20 > Add GTPU_IP and GTPU_EH hash in default. >=20 > Signed-off-by: Jeff Guo Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi