From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.droids-corp.org (zoll.droids-corp.org [94.23.50.67]) by dpdk.org (Postfix) with ESMTP id 8B8813250 for ; Mon, 22 Jan 2018 14:07:33 +0100 (CET) Received: from lfbn-lil-1-110-231.w90-45.abo.wanadoo.fr ([90.45.197.231] helo=droids-corp.org) by mail.droids-corp.org with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1edbp2-0006ce-3E; Mon, 22 Jan 2018 14:07:37 +0100 Received: by droids-corp.org (sSMTP sendmail emulation); Mon, 22 Jan 2018 14:07:28 +0100 Date: Mon, 22 Jan 2018 14:07:28 +0100 From: Olivier Matz To: Zhiyong Yang Cc: dev@dpdk.org, ferruh.yigit@intel.com, thomas@monjalon.net Message-ID: <20180122130728.hzh3r3kwu6smcwx3@platinum> References: <20180119101813.31450-1-zhiyong.yang@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180119101813.31450-1-zhiyong.yang@intel.com> User-Agent: NeoMutt/20170113 (1.7.2) 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: Mon, 22 Jan 2018 13:07:33 -0000 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 Acked-by: Olivier Matz Zhihong, for next time please prefix the patch with "PATCH v2" and use --in-reply-to with the message id of the first version. Thanks Olivier