Skip to content

Commit

Permalink
pluggable dpif netdev.
Browse files Browse the repository at this point in the history
Signed-off-by: Roi Dayan <[email protected]>
Change-Id: Id28aa38f23af0ecfec50f7b99df9c8883a18ace2
  • Loading branch information
roidayan committed Aug 12, 2024
1 parent f37e39e commit 7ce2795
Show file tree
Hide file tree
Showing 6 changed files with 16,231 additions and 0 deletions.
12 changes: 12 additions & 0 deletions lib/automake.mk
Original file line number Diff line number Diff line change
Expand Up @@ -772,3 +772,15 @@ lib_dpif_netlink2_la_LDFLAGS = -shared -module \
$(OVS_LTINFO) \
$(AM_LDFLAGS)
lib_dpif_netlink2_la_SOURCES = lib/dpif-netlink2.c

lib_LTLIBRARIES += lib/dpif-netdev2.la
lib_dpif_netdev2_la_LDFLAGS = -shared -module \
$(OVS_LTINFO) \
$(AM_LDFLAGS)
lib_dpif_netdev2_la_SOURCES = \
lib/dpif-netdev2.c \
lib/dpif-netdev2.h \
lib/dpif-netdev-ext2.c \
lib/dpif-netdev-ext2.h \
lib/netdev-offload-ext.c \
lib/netdev-offload-ext.h
Loading

0 comments on commit 7ce2795

Please sign in to comment.