> -----Original Message-----
> From: [email protected] <[email protected]>
> Sent: Wednesday, May 18, 2022 12:59 PM
> To: Xing, Beilei <[email protected]>; Zhang, Yuying
> <[email protected]>; [email protected]
> Cc: Wu, WenxuanX <[email protected]>; Zhou, YidingX
> <[email protected]>; [email protected]
> Subject: [PATCH v4] net/i40e: fix max frame size config at port level
>
> From: Wenxuan Wu <[email protected]>
>
> Previously, max frame size can only be set when link is up, and the wait time
> is
> 1 sec. Startup time of 10G_BASET longer than 1s would result in failure.
>
> Acctually, max frame size of media type I40E_MEDIA_TYPE_BASET can be set
> regardless of link status.
>
> This patch omitted the link status check of 10G_MEDIA_TYPE_BASET.
>
> Fixes: a4ba77367923 ("net/i40e: enable maximum frame size at port level")
> Cc: [email protected]
>
> Signed-off-by: Wenxuan Wu <[email protected]>
Added
Acked-by: Yuying Zhang <[email protected]> from v3
Applied to dpdk-next-net-intel.
Thanks
Qi