Re: [edk2] [PATCH] MdeModulePkg/UefiBootManagerLib: Keep HTTP boot mounted RAM disk

2016-06-22 Thread Wang, Sunny (HPS SW)
After offline discussing with Ray and Samer, Ray will discuss with network owner to work out a better solution for this need, so let's drop this patch. Thanks, Ray. Regards, Sunny Wang -Original Message- From: Ni, Ruiyu [mailto:ruiyu...@intel.com] Sent: Monday, June 20, 2016 5:56 PM T

Re: [edk2] [PATCH] MdeModulePkg/UefiBootManagerLib: Keep HTTP boot mounted RAM disk

2016-06-20 Thread Ni, Ruiyu
Sunny, I don't agree to keep the RAM disk. Because every HTTP boot will create a new one. Then there will be many RAM disk instances. Regards, Ray >-Original Message- >From: Sunny Wang [mailto:sunnyw...@hpe.com] >Sent: Monday, June 20, 2016 4:13 PM >To: edk2-devel@lists.01.org >Cc: el...

[edk2] [PATCH] MdeModulePkg/UefiBootManagerLib: Keep HTTP boot mounted RAM disk

2016-06-20 Thread Sunny Wang
There may be some use cases which need to keep HTTP boot mounted RAM disk (downloaded image) after image returns back to save the time for downloading the same image again. Therefore, this code change is to remove BmDestroyRamDisk() function call to keep the mounted RAM disk for these cases. Co