From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 19F54FACF for ; Wed, 18 Jan 2017 19:49:36 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga104.jf.intel.com with ESMTP; 18 Jan 2017 10:49:35 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,250,1477983600"; d="scan'208";a="32299519" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.38]) ([10.237.220.38]) by orsmga002.jf.intel.com with ESMTP; 18 Jan 2017 10:49:34 -0800 To: "Guo, Jia" , "Wu, Jingjing" , "Zhang, Helin" References: <1482460523-74460-1-git-send-email-jia.guo@intel.com> <1455295157-16299-1-git-send-email-jia.guo@intel.com> <3903bf28-b07a-04c8-0a0c-329f260bedbd@intel.com> <9BB6961774997848B5B42BEC655768F810CCB84E@SHSMSX103.ccr.corp.intel.com> <106f5442-fa37-d3a1-9cfa-5c70515e622e@intel.com> Cc: "dev@dpdk.org" From: Ferruh Yigit Message-ID: <4ee260c0-94b7-2732-d2b0-f7110513932c@intel.com> Date: Wed, 18 Jan 2017 18:49:34 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH v2] doc: add known uio_pci_generic 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: Wed, 18 Jan 2017 18:49:37 -0000 On 1/18/2017 2:48 AM, Guo, Jia wrote: > > > On 1/18/2017 1:36 AM, Ferruh Yigit wrote: >> On 1/17/2017 5:00 PM, Wu, Jingjing wrote: >>> >>>> -----Original Message----- >>>> From: Yigit, Ferruh >>>> Sent: Tuesday, January 17, 2017 4:31 AM >>>> To: Guo, Jia ; Zhang, Helin ; Wu, >>>> Jingjing >>>> Cc: dev@dpdk.org >>>> Subject: Re: [dpdk-dev] [PATCH v2] doc: add known uio_pci_generic issue >>>> for i40e >>>> >>>> On 2/12/2016 4:39 PM, Jeff Guo wrote: >>>>> From: "Guo, Jia" >>>>> >>>>> When bind with uio_pci_generic in X710/XL710/XXV710, the result is >>>>> failed. uio_pci_generic is not supported by X710/XL710/XXV710. >>>> Hi Jeff, >>>> >>>> There is a Linux commit causing the issue, right. Commit done because of the >>>> reasons mentioned in "Description". Do you think does it make sense to note >>>> that Linux commit, and Linux kernel version that has been introduced? >>>> >>> Hi, Ferruh >>> At beginning, we found this issue in latest kernel version, such as kernel 4.7.9 on fedora24. >>> But later, we observed that this issue also exist on REL7.3. >> It won't work custom kernels, but upstream kernel version. If you think >> that will be confusion, that is OK. >> >> What do you think just adding Linux kernel commit information, can it be >> useful? > yes, the root cause of the issue is the HW' errata, but not the linux > kernel commit, because even without the linux kernel commit and > uio_pci_generic can even be bind and use, but still will cause other > interrupt status issue. fix this interrupt status issue that is the > purpose of the linux kernel commit. > so i think add linux kernel commit information in dpdk can be somehow to > useful for track issue, That was my reasoning for asking this. It may help others to understand the issue more. But is seems both you and Jingjing think this cause more confusion than benefit. So I am OK with your proposal, if nobody else have objection. > but if let the kernel issue be manage by kernel > org must be better. > ferruh and jingjing, Do you all agree with me. beg on your feedback. >>> So, it may be a little difficult to us to figure out exactly which kernel version >>> doesn't support. And the root cause is the HW's errata which makes uio_pci_generic >>> cannot be used on XL710 series NICs. >>> >>> Thanks >>> Jingjing >>> >