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=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no 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 E14CCC433DB for ; Tue, 19 Jan 2021 18:42:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 90B2420706 for ; Tue, 19 Jan 2021 18:42:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2390786AbhASSj0 (ORCPT ); Tue, 19 Jan 2021 13:39:26 -0500 Received: from mail.kernel.org ([198.145.29.99]:58508 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387837AbhASSi6 (ORCPT ); Tue, 19 Jan 2021 13:38:58 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id A93C320706; Tue, 19 Jan 2021 18:38:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1611081497; bh=s/pWD7FoVuVYMrmPIWXlLOO5buA2t96fHRA4dSMWljM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=iDjLlMJ5OvgsPp5+iMN/SvzHzZcaoWg55NhGu5D5n/czhLio0AEmI8nimamjkvU5F Qp9e0DBiMymzw7AW0qzx7EeED83jOXsnSTHSPOWpBhpf0cBQxtBzfc6u9vwhLD3vpj AwpHZUIE8liH4q9MhnRfXfRFReBZr/RBujEozaPI= Date: Tue, 19 Jan 2021 19:38:14 +0100 From: Greg Kroah-Hartman To: Bjorn Helgaas Cc: Kishon Vijay Abraham I , Bjorn Helgaas , Jonathan Corbet , Lorenzo Pieralisi , Arnd Bergmann , Jon Mason , Dave Jiang , Allen Hubbe , Tom Joseph , Rob Herring , linux-pci@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-ntb@googlegroups.com Subject: Re: [PATCH v9 10/17] PCI: endpoint: Allow user to create sub-directory of 'EPF Device' directory Message-ID: References: <20210104152909.22038-11-kishon@ti.com> <20210119183405.GA2496684@bjorn-Precision-5520> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210119183405.GA2496684@bjorn-Precision-5520> Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org On Tue, Jan 19, 2021 at 12:34:05PM -0600, Bjorn Helgaas wrote: > [cc->to Greg] > > On Mon, Jan 04, 2021 at 08:59:02PM +0530, Kishon Vijay Abraham I wrote: > > Documentation/PCI/endpoint/pci-endpoint-cfs.rst explains how a user > > has to create a directory in-order to create a 'EPF Device' that > > can be configured/probed by 'EPF Driver'. > > > > Allow user to create a sub-directory of 'EPF Device' directory for > > any function specific attributes that has to be exposed to the user. > > Maybe add an example sysfs path in the commit log? > > Seems like there's restriction on hierarchy depth in sysfs, but I > don't remember the details. Moved Greg to "to" in case he wants to > comment. This is configfs, not sysfs, so I really do not know, sorry. greg k-h