xdp-tools: add dnsdist XDP program

upgrade xdp-tools to 1.5.5 and add dnsdist_xdp.bpf.o
for dnsdist xsk AF_XDP

xdp-loader load green0 -P 90 -p /sys/fs/bpf/dnsdist \
    -n xdp_dns_filter /usr/lib/bpf/dnsdist_xdp.bpf.o

Signed-off-by: Vincent Li <vincent.mc.li@gmail.com>
This commit is contained in:
Vincent Li
2025-06-21 17:40:40 +00:00
parent d81f2b838e
commit b78ee945cd
2 changed files with 3 additions and 2 deletions

View File

@@ -25,7 +25,7 @@
include Config
VER = 1.5.4
VER = 1.5.5
THISAPP = xdp-tools-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -41,7 +41,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_BLAKE2 = ef0fddc9dc50cbd812851f63d44ef960964718257cbc54b477edb2f45871f71f53d3c1de42d39629f3b3461032e8ce305b666e3d1ea3d1823870a5f66bf3701e
$(DL_FILE)_BLAKE2 = 5b7772e2ffe2044073c6bc32b5ee44196145a0e13e61ea21e92a693ac45559f07995e71000d466623ce7bc57d46574c99324b7220eddc76d6ed3437aa2cdced9
install : $(TARGET)