Skip to content

Commit ada177e

Browse files
author
Andrew Yourtchenko (ghjobs)
committed
Auto-update at Wed Jan 22 03:17:24 UTC 2025
1 parent 39a7247 commit ada177e

File tree

1 file changed

+33
-29
lines changed

1 file changed

+33
-29
lines changed

RELEASE-GENERATED.md

Lines changed: 33 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
@page release_notes_2502 Release notes for VPP 25.02
22

3-
More than 261 commits since the previous release, including 99 fixes.
3+
More than 269 commits since the previous release, including 100 fixes.
44

55
## Release Highlights
66

7-
These are the *DRAFT* release notes for the upcoming VPP 25.02 release, generated as on Tue Jan 21 02:19:18 UTC 2025.
7+
These are the *DRAFT* release notes for the upcoming VPP 25.02 release, generated as on Wed Jan 22 02:21:29 UTC 2025.
88

99
HIGHLIGHTS-PLACEHOLDER
1010

@@ -15,6 +15,7 @@ HIGHLIGHTS-PLACEHOLDER
1515
- Bump to ipsecmb v2.0 ([de020ab47](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=de020ab47))
1616
- DPDK
1717
- Update rdma-core to 55.0 ([eaf1059c8](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=eaf1059c8))
18+
- Bump to DPDK 24.11.1 ([82f9167e4](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=82f9167e4))
1819
- Host Stack Applications
1920
- Added request repeating to http client ([d74e440f2](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=d74e440f2))
2021
- Proxying UDP in HTTP/1.1 ([c19cca931](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=c19cca931))
@@ -25,13 +26,16 @@ HIGHLIGHTS-PLACEHOLDER
2526
- Add crypto framework ([6937c0b2d](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=6937c0b2d))
2627
- Add support for hmac\_md5 and chachapoly ([3ac40b94c](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=3ac40b94c))
2728
- Update octeon roc version ([d023a7e26](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=d023a7e26))
29+
- Add direct mode changes in crypto datapath ([d3df84523](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=d3df84523))
2830
- Snort plugin
2931
- API functions for plugin ([e3ad5aa68](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e3ad5aa68))
3032
- Python binding for the VPP API
3133
- Vpp\_papi asyncio support ([0ad98a8c9](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=0ad98a8c9))
3234
- VNET
3335
- Bidirectional Forwarding Detection (BFD)
3436
- Add support for multihop ([17a918133](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=17a918133))
37+
- Crypto Infra
38+
- Add async algo macros for ctr sha2 ([9b58a8ec0](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9b58a8ec0))
3539
- New Device Drivers Infra
3640
- Introduce consistent\_qp feature ([825691419](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=825691419))
3741
- Secondary interfaces support ([61e287b9f](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=61e287b9f))
@@ -532,57 +536,57 @@ please collaborate with the feature maintainer on their productization.
532536

533537
### Patches that changed API definitions
534538

535-
| @c src/vnet/devices/tap/tapv2.api ||
539+
| @c src/plugins/snort/snort.api ||
536540
| ------- | ------- |
537-
| [91e63915e](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=91e63915e) | tap: update tap_flags |
541+
| [e3ad5aa68](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e3ad5aa68) | snort: API functions for plugin |
538542

539-
| @c src/vnet/session/session.api ||
543+
| @c src/plugins/auto_sdl/auto_sdl.api ||
540544
| ------- | ------- |
541-
| [e0c4e6e32](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e0c4e6e32) | session: session table holding free appns index |
542-
| [6f173171b](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=6f173171b) | session: fix SDL to use remote instead local |
545+
| [6d4dbd4f2](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=6d4dbd4f2) | session: add auto sdl |
543546

544-
| @c src/vnet/srv6/sr_types.api ||
547+
| @c src/plugins/http_static/http_static.api ||
545548
| ------- | ------- |
546-
| [c68c97083](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=c68c97083) | sr : enable SRv6 uSID in the SRv6 API |
549+
| [a4597a74a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=a4597a74a) | http_static: api add keepalive-timeout |
547550

548-
| @c src/vnet/bfd/bfd.api ||
551+
| @c src/plugins/af_xdp/af_xdp.api ||
549552
| ------- | ------- |
550-
| [17a918133](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=17a918133) | bfd: add support for multihop |
553+
| [0dd47bcf2](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=0dd47bcf2) | af_xdp: api cleanup |
551554

552-
| @c src/vnet/pg/pg.api ||
555+
| @c src/plugins/ikev2/ikev2.api ||
553556
| ------- | ------- |
554-
| [0b1bd9df3](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=0b1bd9df3) | pg: add support to delete pg interface |
557+
| [379a454aa](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=379a454aa) | tests: reduce sleep interval in ikev2 sa rekey test |
555558

556-
| @c src/vnet/dev/dev.api ||
559+
| @c src/plugins/sflow/sflow.api ||
557560
| ------- | ------- |
558-
| [825691419](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=825691419) | dev: introduce consistent_qp feature |
561+
| [e40f8a90b](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e40f8a90b) | sflow: initial checkin |
559562

560-
| @c src/vnet/ip/ip.api ||
563+
| @c src/vnet/dev/dev.api ||
561564
| ------- | ------- |
562-
| [18eedde9f](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=18eedde9f) | ip: add enable ip4 api |
565+
| [825691419](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=825691419) | dev: introduce consistent_qp feature |
563566

564-
| @c src/plugins/ikev2/ikev2.api ||
567+
| @c src/vnet/session/session.api ||
565568
| ------- | ------- |
566-
| [379a454aa](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=379a454aa) | tests: reduce sleep interval in ikev2 sa rekey test |
569+
| [e0c4e6e32](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e0c4e6e32) | session: session table holding free appns index |
570+
| [6f173171b](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=6f173171b) | session: fix SDL to use remote instead local |
567571

568-
| @c src/plugins/snort/snort.api ||
572+
| @c src/vnet/pg/pg.api ||
569573
| ------- | ------- |
570-
| [e3ad5aa68](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e3ad5aa68) | snort: API functions for plugin |
574+
| [0b1bd9df3](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=0b1bd9df3) | pg: add support to delete pg interface |
571575

572-
| @c src/plugins/auto_sdl/auto_sdl.api ||
576+
| @c src/vnet/ip/ip.api ||
573577
| ------- | ------- |
574-
| [6d4dbd4f2](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=6d4dbd4f2) | session: add auto sdl |
578+
| [18eedde9f](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=18eedde9f) | ip: add enable ip4 api |
575579

576-
| @c src/plugins/sflow/sflow.api ||
580+
| @c src/vnet/bfd/bfd.api ||
577581
| ------- | ------- |
578-
| [e40f8a90b](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e40f8a90b) | sflow: initial checkin |
582+
| [17a918133](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=17a918133) | bfd: add support for multihop |
579583

580-
| @c src/plugins/af_xdp/af_xdp.api ||
584+
| @c src/vnet/devices/tap/tapv2.api ||
581585
| ------- | ------- |
582-
| [0dd47bcf2](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=0dd47bcf2) | af_xdp: api cleanup |
586+
| [91e63915e](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=91e63915e) | tap: update tap_flags |
583587

584-
| @c src/plugins/http_static/http_static.api ||
588+
| @c src/vnet/srv6/sr_types.api ||
585589
| ------- | ------- |
586-
| [a4597a74a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=a4597a74a) | http_static: api add keepalive-timeout |
590+
| [c68c97083](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=c68c97083) | sr : enable SRv6 uSID in the SRv6 API |
587591

588592

0 commit comments

Comments
 (0)