-
![image](https://github.com/chentao-kernel/spycat/assets/86768822/8d24d4c9-aac4-49b1-b63d-f6227d63a8d8)
-
https://github.com/Sysinternals/ProcDump-for-Linux/blob/ec32a73c41d35142c785138c5a0a9bde9ea46dd3/CMakeLists.txt#L241-L248
-
OS is Ubuntu 22.04.
I successfully installed frr from source.
FRR with bgpd runs successfully but when I want to enable RPKI and therefore need to install frr-rpki-rtrlib, I get the following err…
cli0 updated
5 months ago
-
This is something that always throws of first-time users of the compiler. In particular when they run `ctest` they see a bunch of failing tests because runtime dependencies of these tests are missing.…
-
```
+ curl -f --connect-timeout 20 --retry 5 --location --insecure https://codeload.github.com/xdp-project/xdp-tools/tar.gz/v1.2.5?/xdp-tools-1.2.5.tar.gz
% Total % Received % Xferd Average Sp…
-
Hi! @lnicco and I were looking into https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=38519#c2 which is a coverage build failure for proxygen.
Looking at the logs, it seems to be we're hitting …
-
```
Run-time dependency libcap found: YES 2.69
Checking if "libatomic" : links: YES
Checking for function "crypt_ra" with dependency -lcrypt: NO
Checking for function "crypt_preferred_method" wi…
-
root@l406-tracker-02:/home/xdpopt/xdp-tutorial/experiment01-tailgrow# make
clang -S \
-target bpf \
-D __BPF_TRACING__ \
-I../libbpf/src//build/usr/include/ -I../headers/ \
-Wall …
-
Hello,
Simply running af_xdp_user on an updated Stretch (4.19.0-5-amd64):
# grep XDP /boot/config-4.19.0-5-amd64
CONFIG_XDP_SOCKETS=y
# ./af_xdp_user -d eth20
ERROR: Can't …
-
i found that kernel code has been supporting bpf batch update for a while, and i found bpf_map_update_batch and other methods in iovisor/bcc, when using objdump to locate symbol in the libbcc, i also…