Re: [PATCH 13/13] accel/habanalabs: modify pci health check

2024-02-24 Thread Ofir Bitton
On 24/02/2024 1:32, Carl Vanderlip wrote: > > On 2/20/2024 8:01 AM, Oded Gabbay wrote: >> From: Ofir Bitton >> >> Today we read PCI VENDOR-ID in order to make sure PCI link is >> healthy. Apparently the VENDOR-ID might be stored on host and >> hence, when we read it we might not access the PCI

Re: [PATCH 13/13] accel/habanalabs: modify pci health check

2024-02-23 Thread Carl Vanderlip
On 2/20/2024 8:01 AM, Oded Gabbay wrote: From: Ofir Bitton Today we read PCI VENDOR-ID in order to make sure PCI link is healthy. Apparently the VENDOR-ID might be stored on host and hence, when we read it we might not access the PCI bus. In order to make sure PCI health check is reliable, we

[PATCH 13/13] accel/habanalabs: modify pci health check

2024-02-20 Thread Oded Gabbay
From: Ofir Bitton Today we read PCI VENDOR-ID in order to make sure PCI link is healthy. Apparently the VENDOR-ID might be stored on host and hence, when we read it we might not access the PCI bus. In order to make sure PCI health check is reliable, we will start checking the DEVICE-ID instead.