-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
crash when insmod #10
Comments
Could you please explain how you solved the issue? |
Hi @dewk, If you are hitting this issue and the above suggestions don't help, maybe you could also check the kernel logs and report if there are any errors. Best regards, |
I have on rare occasions had crashes during insmod. They usually appear when network-manager is running. @cneely-amd , IOMMU is not a requirement anymore. @dewk please send the kernel logs |
I just used the wrong branch |
Thanks for your detailed explanation.
It looks like the problem was because of the absence of the link: I
connected both ports of the Alveo u200 with the cable, but I built the
bitstream with only one CMAC0.
After I generated the bitstream with CMAC0 and CMAC1 I was able to install
onic.ko driver and I can see both interfaces with ifconfig.
But I can not successfully reproduce the test with the ping command and sudo
tcpdump -i <iface> -xx.
After I assigned IP addresses to both interfaces, and ping one from another
with command ping -I <iface> <address> the tcpdump prints outcoming ARP
requests. I see no RX packets.
Thanks.
пт, 22 апр. 2022 г. в 06:13, NeverM0 ***@***.***>:
… I have already solved it, that's a nice project
Could you please explain how you solved the issue?
I just used the wrong branch
—
Reply to this email directly, view it on GitHub
<#10 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB7ZW2NJTRXHSAMOABOOMHLVGIKO3ANCNFSM5GK2MJNA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
You need to use namespaces to ping from one port to another on the same card. See this for an example: |
I have already solved it, that's a nice project
The text was updated successfully, but these errors were encountered: