From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jakub Kicinski Subject: Re: [PATCH net-next 0/8] net: hns3: Adds support of debugfs to HNS3 driver Date: Mon, 19 Nov 2018 14:29:55 -0800 Message-ID: <20181119142955.56b6baa6@cakuba.netronome.com> References: <20181119211845.23168-1-salil.mehta@huawei.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Cc: , , , , , , To: Salil Mehta Return-path: Received: from mail-qk1-f196.google.com ([209.85.222.196]:46839 "EHLO mail-qk1-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730794AbeKTIzs (ORCPT ); Tue, 20 Nov 2018 03:55:48 -0500 Received: by mail-qk1-f196.google.com with SMTP id q1so51420487qkf.13 for ; Mon, 19 Nov 2018 14:29:59 -0800 (PST) In-Reply-To: <20181119211845.23168-1-salil.mehta@huawei.com> Sender: netdev-owner@vger.kernel.org List-ID: On Mon, 19 Nov 2018 21:18:37 +0000, Salil Mehta wrote: > This patchset adds support of debugfs to the HNS3 driver.=20 >=20 > Support has been added to query info related to below items: > 1. Queue related > 2. Flow Director > 3. TC config > 4. Transmit Module/Scheduler > 5. QoS pause > 6. QoS buffer > 7. QoS prio map Please provide a more informative cover letter. =46rom a short glance it looks like you add a single debugfs file, which can be written to, and upon that write the driver will dump stuff into kernel logs.