Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dpdk: update branch for Gatekeeper v1.2 #666

Merged
merged 1 commit into from
Jan 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
libhugetlbfs-bin build-essential gcc-multilib linux-headers-`uname -r`
libmnl0 libmnl-dev libkmod2 libkmod-dev libnuma-dev libelf1 libelf-dev
libc6-dev-i386 autoconf flex bison libncurses5-dev libreadline-dev
python libcap-dev libcap2 meson ninja-build pkg-config
python python3-pyelftools libcap-dev libcap2 meson ninja-build
pkg-config

- name: Setup Gatekeeper
run: sudo ./setup.sh
Expand Down
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[submodule "dependencies/dpdk"]
path = dependencies/dpdk
url = https://github.com/cjdoucette/dpdk
branch = gkv1.2
branch = gkv1.2b
[submodule "dependencies/luajit-2.0"]
path = dependencies/luajit-2.0
url = https://github.com/AltraMayor/luajit.git
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,8 @@ the folder `bpf/`.
The `autoconf`, `flex`, `bison`, `libncurses5-dev`, and
`libreadline-dev` packages are for BIRD. The `devscripts` package is used to
build Gatekeeper Debian packages.
`python` is needed to be able to run the `dpdk-devbind.py` script.
The packages `python` and `python3-pyelftools` are needed to build DPDK and to
run Python scripts such as `dpdk-devbind.py`.
`libcap-dev` is needed to compile Gatekeeper, but only `libcap2` is needed
to run Gatekeeper.
`meson` and `ninja-build` are needed for building DPDK.
Expand Down
2 changes: 1 addition & 1 deletion dependencies/dpdk
Submodule dpdk updated 2820 files