From 0583b0f8f2f72986d9379e1ab811abb31651029c Mon Sep 17 00:00:00 2001 From: Christian Deacon Date: Tue, 6 Jun 2023 21:30:03 +0000 Subject: [PATCH] Add comment to Makefile regarding using shared objects over static for LibXDP. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index ff482b2..8d2586b 100644 --- a/Makefile +++ b/Makefile @@ -27,6 +27,7 @@ LIBBPFOBJS += $(LIBBPFSRC)/staticobjs/nlattr.o $(LIBBPFSRC)/staticobjs/relo_core LIBBPFOBJS += $(LIBBPFSRC)/staticobjs/str_error.o $(LIBBPFSRC)/staticobjs/strset.o $(LIBBPFSRC)/staticobjs/usdt.o # LibXDP objects. +# To Do: Figure out why static objects produces errors relating to unreferenced functions with dispatcher. LIBXDPOBJS = $(LIBXDPDIR)/sharedobjs/xsk.o $(LIBXDPDIR)/sharedobjs/libxdp.o # Main program's objects.