problem when testing the tests/udp/client.conf file of dperf #545
Closed
snnallmouse
started this conversation in
General
Replies: 1 comment 5 replies
-
|
dperf send packets to 'gateway'. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Dear author,
I have a cloud server with two network cards: one is taken over by DPDK, and the other belongs to the kernel. When I run tests/udp/server.conf, I can send UDP packets through the kernel NIC and receive the "aaaaaaa...aaaa" reply.
However, when I switch to client.conf and use nc -ul to listen on the kernel NIC for UDP packets, nc -ul cannot receive any packets.
this is my server.conf:
and this is my client.conf:
I would greatly appreciate any comments from you!
Beta Was this translation helpful? Give feedback.
All reactions