Skip to content

Commit

Permalink
vpp: upgrade to v24.02-rc0 (29 sept 23)
Browse files Browse the repository at this point in the history
Notable changes are

* a181eaa59 - virtio: add support for tx-queue-size
* 61ab09472 - dpdk: bump rdma-core to 46.1
* 442189849 - dpdk: bump to DPDK 23.07

Signed-off-by: Nathan Skrzypczak <[email protected]>
  • Loading branch information
sknat committed Oct 30, 2023
1 parent a152b3b commit af1ec91
Show file tree
Hide file tree
Showing 26 changed files with 787 additions and 68 deletions.
17 changes: 10 additions & 7 deletions vpp-manager/images/ubuntu-build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,25 @@ RUN apt-get update \
curl build-essential autoconf automake ccache \
debhelper dkms git libtool libapr1-dev dh-python \
libconfuse-dev git-review exuberant-ctags cscope pkg-config \
lcov chrpath autoconf libnuma-dev \
gcovr lcov chrpath autoconf libnuma-dev \
python3-all python3-setuptools check \
libffi-dev python3-ply \
cmake ninja-build uuid-dev python3-jsonschema python3-yaml \
cmake ninja-build python3-jsonschema python3-yaml \
python3-venv \
python3-dev python3-pip \
libnl-3-dev libnl-route-3-dev libmnl-dev \
python3-virtualenv \
libssl-dev \
libelf-dev \
libpcap-dev iperf ethtool \
libelf-dev libpcap-dev \
iperf3 \
nasm \
clang clang-format-11 \
enchant-2 \
libffi7
iperf ethtool \
libpcap-dev \
python3-virtualenv \
libssl-dev \
clang clang-format-11 \
libffi7 \
enchant-2

WORKDIR /

Expand Down
1 change: 1 addition & 0 deletions vpp-manager/images/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ RUN apt-get update \
&& apt-get install -y openssl libapr1 libnuma1 \
libmbedcrypto7 libmbedtls14 libmbedx509-1 libsubunit0 \
iproute2 ifupdown ethtool libnl-3-dev libnl-route-3-dev \
libpcap0.8 \
&& rm -rf /var/lib/apt/lists/*

# set work directory
Expand Down
4 changes: 4 additions & 0 deletions vpplink/generated/bindings/af_packet/af_packet.ba.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

128 changes: 125 additions & 3 deletions vpplink/generated/bindings/af_xdp/af_xdp.ba.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions vpplink/generated/bindings/af_xdp/af_xdp_rpc.ba.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 7 additions & 4 deletions vpplink/generated/bindings/cnat/cnat.ba.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit af1ec91

Please sign in to comment.