> -----Original Message-----
> From: wenxuanx...@intel.com <wenxuanx...@intel.com>
> Sent: Wednesday, May 18, 2022 12:59 PM
> To: Xing, Beilei <beilei.x...@intel.com>; Zhang, Yuying
> <yuying.zh...@intel.com>; dev@dpdk.org
> Cc: Wu, WenxuanX <wenxuanx...@intel.com>; Zhou, YidingX
> <yidingx.z...@intel.com>; sta...@dpdk.org
> Subject: [PATCH v4] net/i40e: fix max frame size config at port level
>
> From: Wenxuan Wu <wenxuanx...@intel.com>
>
> 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: sta...@dpdk.org
>
> Signed-off-by: Wenxuan Wu <wenxuanx...@intel.com>
Added
Acked-by: Yuying Zhang <yuying.zh...@intel.com> from v3
Applied to dpdk-next-net-intel.
Thanks
Qi