Re: [PATCH v5 2/3] net/hns3: support Rx/Tx bd dump

2022-10-06 Thread Ferruh Yigit
On 10/6/2022 1:05 PM, Dongdong Liu wrote: This patch support query HW descriptor from hns3 device. HW descriptor is also called BD(buffer description) which is shared memory between software and hardware. Signed-off-by: Min Hu (Connor) Signed-off-by: Dongdong Liu Acked-by: Ferruh Yigit

[PATCH v5 2/3] net/hns3: support Rx/Tx bd dump

2022-10-06 Thread Dongdong Liu
This patch support query HW descriptor from hns3 device. HW descriptor is also called BD(buffer description) which is shared memory between software and hardware. Signed-off-by: Min Hu (Connor) Signed-off-by: Dongdong Liu --- drivers/net/hns3/hns3_dump.c | 88 ++