Re: [PATCH net-next v2] r8152: support jumbo frame for RTL8153

2014-07-10 Thread David Miller
From: Hayes Wang Date: Thu, 10 Jul 2014 10:58:54 +0800 > The maximum jumbo frame size for RTL8153 is 9K bytes. > Change the max rx packet size to 9K. > Change the use of the shared fifo from 6K (default) to 12K for tx. > > Signed-off-by: Hayes Wang Applied. -- To unsubscribe from this list: se

[PATCH net-next v2] r8152: support jumbo frame for RTL8153

2014-07-09 Thread Hayes Wang
The maximum jumbo frame size for RTL8153 is 9K bytes. Change the max rx packet size to 9K. Change the use of the shared fifo from 6K (default) to 12K for tx. Signed-off-by: Hayes Wang --- drivers/net/usb/r8152.c | 36 1 file changed, 32 insertions(+), 4 delet