From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] kni: bug fix in module_init and module_exit Date: Thu, 25 Aug 2016 17:19:19 +0100 Message-ID: <57BF1A87.6030007@intel.com> References: <69010abb.168e5.156c18501db.Coremail.guopengfei160@163.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To: =?UTF-8?B?6YOt6bmP6aOe?= , dev@dpdk.org Return-path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 51CFB5686 for ; Thu, 25 Aug 2016 18:19:22 +0200 (CEST) In-Reply-To: <69010abb.168e5.156c18501db.Coremail.guopengfei160@163.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi Vincent, On 8/25/2016 12:45 PM, 郭鹏飞 wrote: > From 932e33f33cf2a19ac5fa4295535b6b0e20c61890 Mon Sep 17 00:00:00 2001 > From: Vincent Guo > Date: Thu, 25 Aug 2016 17:50:10 +0800 > Subject: [PATCH] kni: bug fix in module_init and module_exit > unregister_XXX should be called when module exits or error occurs > during module init, but register_XXX is called in case that > HAVE_SIMPLIFIED_PERNET_OPERATIONS is not set. > Patch content is good, thanks for the fix, but patch doesn't apply cleanly (leading spaces are missing) Also in commit log, Signed-off-by and Fixes tags are missing. And commit log can be simpler, something like: "Fix pernet calls when HAVE_SIMPLIFIED_PERNET_OPERATIONS is not set." Would you mind sending a new version of the patch? Thanks, ferruh