From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 0CC628D4D for ; Wed, 5 Oct 2016 12:39:45 +0200 (CEST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga102.fm.intel.com with ESMTP; 05 Oct 2016 03:39:45 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,448,1473145200"; d="scan'208";a="16468144" Received: from irsmsx110.ger.corp.intel.com ([163.33.3.25]) by orsmga005.jf.intel.com with ESMTP; 05 Oct 2016 03:39:43 -0700 Received: from irsmsx109.ger.corp.intel.com ([169.254.13.6]) by irsmsx110.ger.corp.intel.com ([163.33.3.25]) with mapi id 14.03.0248.002; Wed, 5 Oct 2016 11:38:36 +0100 From: "Pattan, Reshma" To: "Yigit, Ferruh" , "dev@dpdk.org" CC: Stephen Hemminger , Ferruh Yigit Thread-Topic: [dpdk-dev] [PATCH 00/19] KNI checkpatch cleanup Thread-Index: AQHSD2hznQIP6BwnW0uhCnTUAozCX6CZydhA Date: Wed, 5 Oct 2016 10:38:36 +0000 Message-ID: <3AEA2BF9852C6F48A459DA490692831F010ACD40@IRSMSX109.ger.corp.intel.com> References: <1473954405-7150-1-git-send-email-ferruh.yigit@intel.com> In-Reply-To: <1473954405-7150-1-git-send-email-ferruh.yigit@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYmYwMjU3MjAtNWQxNS00NmYzLWJmYWMtZWM2ZGQ4MjE5NTQ2IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IkhNRm8rYWdDeEtIa045VDgwWThIS3RkRDRWUWIyaGtrSkZTdys3bFRjMXM9In0= x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 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: Wed, 05 Oct 2016 10:39:46 -0000 Hi Ferruh, > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Ferruh Yigit > Sent: Thursday, September 15, 2016 4:46 PM > To: dev@dpdk.org > Cc: Stephen Hemminger ; Ferruh Yigit > > Subject: [dpdk-dev] [PATCH 00/19] KNI checkpatch cleanup >=20 > KNI checkpatch cleanup, mostly non-functional but cosmetic modifications. > Only functional change is related logging, switched to kernel dynamic log= ging > and compile time KNI debug options removed, some log message levels > updated. >=20 > 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 >=20 Patches 4,5,11 and 13-19 are failed to apply. Thanks, Reshma