From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id AC02FA48C for ; Tue, 23 Jan 2018 02:15:42 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 Jan 2018 17:15:41 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,398,1511856000"; d="scan'208";a="197774940" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga005.fm.intel.com with ESMTP; 22 Jan 2018 17:15:41 -0800 Received: from bgsmsx151.gar.corp.intel.com (10.224.48.42) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 22 Jan 2018 17:15:41 -0800 Received: from bgsmsx101.gar.corp.intel.com ([169.254.1.245]) by BGSMSX151.gar.corp.intel.com ([169.254.3.14]) with mapi id 14.03.0319.002; Tue, 23 Jan 2018 06:45:38 +0530 From: "Yang, Zhiyong" To: Olivier Matz CC: "dev@dpdk.org" , "Yigit, Ferruh" , "thomas@monjalon.net" Thread-Topic: [PATCH] mbuf: remove void pointer cast Thread-Index: AQHTkQ7ltjhrneO7RUenWNqf1OwlT6N/hZcAgAEnLuA= Date: Tue, 23 Jan 2018 01:15:37 +0000 Message-ID: References: <20180119101813.31450-1-zhiyong.yang@intel.com> <20180122130728.hzh3r3kwu6smcwx3@platinum> In-Reply-To: <20180122130728.hzh3r3kwu6smcwx3@platinum> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [10.223.10.10] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] mbuf: remove void pointer cast 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: , X-List-Received-Date: Tue, 23 Jan 2018 01:15:43 -0000 Olivier, Thanks for your review and Acked-by, I will do that as you said next time. Zhiyong > -----Original Message----- > From: Olivier Matz [mailto:olivier.matz@6wind.com] > Sent: Monday, January 22, 2018 9:07 PM > To: Yang, Zhiyong > Cc: dev@dpdk.org; Yigit, Ferruh ; > thomas@monjalon.net > Subject: Re: [PATCH] mbuf: remove void pointer cast >=20 > On Fri, Jan 19, 2018 at 06:18:13PM +0800, Zhiyong Yang wrote: > > It is unnecessary to cast from void * to struct rte_mbuf *, the change > > can make code clearer. > > > > Signed-off-by: Zhiyong Yang >=20 > Acked-by: Olivier Matz >=20 > Zhihong, for next time please prefix the patch with "PATCH v2" > and use --in-reply-to with the message id of the first version. >=20 > Thanks > Olivier