> -----Original Message-----
> From: Su, Simei <[email protected]>
> Sent: Monday, February 20, 2023 4:00 PM
> To: Xing, Beilei <[email protected]>; Zhang, Yuying
> <[email protected]>; Zhang, Qi Z <[email protected]>;
> [email protected]
> Cc: [email protected]; Yang, Qiming <[email protected]>; Su, Simei
> <[email protected]>; [email protected]
> Subject: [PATCH v6] net/i40e: rework maximum frame size configuration
>
> One issue is reported by David Marchand that error occurs in OVS due to the
> fix patch in mentioned changes below. The detailed reproduce step and
> result are in https://patchwork.dpdk.org/project/dpdk/patch/
> [email protected]/.
>
> This patch removes unnecessary link status check and directly sets mac config
> in dev_start. Also, it sets the parameter "wait to complete" true to wait for
> more time to make sure adminq command execute completed.
>
> Fixes: a4ba77367923 ("net/i40e: enable maximum frame size at port level")
> Fixes: 2184f7cdeeaa ("net/i40e: fix max frame size config at port level")
> Fixes: 719469f13b11 ("net/i40e: fix jumbo frame Rx with X722")
> Cc: [email protected]
>
> Reported-by: David Marchand <[email protected]>
> Signed-off-by: Simei Su <[email protected]>
Acked-by: Qi Zhang <[email protected]>
Applied to dpdk-next-net-intel.
Thanks
Qi