From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C15C0C433F5 for ; Thu, 21 Apr 2022 14:47:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1389625AbiDUOuL (ORCPT ); Thu, 21 Apr 2022 10:50:11 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56092 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1389629AbiDUOuK (ORCPT ); Thu, 21 Apr 2022 10:50:10 -0400 Received: from mail-pl1-f180.google.com (mail-pl1-f180.google.com [209.85.214.180]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 89A8842A32; Thu, 21 Apr 2022 07:47:20 -0700 (PDT) Received: by mail-pl1-f180.google.com with SMTP id t12so5077824pll.7; Thu, 21 Apr 2022 07:47:20 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=g202DJgphpepUMd7JLCHKLgUnPLzuZXeZkNUO2SATTw=; b=3bhRDFwtKMS4adOqMnmfloduEPDa8Pmbs7wQgecRj8a4qi92NUzm07yU87FstKQkNm uVy9ScoJvw4crowbmGUl1TPoTnpbUI6uT4ML+zK/iFiURfHaVJe+PGMvnIVjcT3wBnHg i3pFmxWl1w+1n2I1TxOVKC2L0lwVueTRgZHX3TB5zVjR14ImSSTpwEWhTOTXMCm1HGqk dO/XIH1gpLeQqI6lX3XhNVPiU6Glz6k5aQqfIt+5UyHEcsfZxOVAiZyPVaTmMnLvU461 Mp7h3l9FZ7Maj+oXRc7Vz9azeQaXgLajxjPJk/apsgh39ag66pqN8RnRhrnwg7YWWO12 qBeQ== X-Gm-Message-State: AOAM532KhwuB27+iHD2NqnZ5/ONJIzyCH1AdyAnX/5fqVhlTC12cai4T A082NZ57gwnlFhDby3GtGOQ= X-Google-Smtp-Source: ABdhPJwBBG1+ZOyO338IDd1IlfZfSzpt6gLj8EEu9VjP4CL3AXLKJFs5PAwxfQV9lBn2EFmUoYRH2w== X-Received: by 2002:a17:903:31c8:b0:158:d060:eab7 with SMTP id v8-20020a17090331c800b00158d060eab7mr25810957ple.5.1650552439960; Thu, 21 Apr 2022 07:47:19 -0700 (PDT) Received: from localhost ([2601:647:5b00:ece1:6248:e226:d2e0:1f33]) by smtp.gmail.com with ESMTPSA id c2-20020a63a442000000b0039cc5a6af1csm22577214pgp.30.2022.04.21.07.47.19 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 21 Apr 2022 07:47:19 -0700 (PDT) Date: Thu, 21 Apr 2022 07:47:18 -0700 From: Moritz Fischer To: Tianfei Zhang Cc: hao.wu@intel.com, trix@redhat.com, mdf@kernel.org, yilun.xu@intel.com, linux-fpga@vger.kernel.org, linux-doc@vger.kernel.org, corbet@lwn.net, Matthew Gerlach Subject: Re: [PATCH v7 2/2] Documentation: fpga: dfl: add link address of feature id table Message-ID: References: <20220419032942.427429-1-tianfei.zhang@intel.com> <20220419032942.427429-3-tianfei.zhang@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220419032942.427429-3-tianfei.zhang@intel.com> Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On Mon, Apr 18, 2022 at 11:29:42PM -0400, Tianfei Zhang wrote: > From: Tianfei zhang > > This patch adds the link address of feature id table in documentation. > > Reviewed-by: Matthew Gerlach > Signed-off-by: Tianfei zhang Acked-by: Moritz Fischer > --- > v7: > - change the title and git commit message. > - add Reviewed by from Matthew Gerlach. > v6: fix documentation from Hao's comment. > v5: fix documentation from Matthew's comment. > --- > Documentation/fpga/dfl.rst | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/Documentation/fpga/dfl.rst b/Documentation/fpga/dfl.rst > index ef9eec71f6f3..15b670926084 100644 > --- a/Documentation/fpga/dfl.rst > +++ b/Documentation/fpga/dfl.rst > @@ -502,6 +502,11 @@ Developer only needs to provide a sub feature driver with matched feature id. > FME Partial Reconfiguration Sub Feature driver (see drivers/fpga/dfl-fme-pr.c) > could be a reference. > > +Please refer to below link to existing feature id table and guide for new feature > +ids application. > +https://github.com/OPAE/dfl-feature-id > + > + > Location of DFLs on a PCI Device > ================================ > The original method for finding a DFL on a PCI device assumed the start of the > -- > 2.26.2 >