DIM

Note:
Currently, DIM is only supported on the NXP LX2160 SolidRun HoneyComb board and Intel x86-64 architecture.

DIM (Dynamic Interrupt Manager) allows you to allocate dynamic interrupts, configure and query interrupt affinity, and configure the interrupt controller hardware.

To add DIM functionality to your BSP, you must initialize DIM before the PCI server in the build file. For example:
...
slogger2
dumper
mqueue
random


display_msg "Starting Dynamic Interrupt Manager ..."
dim -vvvvvvv

####################################################
## PCI Server
####################################################
PCI_DEBUG_MODULE=/lib/dll/pci/pci_debug2.so
PCI_SLOG_MODULE=/lib/dll/pci/pci_slog2.so
PCI_BKWD_COMPAT_MODULE=/lib/dll/pci/pci_bkwd_compat.so
PCI_HW_MODULE=/lib/dll/pci/pci_hw-Intel_x86.so

display_msg "Starting PCI server ..."
pci-server --aspace-enable --config=/etc/system/config/pci/pci_server.cfg
...
...
Page updated: