From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 434276A95 for ; Mon, 10 Oct 2016 14:37:44 +0200 (CEST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga103.jf.intel.com with ESMTP; 10 Oct 2016 05:37:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,324,1473145200"; d="scan'208";a="18073268" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.123]) ([10.237.220.123]) by orsmga005.jf.intel.com with ESMTP; 10 Oct 2016 05:37:41 -0700 To: "Pattan, Reshma" , "dev@dpdk.org" References: <1473954405-7150-1-git-send-email-ferruh.yigit@intel.com> <3AEA2BF9852C6F48A459DA490692831F010ACD40@IRSMSX109.ger.corp.intel.com> Cc: Stephen Hemminger , Ferruh Yigit From: Ferruh Yigit Message-ID: <498cbacf-51e0-35ab-5e3f-1992dbc47ac6@intel.com> Date: Mon, 10 Oct 2016 13:37:41 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <3AEA2BF9852C6F48A459DA490692831F010ACD40@IRSMSX109.ger.corp.intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit 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: Mon, 10 Oct 2016 12:37:45 -0000 Hi Pattan, On 10/5/2016 11:38 AM, Pattan, Reshma wrote: > 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 >> >> 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. >> >> 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 >> > > Patches 4,5,11 and 13-19 are failed to apply. > The patchset v3 has a dependency, mentioned in cover letter, I tested with that patch and patches applied well for me, would you mind trying again with that dependent patch applied please? Thanks, ferruh