Re: [dpdk-dev] [PATCH v5] net/ixgbe: fix configuration of max frame size

2021-01-17 Thread Xie, WeiX
Tested-by: Xie,WeiX < weix@intel.com> Regards, Xie Wei > -Original Message- > From: Zhang,Alvin [mailto:alvinx.zh...@intel.com] > Sent: Monday, January 18, 2021 1:04 PM > To: Guo, Jia ; Xie, WeiX ; Wang, > Haiyue > Cc: dev@dpdk.org; Zhang, AlvinX ; > sta...@dpdk.org > Subject: [PATC

[dpdk-dev] [PATCH v5] net/ixgbe: fix configuration of max frame size

2021-01-17 Thread Zhang,Alvin
From: Alvin Zhang For some types of NIC, jumbo frame is not supported in IOV mode, so if a VF requests to configure the frame size to not bigger than RTE_ETHER_MAX_LEN, the kernel driver returns 0, but the DPDK ixgbe PMD returens -1, this will cause the VF to fail to start when the PF driven by D