Stephen Hemminger
Stephen Hemminger
There a couple of problems that keep dpdk-ans form working on Azure. First the current CPU on bigger machine types is reported as core-avx2 by install-deps.sh. Even if I just...
Is there a way to generate BPF code to use extensions around vlan's when compiling on a non-live pcap handle? I am adding support for pcap filters to DPDK. The...
The ifconfig command is a more limited tool from the BSD days. It has lots of limitations on Linux and is not recommended. Better to instruct users on how same...
You seem to favor a non-standard indentation style (OK). Why not make a Clang format file so that all the source can be updated to be consistent?
The step about qdisc on ingress side is incorrect. By default there is no ingress queue discipline. It is possible to add ingress qdisc, but it is not the default...