Re: [U-Boot] [PATCH v2] netconsole: support packets longer than 512 bytes

2011-10-07 Thread Mike Frysinger
On Friday 07 October 2011 19:22:22 Michael Walle wrote: > Am Samstag 08 Oktober 2011, 00:53:13 schrieb Mike Frysinger: > > On Friday 07 October 2011 18:27:50 Michael Walle wrote: > > > Esp. while printing the environment the output is usually longer than > > > 512 bytes. Instead of cutting the mess

Re: [U-Boot] [PATCH v2] netconsole: support packets longer than 512 bytes

2011-10-07 Thread Michael Walle
Am Samstag 08 Oktober 2011, 00:53:13 schrieb Mike Frysinger: > On Friday 07 October 2011 18:27:50 Michael Walle wrote: > > Esp. while printing the environment the output is usually longer than 512 > > bytes. Instead of cutting the message, send multiple 512 bytes packets. > > sorry, i probably sho

Re: [U-Boot] [PATCH v2] netconsole: support packets longer than 512 bytes

2011-10-07 Thread Mike Frysinger
On Friday 07 October 2011 18:27:50 Michael Walle wrote: > Esp. while printing the environment the output is usually longer than 512 > bytes. Instead of cutting the message, send multiple 512 bytes packets. sorry, i probably should have looked closer earlier. this isn't really your fault, but i'm

[U-Boot] [PATCH v2] netconsole: support packets longer than 512 bytes

2011-10-07 Thread Michael Walle
Esp. while printing the environment the output is usually longer than 512 bytes. Instead of cutting the message, send multiple 512 bytes packets. Signed-off-by: Michael Walle --- drivers/net/netconsole.c | 11 +++ 1 files changed, 7 insertions(+), 4 deletions(-) diff --git a/drivers/n