fpgasystems / Coyote

Framework providing operating system abstractions and a range of shared networking (RDMA, TCP/IP) and memory services to common modern heterogeneous platforms.
MIT License
207 stars 62 forks source link

Kernel BUG on probe #47

Open mar-ven opened 9 months ago

mar-ven commented 9 months ago

I am experiencing a kernel BUG at Coyote/driver/fpga_dev.c:108 (accl_integration branch) I am currently using an Alveo U280. Linux Kernel: 6.5

My steps:

This last command hangs, because of the kernel bug.

I also experienced this error previously, with the same setup apart from the Linux kernel, which was 5.15

mar-ven commented 9 months ago

Another important detail sudo dmesg also gives the following print: detected -268378664 virtual FPGA regions, -268379542 FPGA channels

mar-ven commented 9 months ago

Some time before this error happened, I experienced another error: AMD-Vi IO_PAGE_FAULT, while I was launching the test.cpp file with options -f -r. This error happened before any test functions were actually run