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 DD5E32B9B for ; Mon, 3 Apr 2017 12:40:08 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1491216009; x=1522752009; h=subject:to:references:from:message-id:date:mime-version: in-reply-to:content-transfer-encoding; bh=372rzcZ5NFno2CwlbNqFomASQIM/9PmSDsukECeboxc=; b=AVD5l9aJ0Nlg0oU7Rq57dAcWwKYoGqI/LMJ2vJffaMmsnyvWXKogvLJ7 V+qAIbzxNSWI0tFBcxsiloyTWpolmA==; Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Apr 2017 03:40:07 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,270,1486454400"; d="scan'208";a="1130228523" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by fmsmga001.fm.intel.com with ESMTP; 03 Apr 2017 03:40:06 -0700 To: Qiming Yang , dev@dpdk.org, John McNamara , Thomas Monjalon References: <1490606177-38274-1-git-send-email-qiming.yang@intel.com> From: Ferruh Yigit Message-ID: Date: Mon, 3 Apr 2017 11:40:05 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <1490606177-38274-1-git-send-email-qiming.yang@intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit 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: Mon, 03 Apr 2017 10:40:09 -0000 On 3/27/2017 10:16 AM, Qiming Yang wrote: > 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 > --- > doc/guides/nics/i40e.rst | 13 +++++++++++++ Hi John, There are three different "Known Issue" sections in documentations: 1) Known Issues document, doc/guides/rel_notes/known_issues.rst 2) Release notes, known issues section, doc/guides/rel_notes/release_17_05.rst 3) Device specific known issues sections, doc/guides/nics/i40e.rst This patch updates 3), what is the rule on updating those files? Thanks, ferruh