From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH v3 3/6] ena: disable readless communication regarding to HW revision Date: Tue, 5 Jul 2016 16:47:34 +0100 Message-ID: <20160705154734.GA26504@bricha3-MOBL3> References: <1466510763-19569-6-git-send-email-jan@semihalf.com> <1467299099-32498-1-git-send-email-jan@semihalf.com> <1467299099-32498-4-git-send-email-jan@semihalf.com> <20160704154303.GA23380@bricha3-MOBL3> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: dev@dpdk.org, ferruh.yigit@intel.com, Alexander Matushevsky , Jakub Palider To: Jan =?utf-8?Q?M=C4=99dala?= Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 27CE05A4C for ; Tue, 5 Jul 2016 17:47:40 +0200 (CEST) Content-Disposition: inline In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Tue, Jul 05, 2016 at 12:02:41PM +0200, Jan M=C4=99dala wrote: > Bruce, >=20 > Here's explanation of readless communication (on behalf of Alex): >=20 > > "readless" refers to ability to read ENA registers without actually > > issuing read request from host (x86). > > Instead, host programs 2 registers on device that trigger DMA from de= vice > > to host and report register value. > > However, this functionality is not going to be available in all type = of > > devices. The decision if this mode is supported or not , is taken fro= m > > revision_id in pci configuration space. >=20 >=20 Thanks, I'll add this into the commit message to help explain things to a= nyone looking at the commit later. /Bruce > Regards >=20 > Jan >=20 > 2016-07-04 17:43 GMT+02:00 Bruce Richardson : >=20 > > On Thu, Jun 30, 2016 at 05:04:56PM +0200, Jan Medala wrote: > > > Depending on HW revision readless communcation between host and dev= ice > > > may be unavailable. > > > In that case prevent PMD of seting up readless communication mechan= ism. > > > > > The idea of readless communication is a strange one. Can you provide = a bit > > more detail as to what "readless communication" refers to. > > > > /Bruce > >