Re: [PATCH] usb/gadget/function/u_ether.c: Allow jumbo frames

2015-09-03 Thread Greg KH
On Thu, Sep 03, 2015 at 11:36:15AM +0200, Mike Looijmans wrote: > I'd like to bring this to your attention again please. > > If there is something wrong about this patch, please tell me so. It's the middle of the merge window and we can't do anything with new patches at the moment until 4.3-rc1

Re: [PATCH] usb/gadget/function/u_ether.c: Allow jumbo frames

2015-09-03 Thread Mike Looijmans
I'd like to bring this to your attention again please. If there is something wrong about this patch, please tell me so. And also note that this patch does not enable jumbo frames on itself, it just removes the artificial limits in the kernel prohibiting mtus above 1500. The MTU can be set fro

Re: [PATCH] usb/gadget/function/u_ether.c: Allow jumbo frames

2015-08-14 Thread Mike Looijmans
ping... More than a week has passed, haven't seen any response though. Any comments? On 05-08-15 08:54, Mike Looijmans wrote: USB network adapters support Jumbo frames. The only thing blocking that feature is the code in the gadget driver that disposes of packets larger than 1518 bytes, and t