Skip to content

Commit

Permalink
Merge pull request #666 from AltraMayor/lacp-bug
Browse files Browse the repository at this point in the history
dpdk: update branch for Gatekeeper v1.2
  • Loading branch information
AltraMayor authored Jan 25, 2024
2 parents 3c50621 + e722985 commit 4a16f85
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
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

0 comments on commit 4a16f85

Please sign in to comment.