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

vpp: upgrade to v23-10 (29 sept 23) #638

Merged
merged 1 commit into from
Oct 30, 2023
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
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