RE: [PATCH v4] net/i40e: fix max frame size config at port level

2022-05-18 Thread Zhang, Qi Z
> -Original Message- > From: wenxuanx...@intel.com > Sent: Wednesday, May 18, 2022 12:59 PM > To: Xing, Beilei ; Zhang, Yuying > ; dev@dpdk.org > Cc: Wu, WenxuanX ; Zhou, YidingX > ; sta...@dpdk.org > Subject: [PATCH v4] net/i40e: fix max frame size config

[PATCH v4] net/i40e: fix max frame size config at port level

2022-05-17 Thread wenxuanx . wu
From: Wenxuan Wu 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 l

[PATCH v4] net/i40e: fix max frame size config at port level

2022-05-17 Thread wenxuanx . wu
From: Wenxuan Wu 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 l