Hello,
Could you please post the output for us to see? Also, can you try running.
flint -d {PCI-ID} q
Where pci-id is something like 03:00.0 if you are on linux you can obtain this with
lspci|grep Mel
or if you would like only the id's then
lspci|grep Mel|awk {'print $1'}
so this works to always query all Mellanox cards in the system.
flint -d `lspci|grep Mel|awk {'print $1'} q