> -----Original Message-----
> From: Qiao, Wenjing <[email protected]>
> Sent: 2023年3月14日 11:16
> To: Zhang, Yuying <[email protected]>; Xing, Beilei
> <[email protected]>
> Cc: Yuan, DukaiX <[email protected]>; [email protected]; Qiao, Wenjing
> <[email protected]>
> Subject: [PATCH v2] net/i40e: fix MAC loopback on X722
>
> If enabling MAC loopback mode on X722 NIC, transmitted packets are not
> seen in the receive queue. The root cause is using wrong loopback mode bits.
> Correct it according to the X722 datasheet.
>
> Fixes: 3a838ab649df ("net/i40e: support MAC loopback")
> Fixes: 5712e6407089 ("net/i40e: revert enhancing loopback AQ command")
>
> Signed-off-by: Wenjing Qiao <[email protected]>
> ---
Tested-by: Dukai Yuan<[email protected]>