aoeldemann / fluent10g

Programmable FPGA-based Network Tester for Multi-10-Gigabit Ethernet
MIT License
26 stars 6 forks source link

ERROR: Module does not become inactive #5

Open harshgondaliya opened 4 years ago

harshgondaliya commented 4 years ago

When I run the latency application then after some time I get the following error:

root@harsh-Precision-T5610:/home/fpga/Fluent10g/core/examples/latency# go build latency.go
root@harsh-Precision-T5610:/home/fpga/Fluent10g/core/examples/latency# ./latency 
INFO: 2020/08/18 10:48:40.438923 Starting measurement ...
ERROR: 2020/08/18 10:50:23.229200 Receiver 1: module does not become inactive

I am bit stuck with this error since long. Sometimes if this error goes away then I get 0 packets received in latency results.

All the forwarding policies and the recvMACfilter is correct. I have verified them. Please guide how to solve this issue.