Skip to content

Commit

Permalink
vpp: upgrade vpp to 24.02-rc0~186
Browse files Browse the repository at this point in the history
Notable changes:
* b1a1209ce dpdk: bump rdma-core to 49.0 - Dave Wallace
* 327c32306 dpdk: bump to DPDK 23.11 - Kai Ji
* 006c071b0 dpdk: add Mellanox BlueField NICs - Alexander Kozyrev
* 029f039d5 dpdk: add ConnectX-6LX and ConnectX-7 support - Alexander Kozyrev
* 2d725c612 ena: Amazon Elastic Network Adapter (ENA) native driver - Damjan Marion
* 67f03ba71 iavf: interrupt mode support - Damjan Marion
* 29d07dbef af_packet: remove UNIX_FILE_EVENT_EDGE_TRIGGERED flag - Artem Glazychev
* 47447f1f5 iavf: new driver using new dev infra - Damjan Marion

* 589fe7ca6 cnat: add flow hash config to cnat translation - hedi bouattour

* 7f75e80f0 vppinfra: refactor interrupt code - Damjan Marion
* ddf6cec37 dev: initial set of APIs - Damjan Marion
* b8dd9815e dev: interrupt mode support - Damjan Marion
  • Loading branch information
hedibouattour committed Feb 1, 2024
1 parent 9126945 commit f3b53f7
Show file tree
Hide file tree
Showing 6 changed files with 403 additions and 14 deletions.
3 changes: 2 additions & 1 deletion vpp-manager/images/ubuntu-build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ RUN apt-get update \
libssl-dev \
clang clang-format-11 \
libffi7 \
enchant-2
enchant-2 \
tshark

WORKDIR /

Expand Down
326 changes: 324 additions & 2 deletions vpplink/generated/bindings/ipsec/ipsec.ba.go

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

Loading

0 comments on commit f3b53f7

Please sign in to comment.