From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id CFE61A0096 for ; Mon, 6 May 2019 02:36:53 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 88A913256; Mon, 6 May 2019 02:36:53 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 114ABA3 for ; Mon, 6 May 2019 02:36:51 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 May 2019 17:36:50 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,435,1549958400"; d="scan'208";a="141607245" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga006.jf.intel.com with ESMTP; 05 May 2019 17:36:51 -0700 Received: from shsmsx108.ccr.corp.intel.com (10.239.4.97) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.408.0; Sun, 5 May 2019 17:36:50 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.70]) by SHSMSX108.ccr.corp.intel.com ([169.254.8.126]) with mapi id 14.03.0415.000; Mon, 6 May 2019 08:36:49 +0800 From: "Zhang, Qi Z" To: "Wang, Xiao W" , "Lu, Wenzhuo" CC: "dev@dpdk.org" , "Yang, Qiming" , "Wang, Xiao W" Thread-Topic: [dpdk-dev] [PATCH] net/ice: minor code cleanups Thread-Index: AQHVAwgM/7qSIvqNJU2WUGQyCPMgWaZdQXYg Date: Mon, 6 May 2019 00:36:48 +0000 Message-ID: <039ED4275CED7440929022BC67E706115337C745@SHSMSX103.ccr.corp.intel.com> References: <20190505054528.133534-1-xiao.w.wang@intel.com> In-Reply-To: <20190505054528.133534-1-xiao.w.wang@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNTFhYzAyOTItNmFiMi00NWE4LTkzN2UtYTY5NzZjMDQ5ZTJhIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiNk0xWWlQRGp1REFneDg2RjRUU0o2SFlcLytLcjk2OHMxTkFZQ0EwSU03Zm1UYmU3QkZyN09cLzQzaGMrQ3cxK05xIn0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.600.7 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] net/ice: minor code cleanups 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" Message-ID: <20190506003648.BauQQXKt_DKO5MMnTdYlEOuqIl8E38hOGhflOR0J-a8@z> > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Xiao Wang > Sent: Sunday, May 5, 2019 1:45 PM > To: Lu, Wenzhuo > Cc: dev@dpdk.org; Yang, Qiming ; Wang, Xiao W > > Subject: [dpdk-dev] [PATCH] net/ice: minor code cleanups >=20 > This patch is a cleanup on comment, variable modifier, coding style. >=20 > Signed-off-by: Xiao Wang Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi