Tom Barbette
Tom Barbette
Did you compile Click with --enable-userlevel? You're probably in Kernel mode, making FastUDPSource not available. Then it's InfiniteSource, check here : https://github.com/kohler/click/wiki/Elements
Could you IPPrint the packets and show a minimal example? I guess this configuration is supposed to see flows from the very first packet, an established connection you see in...
I think that config/elements are really "toys" elements. What are you trying to accomplish? For a full TCP stack you may look at ClickNF, for an in-the-middle Stack, MiddleClick.
Oops sorry I missed your issue. The implementation of the DPDK elements in mainline Click is much less-featured, which explains a difference between the two. Which DPDK version? Is that...
Ho @woma1029 can you provide a patch/pull request? Thanks!
autoreconf will generate an updated configure file from configure.in. You should simply modify configure.in, find an existing dependency and copy paste the bit of code. You may also add to...
I will fix Travis, than you can rebase ;)
@rriggio you can rebase now ;) (git fetch origin && git rebase origin/master)
You known you can push to an open pull request, and it will update itself, right? :p
Kernel is more or less dead, did not receive patches in years and do not compile with recent kernels. With DPDK or Netmap, userlevel is faster anyway, mostly because the...