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 X-Spam-Level: X-Spam-Status: No, score=-8.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 17870C4321A for ; Fri, 28 Jun 2019 02:30:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id CBE04206A2 for ; Fri, 28 Jun 2019 02:30:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726657AbfF1CaO (ORCPT ); Thu, 27 Jun 2019 22:30:14 -0400 Received: from mga04.intel.com ([192.55.52.120]:23860 "EHLO mga04.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726476AbfF1CaO (ORCPT ); Thu, 27 Jun 2019 22:30:14 -0400 X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Jun 2019 19:30:12 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,426,1557212400"; d="scan'208";a="360925345" Received: from hao-dev.bj.intel.com (HELO localhost) ([10.238.157.65]) by fmsmga005.fm.intel.com with ESMTP; 27 Jun 2019 19:30:11 -0700 Date: Fri, 28 Jun 2019 10:13:33 +0800 From: Wu Hao To: Moritz Fischer Cc: linux-fpga@vger.kernel.org, linux-kernel@vger.kernel.org, linux-api@vger.kernel.org, yilun.xu@intel.com, gregkh@linuxfoundation.org, atull@kernel.org Subject: Re: [PATCH v4 05/15] Documentation: fpga: dfl: add descriptions for virtualization and new interfaces. Message-ID: <20190628021333.GB9994@hao-dev> References: <1561610695-5414-1-git-send-email-hao.wu@intel.com> <1561610695-5414-6-git-send-email-hao.wu@intel.com> <20190628011256.GB5671@archbook> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190628011256.GB5671@archbook> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jun 27, 2019 at 06:12:56PM -0700, Moritz Fischer wrote: > Hi Wu, > > On Thu, Jun 27, 2019 at 12:44:45PM +0800, Wu Hao wrote: > > This patch adds virtualization support description for DFL based > > FPGA devices (based on PCIe SRIOV), and introductions to new > > interfaces added by new dfl private feature drivers. > > > > Signed-off-by: Xu Yilun > > Signed-off-by: Wu Hao > > Acked-by: Alan Tull > > --- > > Documentation/fpga/dfl.txt | 101 +++++++++++++++++++++++++++++++++++++++++++++ > > 1 file changed, 101 insertions(+) > > > > diff --git a/Documentation/fpga/dfl.txt b/Documentation/fpga/dfl.txt > > index 6df4621..a22631f 100644 > > --- a/Documentation/fpga/dfl.txt > > +++ b/Documentation/fpga/dfl.txt > > This got re{named,formatted} in linux-next. I've tried to fix it before sending it > to Greg. Many Thanks for the help! :) I think I need rebase thermal/power management (hwmon) and perf support patchsets as they update this documentation file too. But I feel we can go ahead on code review for the other patches, if there are some comments received and something need to fix, i can put fixes together in the next version. Thanks Hao > > Thanks, > Moritz