From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 2778347CD for ; Mon, 26 Sep 2016 17:39:43 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga104.jf.intel.com with ESMTP; 26 Sep 2016 08:39:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,400,1470726000"; d="scan'208";a="13326332" Received: from sivswdev02.ir.intel.com ([10.237.217.46]) by fmsmga006.fm.intel.com with ESMTP; 26 Sep 2016 08:39:41 -0700 From: Ferruh Yigit To: dev@dpdk.org Cc: Ferruh Yigit Date: Mon, 26 Sep 2016 16:39:19 +0100 Message-Id: <20160926153938.7575-1-ferruh.yigit@intel.com> X-Mailer: git-send-email 2.8.4 In-Reply-To: <1474043212-15663-1-git-send-email-ferruh.yigit@intel.com> References: <1474043212-15663-1-git-send-email-ferruh.yigit@intel.com> Subject: [dpdk-dev] [PATCH v3 00/19] KNI checkpatch cleanup X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2016 15:39:43 -0000 KNI checkpatch cleanup, mostly non-functional but cosmetic modifications. Only functional change is related logging, switched to kernel dynamic logging and compile time KNI debug options removed, some log message levels updated. v3: rebased on latest master depends on http://dpdk.org/dev/patchwork/patch/16060/ v2: keep variable externs in .c file Ferruh Yigit (19): kni: move externs to the header file kni: uninitialize global variables kni: make static struct const kni: whitespace, indentation, long line corrections kni: prefer unsigned int to unsigned kni: remove useless return kni: comparisons should place the constant on the right kni: trailing statements should be on next line kni: do not use assignment in if condition kni: macros with complex values should be enclosed in parentheses kni: prefer min_t to min kni: prefer ether_addr_copy to memcpy kni: update kernel logging kni: remove unnecessary 'out of memory' message kni: move functions to eliminate function declarations kni: remove compile time debug configuration kni: updated log messages kni: prefer uint32_t to unsigned int kni: move kernel version ifdefs to compat header config/common_base | 3 - lib/librte_eal/linuxapp/kni/compat.h | 18 +- lib/librte_eal/linuxapp/kni/kni_dev.h | 51 ++-- lib/librte_eal/linuxapp/kni/kni_ethtool.c | 39 ++- lib/librte_eal/linuxapp/kni/kni_fifo.h | 30 +-- lib/librte_eal/linuxapp/kni/kni_misc.c | 401 ++++++++++++++---------------- lib/librte_eal/linuxapp/kni/kni_net.c | 363 +++++++++++++-------------- lib/librte_eal/linuxapp/kni/kni_vhost.c | 199 +++++++-------- 8 files changed, 541 insertions(+), 563 deletions(-) -- 2.7.4