[PATCH] net/hns3: dump queue head and tail pointer info

Ferruh Yigit ferruh.yigit at amd.com
Fri Sep 6 09:51:33 CEST 2024


On 9/5/2024 7:48 AM, Jie Hai wrote:
> From: Dengdui Huang <huangdengdui at huawei.com>
> 
> Add dump the head and tail pointer of RxTx queue.
> -- Rx queue head and tail info:
>      qid  sw_head  sw_hold  hw_head  hw_tail
>       0    288      32       256      320
>       1    248      56       192      280
>       2    264      72       192      296
>       3    256      64       192      292
> -- Tx queue head and tail info:
>      qid  sw_head  sw_tail  hw_head  hw_tail
>       0    0        92       84       92
>       1    32       131      128      139
>       2    32       128      120      128
>       3    96       184      176      184
> 
> Signed-off-by: Dengdui Huang <huangdengdui at huawei.com>
>

Applied to dpdk-next-net/main, thanks.


More information about the dev mailing list