Re: [edk2] [Patch] ShellPkg: Fix ifconfig hang issue with incomplete parameters

2015-12-09 Thread Wu, Jiaxin
Hi Shaveta, How about your test result? Thanks. Jiaxin -Original Message- From: Leekha Shaveta [mailto:shav...@freescale.com] Sent: Tuesday, December 8, 2015 2:21 PM To: Carsey, Jaben; Wu, Jiaxin; edk2-devel@lists.01.org Cc: Ye, Ting Subject: RE: [Patch] ShellPkg: Fix ifconfig hang

Re: [edk2] [Patch] ShellPkg: Fix ifconfig hang issue with incomplete parameters

2015-12-09 Thread Leekha Shaveta
Hi, Yes, its working now with this patch. Not showing any ASSERT now. Results snippets are: Shell> ifconfig -s eth0 tatic Unknown commands. Bad command tatic is skipped. Shell> ifconfig -s eth0 static 192.168.1.141 255.255.255.0 192.168.1.1 InstallProtocolInterface:

Re: [edk2] [Patch] ShellPkg: Fix ifconfig hang issue with incomplete parameters

2015-12-07 Thread Leekha Shaveta
Hi, Thanks for the fix, I will test it and revert in a day or two. Regards, Shaveta -Original Message- From: Carsey, Jaben [mailto:jaben.car...@intel.com] Sent: Friday, December 04, 2015 11:38 PM To: Wu, Jiaxin ; edk2-devel@lists.01.org Cc: Leekha Shaveta-B20052

Re: [edk2] [Patch] ShellPkg: Fix ifconfig hang issue with incomplete parameters

2015-12-04 Thread Carsey, Jaben
Looks good to me. I think we should wait for Leekha for up to a few days to confirm that this fixes the problem at their location. Reviewed-by: Jaben Carsey -Jaben > -Original Message- > From: Wu, Jiaxin > Sent: Thursday, December 03, 2015 5:27 PM > To:

[edk2] [Patch] ShellPkg: Fix ifconfig hang issue with incomplete parameters

2015-12-03 Thread Jiaxin Wu
This patch is used to fix ifconfig hang issue with incomplete parameters. In addition, some error related output information is added to increase the interactivity. Cc: Leekha Shaveta Cc: Carsey Jaben Cc: Ye Ting