mbox series

[0/5] refactor for device info dump

Message ID 20220414130056.37428-1-humin29@huawei.com (mailing list archive)
Headers
Series refactor for device info dump |

Message

humin (Q) April 14, 2022, 1 p.m. UTC
  This patch set contains three patches for refactor, and two patches
for bugfix.

Min Hu (Connor) (5):
  net/hns3: refactor adapter state dump
  net/hns3: refactor feature capability dump
  net/hns3: refactor queue info dump
  net/hns3: fix dump TM info
  net/hns3: fix dump device info

 drivers/net/hns3/hns3_ethdev.h      |   2 +-
 drivers/net/hns3/hns3_ethdev_dump.c | 226 ++++++++++++++--------------
 2 files changed, 112 insertions(+), 116 deletions(-)
  

Comments

Ferruh Yigit May 5, 2022, 4:28 p.m. UTC | #1
On 4/14/2022 2:00 PM, Min Hu (Connor) wrote:
> This patch set contains three patches for refactor, and two patches
> for bugfix.
> 
> Min Hu (Connor) (5):
>    net/hns3: refactor adapter state dump
>    net/hns3: refactor feature capability dump
>    net/hns3: refactor queue info dump
>    net/hns3: fix dump TM info
>    net/hns3: fix dump device info
> 

Series applied to dpdk-next-net/main, thanks.