Re: [edk2-devel] [PATCH 1/2] Silicon/Broadcom/BcmGenetDxe: Delay for linkup in transmit

2021-05-10 Thread Ard Biesheuvel
On Mon, 10 May 2021 at 19:26, Jeremy Linton wrote: > > Hi, > > On 5/10/21 11:56 AM, Ard Biesheuvel wrote: > > On Thu, 15 Apr 2021 at 21:22, Jeremy Linton wrote: > >> > >> Under normal circumstances GenetSimpleNetworkTransmit won't be > >> called unless the rest of the network stack detects the li

Re: [edk2-devel] [PATCH 1/2] Silicon/Broadcom/BcmGenetDxe: Delay for linkup in transmit

2021-05-10 Thread Jeremy Linton
Hi, On 5/10/21 11:56 AM, Ard Biesheuvel wrote: On Thu, 15 Apr 2021 at 21:22, Jeremy Linton wrote: Under normal circumstances GenetSimpleNetworkTransmit won't be called unless the rest of the network stack detects the link is up. So, during normal operation when the adapter is initialized the

Re: [edk2-devel] [PATCH 1/2] Silicon/Broadcom/BcmGenetDxe: Delay for linkup in transmit

2021-05-10 Thread Ard Biesheuvel
On Thu, 15 Apr 2021 at 21:22, Jeremy Linton wrote: > > Under normal circumstances GenetSimpleNetworkTransmit won't be > called unless the rest of the network stack detects the link is > up. So, during normal operation when the adapter is initialized > the link naturally transitions to link up, and

Re: [edk2-devel] [PATCH 1/2] Silicon/Broadcom/BcmGenetDxe: Delay for linkup in transmit

2021-05-10 Thread Samer El-Haj-Mahmoud
+Ard's new e-mail address > -Original Message- > From: Jeremy Linton > Sent: Thursday, April 15, 2021 3:22 PM > To: devel@edk2.groups.io > Cc: Ard Biesheuvel ; l...@nuviainc.com; > p...@akeo.ie; Samer El-Haj-Mahmoud mahm...@arm.com>; Andrei Warkentin (awarken...@vmware.com) > ; Jeremy Li

Re: [edk2-devel] [PATCH 1/2] Silicon/Broadcom/BcmGenetDxe: Delay for linkup in transmit

2021-05-10 Thread Samer El-Haj-Mahmoud
+Ard's new e-mail address Jared, please confirm this is a "Reviewed-By" > -Original Message- > From: Jared McNeill > Sent: Friday, April 30, 2021 6:30 AM > To: Jeremy Linton > Cc: devel@edk2.groups.io; Ard Biesheuvel ; > l...@nuviainc.com; Pete Batard ; Samer El-Haj-Mahmoud > ; Andrei W

Re: [edk2-devel] [PATCH 1/2] Silicon/Broadcom/BcmGenetDxe: Delay for linkup in transmit

2021-04-29 Thread Andrei Warkentin
Looks fine to me Reviewed-by: Andrei Warkentin From: Jeremy Linton Sent: Thursday, April 15, 2021 2:22 PM To: devel@edk2.groups.io Cc: ard.biesheu...@arm.com ; l...@nuviainc.com ; p...@akeo.ie ; samer.el-haj-mahm...@arm.com ; Andrei Warkentin ; Jeremy Linton

Re: [edk2-devel] [PATCH 1/2] Silicon/Broadcom/BcmGenetDxe: Delay for linkup in transmit

2021-04-29 Thread Jeremy Linton
+Jared McNeill for review. Thanks, On 4/15/21 2:22 PM, Jeremy Linton wrote: Under normal circumstances GenetSimpleNetworkTransmit won't be called unless the rest of the network stack detects the link is up. So, during normal operation when the adapter is initialized the link naturally transitio

[edk2-devel] [PATCH 1/2] Silicon/Broadcom/BcmGenetDxe: Delay for linkup in transmit

2021-04-15 Thread Jeremy Linton
Under normal circumstances GenetSimpleNetworkTransmit won't be called unless the rest of the network stack detects the link is up. So, during normal operation when the adapter is initialized the link naturally transitions to link up, and then is ready for activity later in the boot sequence. If tha