From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 26CDC1AEE8 for ; Thu, 14 Sep 2017 11:41:37 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 Sep 2017 02:41:37 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,392,1500966000"; d="scan'208";a="135257996" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.57]) ([10.237.220.57]) by orsmga002.jf.intel.com with ESMTP; 14 Sep 2017 02:41:36 -0700 To: santosh , dev@dpdk.org References: <1505358003-29267-1-git-send-email-jianbo.liu@linaro.org> <1505361227-29822-1-git-send-email-jianbo.liu@linaro.org> From: Ferruh Yigit Message-ID: Date: Thu, 14 Sep 2017 10:41:35 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2] armv8/config: enable igb_uio on arm64 platform X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Sep 2017 09:41:38 -0000 On 9/14/2017 6:23 AM, santosh wrote: > > On Thursday 14 September 2017 09:23 AM, Jianbo Liu wrote: >> The kernel patch was merged to support pci resource mapping. >> https://patchwork.kernel.org/patch/9677441/ >> >> So enable igu_uio in the default arm64 configuration. >> >> v2: >> - keep headline format >> >> Signed-off-by: Jianbo Liu >> --- > > Perhaps remove v2 from desciption. A quick tip, if you add changelog after "---" in commit log, this will be visible in commit log and the patch itself, but will be removed automatically by git am, making maintainer life easy :) > Acked-by: Santosh Shukla >