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 1F7961B1B9 for ; Sat, 7 Oct 2017 00:51:14 +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:51:13 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,486,1500966000"; d="scan'208";a="159809211" Received: from unknown (HELO [10.241.225.2]) ([10.241.225.2]) by fmsmga005.fm.intel.com with ESMTP; 06 Oct 2017 15:51:12 -0700 To: Tonghao Zhang References: <1505720817-2699-1-git-send-email-nic@opencloud.tech> Cc: Tonghao Zhang , DPDK From: Ferruh Yigit Message-ID: Date: Fri, 6 Oct 2017 23:51:12 +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: <1505720817-2699-1-git-send-email-nic@opencloud.tech> 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:51:15 -0000 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