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 766A610E9F for ; Thu, 30 Mar 2017 14:09:04 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490875744; x=1522411744; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=nBhqudRZzzO0LfFyG9he1sgx7mlBX1aP86SN46QuNeI=; b=ICDVpUB+x/ibUN0W7cRygWFt3k/uxZxPHzcoKRYFkSZlS4hrSNc8Yg8a kUAIHUOsRb6DESKKbl+Ft9HwH31xjg==; Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 Mar 2017 05:09:03 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,246,1486454400"; d="scan'208";a="840016315" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by FMSMGA003.fm.intel.com with ESMTP; 30 Mar 2017 05:09:02 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 30 Mar 2017 05:09:02 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.253]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.224]) with mapi id 14.03.0248.002; Thu, 30 Mar 2017 20:09:00 +0800 From: "Wu, Jingjing" To: "Yang, Qiming" , "dev@dpdk.org" CC: "Yang, Qiming" Thread-Topic: [dpdk-dev] [PATCH] doc: add known igb_uio issue for i40e Thread-Index: AQHSptwUiWd+o4CP0k2+RhKHB7TGdKGtTv0w Date: Thu, 30 Mar 2017 12:08:59 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F810D1BA59@SHSMSX103.ccr.corp.intel.com> References: <1490606177-38274-1-git-send-email-qiming.yang@intel.com> In-Reply-To: <1490606177-38274-1-git-send-email-qiming.yang@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] 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: Thu, 30 Mar 2017 12:09:04 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Qiming Yang > Sent: Monday, March 27, 2017 5:16 PM > To: dev@dpdk.org > Cc: Yang, Qiming > Subject: [dpdk-dev] [PATCH] doc: add known igb_uio issue for i40e >=20 > When insmod "igb_uio" with "intr_mode=3Dlegacy and test link status inter= rupt. > Since INTx interrupt is not supported by X710/XL710/XXV710, it will cause > Input/Output error when reading file descriptor. >=20 > Signed-off-by: Qiming Yang Acked-by Jingjing Wu