From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] kni: Bug fix in module_init and module_exit Date: Fri, 09 Sep 2016 16:31:04 +0200 Message-ID: <64077189.FBUodao1IA@xps13> References: <1472436734-5538-1-git-send-email-guopengfei160@163.com> <1472811793-4433-1-git-send-email-guopengfei160@163.com> <346923be-610b-8ca0-d9ee-8a88b96b81a7@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: Ferruh Yigit , dev@dpdk.org To: Vincent Guo Return-path: Received: from mail-wm0-f44.google.com (mail-wm0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id 1EE992BB3 for ; Fri, 9 Sep 2016 16:31:07 +0200 (CEST) Received: by mail-wm0-f44.google.com with SMTP id w12so34905529wmf.0 for ; Fri, 09 Sep 2016 07:31:07 -0700 (PDT) In-Reply-To: <346923be-610b-8ca0-d9ee-8a88b96b81a7@intel.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" 2016-09-06 09:02, Ferruh Yigit: > On 9/2/2016 11:23 AM, Vincent Guo wrote: > > Fix pernet calls when HAVE_SIMPLIFIED_PERNET_OPERATIONS is not set. > > > > Fixes: e6734d21b4e1 ("kni: fix build with kernel 2.6.32") > > > > Signed-off-by: Vincent Guo > > Only patch subject should start with lowercase, Thomas would you mind > fixing this while applying? > > Acked-by Ferruh Yigit Applied, thanks