pdewanga
New Contributor
2 years agoDoing FLR makes the pcie device hang
I am trying to do initiate Function Level Reset, on Avlaon streaming pcie hard IP, using setpci command and if I try to read the device back using lspci command the device is hang with ff as shown below,
lspci -v -d:11e1
3b:00.0 Co-processor: Intel Corporation Device 11e1 (rev ff) (prog-if ff)
!!! Unknown header type 7f
------------------------------------------------------------------------------------------------
I am doing the FLR using setpci as :
setpci -s 3b:00.0 0x78.W
2037
setpci -s 3b:00.0 0x78.W=0xa037
setpci -s 3b:00.0 0x78.W
ffff
Can anyone tell the reason why the device is hung up like this?