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 053665598 for ; Fri, 14 Apr 2017 18:53:31 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 Apr 2017 09:53:30 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,199,1488873600"; d="scan'208";a="1155965771" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by fmsmga002.fm.intel.com with ESMTP; 14 Apr 2017 09:53:29 -0700 To: "Mcnamara, John" , "Yang, Qiming" , "dev@dpdk.org" Cc: "Wu, Jingjing" References: <1490606177-38274-1-git-send-email-qiming.yang@intel.com> <1492052913-962-1-git-send-email-qiming.yang@intel.com> From: Ferruh Yigit Message-ID: <161c497c-5824-caf1-8683-fa2c03b1108f@intel.com> Date: Fri, 14 Apr 2017 17:53:29 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.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] doc: add known igb_uio issue for i40e 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, 14 Apr 2017 16:53:32 -0000 On 4/14/2017 5:03 PM, Mcnamara, John wrote: > > >> -----Original Message----- >> From: Yang, Qiming >> Sent: Thursday, April 13, 2017 4:09 AM >> To: dev@dpdk.org >> Cc: Wu, Jingjing ; Mcnamara, John >> ; Yang, Qiming >> Subject: [PATCH v2] doc: add known igb_uio issue for i40e >> >> When insmod "igb_uio" with "intr_mode=legacy and test link status >> interrupt. Since INTx interrupt is not supported by X710/XL710/XXV710, it >> will cause Input/Output error when reading file descriptor. >> >> Signed-off-by: Qiming Yang Acked-by Jingjing Wu >> > > Acked-by: John McNamara Applied to dpdk-next-net/master, thanks.