From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 4B9A9A0352; Thu, 16 Jan 2020 03:52:22 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8F3CE1C12A; Thu, 16 Jan 2020 03:52:21 +0100 (CET) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id ED0DC1C128 for ; Thu, 16 Jan 2020 03:52:19 +0100 (CET) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Jan 2020 18:52:18 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,324,1574150400"; d="scan'208";a="218371284" Received: from yexl-server.sh.intel.com (HELO localhost) ([10.67.117.17]) by orsmga008.jf.intel.com with ESMTP; 15 Jan 2020 18:52:17 -0800 Date: Thu, 16 Jan 2020 10:52:09 +0800 From: Ye Xiaolong To: Haiyue Wang Cc: dev@dpdk.org, qi.z.zhang@intel.com, qiming.yang@intel.com Message-ID: <20200116025209.GI33538@intel.com> References: <20200114052258.78791-1-haiyue.wang@intel.com> <20200114120130.29411-1-haiyue.wang@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200114120130.29411-1-haiyue.wang@intel.com> User-Agent: Mutt/1.9.4 (2018-02-28) Subject: Re: [dpdk-dev] [PATCH v2 0/4] Intel iavf and ice PMDs clean up 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" On 01/14, Haiyue Wang wrote: >a. Remove the unused definitions in osdep.h. > >b. Put the common definitions used by Intel net PMDs under the macro >__INTEL_NET_BASE_OSDEP__, which works as an include file, so that it >is easily maintained. > >--- >v2: add the osdep.h clean up, which depends on v1 to remove TRUE/FALSE. > >Haiyue Wang (4): > net/iavf: unify the bool type value > net/ice: unify the bool type value > common/iavf: osdep.h clean up > net/ice/base: osdep.h clean up > > drivers/common/iavf/iavf_osdep.h | 107 ++++++++++++++----------- > drivers/net/iavf/iavf_ethdev.c | 31 ++++---- > drivers/net/iavf/iavf_rxtx.c | 34 ++++---- > drivers/net/ice/base/ice_osdep.h | 132 ++++++++++++++++--------------- > drivers/net/ice/ice_ethdev.c | 22 +++--- > drivers/net/ice/ice_rxtx.c | 16 ++-- > 6 files changed, 178 insertions(+), 164 deletions(-) > >-- >2.17.1 > Acked-by: Xiaolong Ye Applied to dpdk-next-net-intel, Thanks.