Re: [edk2] [PATCH v3 1/1] MdeModulePkg: exit pci function loops early if device is not multi-function

2015-10-06 Thread El-Haj-Mahmoud, Samer
org Cc: Tian, Feng <feng.t...@intel.com> Subject: Re: [edk2] [PATCH v3 1/1] MdeModulePkg: exit pci function loops early if device is not multi-function Reviewed-by: Ruiyu Ni <ruiyu...@intel.com> -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists

Re: [edk2] [PATCH v3 1/1] MdeModulePkg: exit pci function loops early if device is not multi-function

2015-10-06 Thread Laszlo Ersek
Shifflett, Joseph > Sent: Wednesday, September 30, 2015 8:01 AM > To: edk2-devel@lists.01.org > Cc: Tian, Feng <feng.t...@intel.com> > Subject: [edk2] [PATCH v3 1/1] MdeModulePkg: exit pci function loops early if > device is not multi-function > > When looping throug

Re: [edk2] [PATCH v3 1/1] MdeModulePkg: exit pci function loops early if device is not multi-function

2015-09-29 Thread Ni, Ruiyu
edk2] [PATCH v3 1/1] MdeModulePkg: exit pci function loops early if device is not multi-function When looping through all PCI functions, code should not look for functions 1-7 if function 0 is not present or if function 0 indicates the device is not multifunction. Prior to this fix the code wou