I'm trying to run a simple test module that uses the DPU kernel API to allocate/launch DPUs.
I cannot make it work for now, as one the function loops forever. Once the kernel complains about the stall, I kill the VM, and try to attach to a DPU on the host machine using:
dpu-lldb-attach-dpu 0.0.0
The command manages to attach to DPU, but I'm not able to read any memory:
(lldb) memory read 0x80000000
error: failed to read memory from 0x80000000
(lldb) disassemble --start-address 0x0
error: Failed to disassemble memory at 0x00000000
I'm trying to run a simple test module that uses the DPU kernel API to allocate/launch DPUs. I cannot make it work for now, as one the function loops forever. Once the kernel complains about the stall, I kill the VM, and try to attach to a DPU on the host machine using:
The command manages to attach to DPU, but I'm not able to read any memory: