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 A14CD5901 for ; Tue, 6 Sep 2016 10:02:57 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga104.jf.intel.com with ESMTP; 06 Sep 2016 01:02:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,291,1470726000"; d="scan'208";a="1046160540" Received: from unknown (HELO [10.237.220.81]) ([10.237.220.81]) by orsmga002.jf.intel.com with ESMTP; 06 Sep 2016 01:02:55 -0700 To: Vincent Guo , dev@dpdk.org References: <1472436734-5538-1-git-send-email-guopengfei160@163.com> <1472811793-4433-1-git-send-email-guopengfei160@163.com> Cc: Thomas Monjalon From: Ferruh Yigit Message-ID: <346923be-610b-8ca0-d9ee-8a88b96b81a7@intel.com> Date: Tue, 6 Sep 2016 09:02:54 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <1472811793-4433-1-git-send-email-guopengfei160@163.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2] kni: Bug fix in module_init and module_exit 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: Tue, 06 Sep 2016 08:02:58 -0000 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