Re: [PATCH 3/3] libfc: retry PRLI if we cannot analyse the payload

2018-10-08 Thread Easi, Arun
On Sun, 7 Oct 2018, 1:35am, Hannes Reinecke wrote: > External Email > > From: Hannes Reinecke > > When we fail to analyse the payload of a PRLI response we should > reset the state machine to retry the PRLI; eventually we will be > getting a proper frame. > Not doing so will result in a stuck s

[PATCH 3/3] libfc: retry PRLI if we cannot analyse the payload

2018-10-07 Thread Hannes Reinecke
From: Hannes Reinecke When we fail to analyse the payload of a PRLI response we should reset the state machine to retry the PRLI; eventually we will be getting a proper frame. Not doing so will result in a stuck state machine and the port never to be presented to the systsm. Suggested-by: Chad D