> -----Original Message-----
> From: Jie Wang <[email protected]>
> Sent: 2022年11月10日 11:45
> To: [email protected]
> Cc: Yang, SteveX <[email protected]>; Zhang, Qi Z
> <[email protected]>; Yang, Qiming <[email protected]>; Xing, Beilei
> <[email protected]>; Zhang, Yuying <[email protected]>; Wang,
> Jie1X <[email protected]>; [email protected]
> Subject: [PATCH] net/i40e: fix X722 NIC receives jumbo frame packets
>
> For NIC I40E_10G-10G_BASE_T_X722, when the port is configured with link
> speed, it cannot receive jumbo frame packets.
>
> Because it set maximum frame size failed when starts the port that the port
> link status is still down.
>
> This patch fix the error that starts the port will force set maximum frame
> size.
>
> Fixes: 2184f7cdeeaa ("net/i40e: fix max frame size config at port level")
> Cc: [email protected]
>
> Signed-off-by: Jie Wang <[email protected]>
> ---
Tested-by: Dukai Yuan<[email protected]>