We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello: I not sure I do this correctly. I have MoonGen with 2 intel X710 bind to DPDK, Port 1(SRC_IP_BASE=10.0.0.10) connect to my router port 0 (10.0.0.100) and port 1 (DST_IP = "10.1.0.10") connect to my route port1 (10.1.0.100) and change LUA content(local GW_IP = "10.0.0.100") RUN like this ./build/MoonGen examples/l3-load-latency.lua 0 1 I get nothing on Moongen Port 1 [Device: id=0] TX: 5.51 Mpps, 2823 Mbit/s (3706 Mbit/s with framing) [Device: id=1] RX: 0.00 Mpps, 0 Mbit/s (0 Mbit/s with framing) [Device: id=0] TX: 5.78 Mpps, 2958 Mbit/s (3882 Mbit/s with framing) [Device: id=1] RX: 0.00 Mpps, 0 Mbit/s (0 Mbit/s with framing) [Device: id=0] TX: 5.65 Mpps, 2893 Mbit/s (3798 Mbit/s with framing) [Device: id=1] RX: 0.00 Mpps, 0 Mbit/s (0 Mbit/s with framing) [Device: id=0] TX: 5.57 Mpps, 2850 Mbit/s (3740 Mbit/s with framing) [Device: id=1] RX: 0.00 Mpps, 0 Mbit/s (0 Mbit/s with framing) [Device: id=0] TX: 5.57 Mpps, 2854 Mbit/s (3746 Mbit/s with framing) [Device: id=1] RX: 0.00 Mpps, 0 Mbit/s (0 Mbit/s with framing) ^C[Device: id=0] TX: 5.46 (StdDev 0.23) Mpps, 2793 (StdDev 119) Mbit/s (3666 Mbit/s with framing), total 68907795 packets with 4410114744 bytes (incl. CRC) [Device: id=1] RX: 0.00 (StdDev 0.00) Mpps, 0 (StdDev 0) Mbit/s (0 Mbit/s with framing), total 1 packets with 64 bytes (incl. CRC) Samples: 43, Average: 1428321.0 ns, StdDev: 3643238.3 ns, Quartiles: 67256.0/70896.0/223781.0 ns
./build/MoonGen examples/l3-load-latency.lua 0 1
But my route can see packet already send to Moongen Port 1: And packet DST MACADDRESS is good. Some thing wrong???
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello:
I not sure I do this correctly.
I have MoonGen with 2 intel X710 bind to DPDK, Port 1(SRC_IP_BASE=10.0.0.10) connect to my router port 0 (10.0.0.100)
and port 1 (DST_IP = "10.1.0.10") connect to my route port1 (10.1.0.100) and change LUA content(local GW_IP = "10.0.0.100")
RUN like this
./build/MoonGen examples/l3-load-latency.lua 0 1
I get nothing on Moongen Port 1
[Device: id=0] TX: 5.51 Mpps, 2823 Mbit/s (3706 Mbit/s with framing)
[Device: id=1] RX: 0.00 Mpps, 0 Mbit/s (0 Mbit/s with framing)
[Device: id=0] TX: 5.78 Mpps, 2958 Mbit/s (3882 Mbit/s with framing)
[Device: id=1] RX: 0.00 Mpps, 0 Mbit/s (0 Mbit/s with framing)
[Device: id=0] TX: 5.65 Mpps, 2893 Mbit/s (3798 Mbit/s with framing)
[Device: id=1] RX: 0.00 Mpps, 0 Mbit/s (0 Mbit/s with framing)
[Device: id=0] TX: 5.57 Mpps, 2850 Mbit/s (3740 Mbit/s with framing)
[Device: id=1] RX: 0.00 Mpps, 0 Mbit/s (0 Mbit/s with framing)
[Device: id=0] TX: 5.57 Mpps, 2854 Mbit/s (3746 Mbit/s with framing)
[Device: id=1] RX: 0.00 Mpps, 0 Mbit/s (0 Mbit/s with framing)
^C[Device: id=0] TX: 5.46 (StdDev 0.23) Mpps, 2793 (StdDev 119) Mbit/s (3666 Mbit/s with framing), total 68907795 packets with 4410114744 bytes (incl. CRC)
[Device: id=1] RX: 0.00 (StdDev 0.00) Mpps, 0 (StdDev 0) Mbit/s (0 Mbit/s with framing), total 1 packets with 64 bytes (incl. CRC)
Samples: 43, Average: 1428321.0 ns, StdDev: 3643238.3 ns, Quartiles: 67256.0/70896.0/223781.0 ns
But my route can see packet already send to Moongen Port 1:
And packet DST MACADDRESS is good. Some thing wrong???
The text was updated successfully, but these errors were encountered: