Re: [edk2] [Patch] NetworkPkg: remove unnecessary timeout event when setting IPv6 address.

2015-10-15 Thread Ye, Ting
Reviewed-by: Ye Ting -Original Message- From: Fu, Siyuan Sent: Thursday, October 15, 2015 1:50 PM To: edk2-devel@lists.01.org Cc: Ye, Ting; Wu, Jiaxin Subject: [Patch] NetworkPkg: remove unnecessary timeout event when setting IPv6 address. Use Ip6Cfg->SetData() to

Re: [edk2] [Patch] NetworkPkg: remove unnecessary timeout event when setting IPv6 address.

2015-10-15 Thread Wu, Jiaxin
Reviewed-by: Jiaxin Wu -Original Message- From: Fu, Siyuan Sent: Thursday, October 15, 2015 1:50 PM To: edk2-devel@lists.01.org Cc: Ye, Ting; Wu, Jiaxin Subject: [Patch] NetworkPkg: remove unnecessary timeout event when setting IPv6 address. Use Ip6Cfg->SetData()

[edk2] [Patch] NetworkPkg: remove unnecessary timeout event when setting IPv6 address.

2015-10-14 Thread Fu Siyuan
Use Ip6Cfg->SetData() to set IP6 manual address is asynchronous process and the registered data notify event will be singled when process is done. So it's not necessary to create another timeout event for the address setting. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: