Toke Høiland-Jørgensen

Results 53 issues of Toke Høiland-Jørgensen

Right now, `xdp-bench redirect` will swap destination and source MAC addresses when redirecting. This causes packets to be sent out with the wrong source MAC in most cases, and prevents...

enhancement

In addition to specifying number of packets, it should also be possible to specify a total number of seconds to run for.

enhancement

With the feature detection we should be able to tell if a device needs an XDP program loaded and just load one. Also, better error messages if a device doesn't...

When running xdp-bench redirect redirecting into a veth device, it would be useful to automatically detect the peer MAC address and set that as the destination MAC. This would require...

enhancement

It would be useful if there was a way to display the histograms non-normalised (i.e., with the actual values on the Y axis). Just a toggle in the graph config...

enhancement

Signed-off-by: Toke Høiland-Jørgensen

The string-to-symbol conversion of the mode specification was not applied on automatic reconnect, which lead to the wrong mode being set and the connection subsequently failing. Fix this by factoring...

Currently we mostly don't check commands for errors. We probably should, and then fail gracefully if something critical fails... This includes in particular insmod, (see #3), but also other things...

The import scripts try to resolve links between wiki pages, and it mostly works, but there are a bunch that didn't resolve. These probably need to be fixed up manually....

The hook scripts are not run in systemd mode, so a systemd unit is required. This adds a custom unit that has the right ordering and command line to start...