Re: [E1000-devel] Setting MTU doesn't work in igb

2018-01-11 Thread Dmitry Ivanov
On Thu, Jan 11, 2018 at 11:48 PM, Fujinaka, Todd wrote: > Why are you compiling igb? The one in the kernel is much more up-to-date > than the standalone driver. > I'm using it with netmap. -- Best regards, Dmitry Ivanov A: Because it breaks the logical sequence of

Re: [E1000-devel] Setting MTU doesn't work in igb

2018-01-11 Thread Fujinaka, Todd
: Thursday, January 11, 2018 10:17 AM To: e1000-devel@lists.sourceforge.net Subject: [E1000-devel] Setting MTU doesn't work in igb Hi, I compiled igb for kernel 4.13 and noticed that setting MTU doesn't work as expected. I think it has been broken since introducing HAVE_NETDEVICE_MIN_MAX_MTU

[E1000-devel] Setting MTU doesn't work in igb

2018-01-11 Thread Dmitry Ivanov
Hi, I compiled igb for kernel 4.13 and noticed that setting MTU doesn't work as expected. I think it has been broken since introducing HAVE_NETDEVICE_MIN_MAX_MTU. The attached patch fixes things for me. -- Best regards, Dmitry Ivanov A: Because it breaks the logical sequence of discussion Q: