Re: [PATCH net-next v3 2/3] hinic: add support to query rq info

2020-08-31 Thread Jakub Kicinski
On Sat, 29 Aug 2020 08:55:19 +0800 Luo bin wrote: > add debugfs node for querying rq info, for example: > cat /sys/kernel/debug/hinic/:15:00.0/RQs/0x0/rq_hw_pi > > Signed-off-by: Luo bin Acked-by: Jakub Kicinski

[PATCH net-next v3 2/3] hinic: add support to query rq info

2020-08-28 Thread Luo bin
add debugfs node for querying rq info, for example: cat /sys/kernel/debug/hinic/:15:00.0/RQs/0x0/rq_hw_pi Signed-off-by: Luo bin --- V0~V1: - remove command interfaces to the read only files - split addition of each object into a separate patch .../net/ethernet/huawei/hinic/hinic_debugfs.c