Re: [PATCH net-next] liquidio: fix rare pci_driver.probe failure of VF driver

2017-05-26 Thread David Miller
From: Felix Manlunas Date: Thu, 25 May 2017 10:42:14 -0700 > From: Prasad Kanneganti > > There's a rare pci_driver.probe failure of the VF driver that's caused by > PF/VF handshake going out of sync. The culprit is octeon_mbox_write() who > ignores an ack timeout condition; it just keeps uncon

RE: [PATCH net-next] liquidio: fix rare pci_driver.probe failure of VF driver

2017-05-25 Thread Chickles, Derek
Looks good to me. Derek > -Original Message- > From: Manlunas, Felix > Sent: Thursday, May 25, 2017 10:42 AM > To: da...@davemloft.net > Cc: netdev@vger.kernel.org; Vatsavayi, Raghu ; > Chickles, Derek ; Burla, Satananda > ; Kanneganti, Prasad > > Subject: [PATCH net-next] liquidio: fix