Coder Social home page Coder Social logo

Comments (2)

vincentmli avatar vincentmli commented on August 23, 2024

sorry here is the actual script command

#build/MoonGen examples/icmp-arp-responder.lua 0 10.3.3.249

MoonGen was run on DPDK box with ip address 10.3.3.9 on dpdk0 interface

here is the tcpdump I run at the target server that has ip 10.3.3.249:

09:50:36.300333 arp who-has 10.3.3.249 (ff:ff:ff:ff:ff:ff) tell 10.3.3.249
09:50:36.302757 arp reply 10.3.3.249 is-at e8:ea:6a:06:1b:1b

why the arp request source ip is 10.3.3.249, not 10.3.3.9

it seems pingResponder in icmp-arp-responder.lua isn't properly running?

from moongen.

emmericp avatar emmericp commented on August 23, 2024

This script needs two cores: one for the master core and one for the slave. (This could be optimized by replacing launchLua() with a direct call, but it doesn't really matter).

No idea why your NICs NUMA association shows up as "-1", it shouldn't do that. Which Linux distribution are you using?
A bad NUMA mapping could indeed cause RX to fail on some systems. Other scripts works because they don't try to receive packets.

MoonGen was run on DPDK box with ip address 10.3.3.9 on dpdk0 interface

DPDK interfaces do not have IP addresses.

from moongen.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.