Actions
Regression #13491
closedCrypto devices are not detected on current snapshots because the format of pciconf has changed
Start date:
Due date:
% Done:
0%
Estimated time:
Release Notes:
Force Exclusion
Affected Plus Version:
Affected Architecture:
Description
The crypto device detection on the dashboard relies on the output of pciconf
to determine if a device is active. The format of this command has changed on current snapshots:
old:
qat0@pci0:1:0:0: class=0x0b4000 card=0x19e28086 chip=0x19e28086 rev=0x11 hdr=0x00
new:
qat0@pci0:1:0:0: class=0x0b4000 rev=0x11 hdr=0x00 vendor=0x8086 device=0x19e2 subvendor=0x8086 subdevice=0x19e2
The new format has data separated that was combined before, and the code in src/usr/local/www/includes/functions.inc.php
is looking for the combined format.
Related issues
Actions