Re: [edk2] [Patch 2/2] NetworkPkg: Stop the timer before clean IP service.

2016-06-01 Thread Wu, Jiaxin
> -Original Message- > From: Bruce Cran [mailto:br...@cran.org.uk] > Sent: Thursday, June 2, 2016 12:54 PM > To: Wu, Jiaxin ; Fu, Siyuan ; > edk2-devel@lists.01.org > Cc: Ye, Ting ; Ni, Ruiyu ; Wu, Hao A > > Subject: Re: [edk2] [Patch 2/2] NetworkPkg: Stop t

Re: [edk2] [Patch 2/2] NetworkPkg: Stop the timer before clean IP service.

2016-06-01 Thread Bruce Cran
On 6/1/16 7:55 PM, Wu, Jiaxin wrote: Thanks for your catching, I will check my git email setting. Sorry, it was actually meant for Siyuan. -- Bruce ___ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel

Re: [edk2] [Patch 2/2] NetworkPkg: Stop the timer before clean IP service.

2016-06-01 Thread Wu, Jiaxin
> Subject: Re: [edk2] [Patch 2/2] NetworkPkg: Stop the timer before clean IP > service. > > On 5/25/16 7:04 PM, Fu Siyuan wrote: > > In Ip6CleanService()it first cleaned some resources, then stop the timer . > > While before the timer stopped it may try to access some alread

Re: [edk2] [Patch 2/2] NetworkPkg: Stop the timer before clean IP service.

2016-06-01 Thread Bruce Cran
On 5/25/16 7:04 PM, Fu Siyuan wrote: In Ip6CleanService()it first cleaned some resources, then stop the timer . While before the timer stopped it may try to access some already freed data, which may generate an exception. This patch updates the driver to stop the timer event before starting to cl

[edk2] [Patch 2/2] NetworkPkg: Stop the timer before clean IP service.

2016-05-25 Thread Fu Siyuan
In Ip6CleanService()it first cleaned some resources, then stop the timer . While before the timer stopped it may try to access some already freed data, which may generate an exception. This patch updates the driver to stop the timer event before starting to clean up the service data. Cc: Wu Jiaxin