Hello,
I am currently attempting to test the Holohub application advanced network operator. To prove that we can reach the desired throughput between two devices. One device is an NVidia Jetson AGX Orin (running the application natively), and the other is a server with an A-100 card and a Connect-X6 NIC (running the application in a container). I was able to successfully build both applications on their respective devices, but whenever I run them, I am met with a plethora of errors that lead to segmentation faults. I have enabled hugepages for both the container and Jetson, set the CPU governor, and configured the YAML files to the best of my ability. On the server, I am seeing the error “Could not DMA map EXT memory” for my mlx5 device. For the Jetson, I am not getting much at all. At this point, I am stumped and would appreciate any ideas.
Thanks,