-
Notifications
You must be signed in to change notification settings - Fork 17
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
I use Intel 710 NIC, but the app can't send packet, I don't know why. :( #4
Comments
Try using the i40e branch or the main branch with this change: 91ac4d1 |
Thank you for your reply, actually I ran with this change, the NIC can't send the packet. So I assign tx_ctx.rdylist = 1; Then I can send the packet.I don't understand why, but you did help me solve the problem. :) |
And I have another problem,if dispatcher call dune_apic_send_posted_ipi() , shinjuku will become defunct process... |
@YixinSong-e did you ever manage to fix this? I ran into the same issue |
yes, I change the code in dp/drivers/i40e.c 286lines to tx_ctx.rdylist = 1; And it worked. |
[syx@r740 client]$ ./latency_client 192.170.0.1 1234 1000 100
^C
packets_sent: 2297
packets_received: 0
The text was updated successfully, but these errors were encountered: