From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH 0/5] remove void pointer explicit cast Date: Tue, 27 Feb 2018 13:45:50 +0000 Message-ID: References: <20180226081103.64154-1-zhiyong.yang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit To: Zhiyong Yang , dev@dpdk.org Return-path: Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 8B89F2C8 for ; Tue, 27 Feb 2018 14:45:53 +0100 (CET) In-Reply-To: <20180226081103.64154-1-zhiyong.yang@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 2/26/2018 8:10 AM, Zhiyong Yang wrote: > The patch series cleanup void pointer explicit cast related to > struct rte_flow_item fields in librte_flow_classify and make > code more readable. > > Zhiyong Yang (5): > flow_classify: remove void pointer cast > net/ixgbe: remove void pointer cast > net/e1000: remove void pointer cast > net/bnxt: remove void pointer cast > net/sfc: remove void pointer cast For series Reviewed-by: Ferruh Yigit