Re: [PATCH net-next 0/6] net: hns3: Add more commands to Debugfs in HNS3 driver

From: David Miller
Date: Fri Dec 14 2018 - 17:30:54 EST


From: Salil Mehta <salil.mehta@xxxxxxxxxx>
Date: Tue, 11 Dec 2018 17:13:24 +0000

> This patch-set adds few more debugfs commands to HNS3 Ethernet
> Driver. Support has been added to query info related to below
> items:
> 1. Packet buffer descriptor ("echo bd info [queue no] [bd index] > cmd")
> 2. Manager table("echo dump mng tbl > cmd")
> 3. Dfx status register("echo dump reg ssu [prt id] > cmd")
> 4. Dcb status register("echo dump reg dcb [port id] > cmd")
> 5. Queue map ("echo queue map [queue no] > cmd")
> 6. Tm map ("echo tm map [queue no] > cmd")
>
> NOTE: Above commands are *read-only* and are only intended to
> query the information from the SoC(and dump inside the kernel,
> for now) and in no way tries to perform write operations for
> the purpose of configuration etc.

Series applied.