Arthur
Arthur
Thanks, @brb @aanm, just learned something new :) After reading through the doc you provided (and also the source code), I think it could solve our problem. But just out...
On CentOS, 如下编译通过: ``` # build dpdk $ yum install numactl-devel numactl-libs numactl $ cd jupiter/dpdk-17.11/ $ make config T=x86_64-native-linuxapp-gcc $ make -j8 # build jupiter $ cd .. #...
> 1 question is how can libbpf handles changes in the kernel data structure where new fields are added into the struct For example, let's say on kernel v0.10, int...