-
Notifications
You must be signed in to change notification settings - Fork 173
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update * update * Update ebpf_net_manager.yml * Update ebpf_net_manager.yml * Update ebpf_net_manager.yml * Update ebpf_net_manager.yml * Update ebpf_net_manager.yml * Update ebpf_net_manager.yml * net * Update ebpf_net_manager.yml * Update ebpf_net_manager.yml * Update ebpf_net_manager.yml * Update ebpf_net_manager.yml * Update ebpf_net_manager.yml * Update ebpf_net_manager.yml * Update ebpf_net_manager.yml * Update ebpf_net_manager.yml * Update ebpf_net_manager.yml
- Loading branch information
1 parent
4758327
commit 35b9b48
Showing
15 changed files
with
2,532 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
eBPF_Supermarket/Network_Subsystem/net_manager/net_manager/Makefile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) | ||
|
||
XDP_TARGETS := xdp_prog_kern | ||
USER_TARGETS := xdp_loader | ||
|
||
COMMON_DIR = ../common | ||
|
||
# Extend with another COMMON_OBJS | ||
COMMON_OBJS += $(COMMON_DIR)/common_user_bpf_xdp.o | ||
|
||
|
||
EXTRA_DEPS := $(COMMON_DIR)/parsing_helpers.h | ||
|
||
include $(COMMON_DIR)/common.mk |
Oops, something went wrong.