Re: [dpdk-dev] [PATCH] net/ixgbe: check the result of setting VF MTU

2020-12-10 Thread Zhang, Qi Z
> -Original Message- > From: dev On Behalf Of Wang, Haiyue > Sent: Wednesday, December 2, 2020 6:55 PM > To: Zhang, AlvinX ; Guo, Jia > Cc: dev@dpdk.org; Zhang, AlvinX ; sta...@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] net/ixgbe: check the result

Re: [dpdk-dev] [PATCH] net/ixgbe: check the result of setting VF MTU

2020-12-02 Thread Wang, Haiyue
> -Original Message- > From: Zhang,Alvin > Sent: Wednesday, December 2, 2020 17:48 > To: Guo, Jia ; Wang, Haiyue > Cc: dev@dpdk.org; Zhang, AlvinX ; sta...@dpdk.org > Subject: [PATCH] net/ixgbe: check the result of setting VF MTU > > From: Alvin Zhang > > If a VF request to set a inval

[dpdk-dev] [PATCH] net/ixgbe: check the result of setting VF MTU

2020-12-02 Thread Zhang,Alvin
From: Alvin Zhang If a VF request to set a invalid maximum packet length value, The PF kernel driver may disable its reception. This patch add codes to output information and return the error status. Signed-off-by: Alvin Zhang Fixes: 12cd03db ("ixgbevf: allow to set MTU") Cc: sta...@dpdk.