qat_ocf0: no QAT IRQ instances available
-
I've enable the qat in the setting,but the qat could not be find.
qat_ocf0: <QAT engine>
qat_ocf0: no QAT IRQ instances available
device_attach: qat_ocf0 attach returned 6[23.05-RELEASE][root@PF.SH]/root: ls -ls /boot/kernel/qat_c2*
69 -r-xr-xr-x 1 root wheel 123256 May 22 23:56 /boot/kernel/qat_c2xxx.ko
157 -r-xr-xr-x 1 root wheel 276928 May 22 23:56 /boot/kernel/qat_c2xxxfw.ko[23.05-RELEASE][root@PF.SH]/root: kldstat| grep qat
8 1 0xffffffff8412d000 4378 qat.ko
9 6 0xffffffff84132000 13568 qat_hw.ko
10 8 0xffffffff84146000 2d840 qat_common.ko
11 7 0xffffffff84174000 68cd8 qat_api.ko
12 1 0xffffffff841dd000 11240 qat_c2xxx.ko -
You will see that if you enable QAT but there no QAT hardware available?
What hardware are you running that on?
Do you see a QAT device in the output of:
pciconf -lv
?Steve
-
@stephenw10
intel qat 8950
pciconf can not find the qat -
Well the driver cannot attach to something that doesn't appear on the PCI bus. Does the card work in anything else?
-
@stephenw10 I attach the card in the other server , it works fine, but I attach in the server running pfSense ,it did not work.
I install Debian 12 in the server which run pfSense before, it did not work too.
So ,maybe the PCI-E interface of the server was broken.
I will try install pfSense in the other server. -
Yes, that or some low level incompatibility. Wrong PCIe version perhaps, though it should be backwards compatible.