From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 37E3B1B37E for ; Fri, 26 Jan 2018 08:45:05 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Jan 2018 23:45:04 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,415,1511856000"; d="scan'208";a="12751628" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga007.jf.intel.com with ESMTP; 25 Jan 2018 23:45:03 -0800 Received: from fmsmsx154.amr.corp.intel.com (10.18.116.70) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 25 Jan 2018 23:45:01 -0800 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by FMSMSX154.amr.corp.intel.com (10.18.116.70) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 25 Jan 2018 23:45:01 -0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.124]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.192]) with mapi id 14.03.0319.002; Fri, 26 Jan 2018 15:44:59 +0800 From: "Zhang, Qi Z" To: "Yang, Zhiyong" , "dev@dpdk.org" CC: "Xing, Beilei" , "Zhang, Helin" Thread-Topic: [PATCH] net/i40e: remove unnecessary void pointer cast Thread-Index: AQHTlbHc6DV/W/ymNUyNP+iQdFtWGqOFx2LQ Date: Fri, 26 Jan 2018 07:44:58 +0000 Message-ID: <039ED4275CED7440929022BC67E706115313C38A@shsmsx102.ccr.corp.intel.com> References: <20180125075500.64338-1-zhiyong.yang@intel.com> In-Reply-To: <20180125075500.64338-1-zhiyong.yang@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.0.0.116 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] [PATCH] net/i40e: remove unnecessary 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: Fri, 26 Jan 2018 07:45:05 -0000 > -----Original Message----- > From: Yang, Zhiyong > Sent: Thursday, January 25, 2018 3:55 PM > To: dev@dpdk.org > Cc: Xing, Beilei ; Zhang, Qi Z ; > Zhang, Helin ; Yang, Zhiyong > > Subject: [PATCH] net/i40e: remove unnecessary void pointer cast >=20 > void pointer can be assigned to any type pointer without type cast. > The patch can make code more simple. >=20 > Cc: beilei.xing@intel.com > Cc: qi.z.zhang@intel.com > Cc: helin.zhang@intel.com >=20 > Signed-off-by: Zhiyong Yang Thanks for clean up! Acked-by: Qi Zhang