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 22F0BA04FD; Tue, 14 Jan 2020 13:09:02 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B00BF1C219; Tue, 14 Jan 2020 13:08:40 +0100 (CET) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 1E2CF1B05 for ; Tue, 14 Jan 2020 13:08:35 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 Jan 2020 04:08:30 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,432,1571727600"; d="scan'208";a="225200915" Received: from npg-dpdk-haiyue-1.sh.intel.com ([10.67.119.213]) by orsmga003.jf.intel.com with ESMTP; 14 Jan 2020 04:08:26 -0800 From: Haiyue Wang To: dev@dpdk.org, xiaolong.ye@intel.com, qi.z.zhang@intel.com, qiming.yang@intel.com Cc: Haiyue Wang Date: Tue, 14 Jan 2020 20:01:26 +0800 Message-Id: <20200114120130.29411-1-haiyue.wang@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200114052258.78791-1-haiyue.wang@intel.com> References: <20200114052258.78791-1-haiyue.wang@intel.com> Subject: [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" 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