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
222 stars 69 forks source link

Kernel BUG on probe #47

Closed mar-ven closed 1 month ago

mar-ven commented 1 year 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 1 year ago

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

mar-ven commented 1 year 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