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 D3ABAA04FD; Wed, 15 Jan 2020 11:55:43 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 905511C038; Wed, 15 Jan 2020 11:55:38 +0100 (CET) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 618BB1C034 for ; Wed, 15 Jan 2020 11:55:37 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Jan 2020 02:55:36 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,322,1574150400"; d="scan'208";a="248373826" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga004.fm.intel.com with ESMTP; 15 Jan 2020 02:55:35 -0800 Received: from fmsmsx154.amr.corp.intel.com (10.18.116.70) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 15 Jan 2020 02:55:35 -0800 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by FMSMSX154.amr.corp.intel.com (10.18.116.70) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 15 Jan 2020 02:55:35 -0800 Received: from shsmsx105.ccr.corp.intel.com ([169.254.11.28]) by shsmsx102.ccr.corp.intel.com ([169.254.2.202]) with mapi id 14.03.0439.000; Wed, 15 Jan 2020 18:55:33 +0800 From: "Zhang, Qi Z" To: "Wang, Haiyue" , "dev@dpdk.org" , "Ye, Xiaolong" , "Yang, Qiming" Thread-Topic: [PATCH v3 0/4] Intel iavf and ice PMDs clean up Thread-Index: AQHVyz7J9++PZ4YUu0iu3yeBcv9HrqfrjhCg Date: Wed, 15 Jan 2020 10:55:32 +0000 Message-ID: <039ED4275CED7440929022BC67E7061153E056D8@SHSMSX105.ccr.corp.intel.com> References: <20200115005028.21026-1-haiyue.wang@intel.com> In-Reply-To: <20200115005028.21026-1-haiyue.wang@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.2.0.6 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 v3 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" > -----Original Message----- > From: Wang, Haiyue > Sent: Wednesday, January 15, 2020 8:50 AM > To: dev@dpdk.org; Ye, Xiaolong ; Zhang, Qi Z > ; Yang, Qiming > Cc: Wang, Haiyue > Subject: [PATCH v3 0/4] Intel iavf and ice PMDs clean up >=20 > a. Remove the unused definitions in osdep.h. >=20 > 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. >=20 > --- > v3: update the commit message. > v2: add the osdep.h clean up, which depends on v1 to remove TRUE/FALSE. >=20 > 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 >=20 > 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(-) >=20 > -- > 2.17.1 Acked-by: Qi Zhang