From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id A655B1AEE9 for ; Sat, 7 Oct 2017 00:54:39 +0200 (CEST) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Oct 2017 15:54:38 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,486,1500966000"; d="scan'208";a="159809921" Received: from unknown (HELO [10.241.225.2]) ([10.241.225.2]) by fmsmga005.fm.intel.com with ESMTP; 06 Oct 2017 15:54:38 -0700 From: Ferruh Yigit To: Tonghao Zhang Cc: Tonghao Zhang , DPDK References: <1505720817-2699-1-git-send-email-nic@opencloud.tech> Message-ID: Date: Fri, 6 Oct 2017 23:54:38 +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] igb_uio: use the UIO_IRQ_NONE instead of 0. 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: Fri, 06 Oct 2017 22:54:40 -0000 On 10/6/2017 11:51 PM, Ferruh Yigit wrote: > On 9/18/2017 8:46 AM, nic at opencloud.tech (Tonghao Zhang) wrote: >> From: Tonghao Zhang >> >> This is not bugfix, but it's convenient to help developer >> to review and maintain the igbuio codes. >> >> Signed-off-by: Tonghao Zhang > > Acked-by: Ferruh Yigit Applied to dpdk/master, thanks.