Hi Jia,
> -----Original Message----- > From: Jia Yu [mailto:[email protected]] > Sent: Friday, April 28, 2017 5:13 AM > To: Lu, Wenzhuo; Ananyev, Konstantin > Cc: [email protected]; Jia Yu > Subject: [PATCH] ixgbe: check scatter_enable in set_mtu > > There exists case that software sets mtu (i.e jumbo frame) of ixgbe device > when it's stopped. Before the fix, scattered_rx is cleared during device stop, > and setting jumbo frame mtu after device stop will always fail as > scattered_rx is 0. > --- > drivers/net/ixgbe/ixgbe_ethdev.c | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) I'd like to ack this patch, but I found not sign-off. Would you like to send a new version with sign-off? And you can add my ack in it.

