Skip to content

Commit 39a7247

Browse files
author
Andrew Yourtchenko (ghjobs)
committed
Retouch at Tue Jan 21 03:13:51 UTC 2025
1 parent c79c7f2 commit 39a7247

File tree

2 files changed

+78
-6
lines changed

2 files changed

+78
-6
lines changed

README.md

Lines changed: 39 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ Andrew Yourtchenko [email protected] or @ayourtch on twitter
4040

4141
@page release_notes_2502 Release notes for VPP 25.02
4242

43-
More than 255 commits since the previous release, including 95 fixes.
43+
More than 261 commits since the previous release, including 99 fixes.
4444

4545
## Release Highlights
4646

47-
These are the *DRAFT* release notes for the upcoming VPP 25.02 release, generated as on Mon Jan 20 02:21:10 UTC 2025.
47+
These are the *DRAFT* release notes for the upcoming VPP 25.02 release, generated as on Tue Jan 21 02:19:18 UTC 2025.
4848

4949
HIGHLIGHTS-PLACEHOLDER
5050

@@ -131,6 +131,22 @@ session_sdl_v2_details | only in image
131131
session_sdl_v2_dump | only in image
132132
session_sdl_v3_details | only in image
133133
session_sdl_v3_dump | only in image
134+
sflow_enable_disable | only in image
135+
sflow_enable_disable_reply | only in image
136+
sflow_header_bytes_get | only in image
137+
sflow_header_bytes_get_reply | only in image
138+
sflow_header_bytes_set | only in image
139+
sflow_header_bytes_set_reply | only in image
140+
sflow_interface_details | only in image
141+
sflow_interface_dump | only in image
142+
sflow_polling_interval_get | only in image
143+
sflow_polling_interval_get_reply | only in image
144+
sflow_polling_interval_set | only in image
145+
sflow_polling_interval_set_reply | only in image
146+
sflow_sampling_rate_get | only in image
147+
sflow_sampling_rate_get_reply | only in image
148+
sflow_sampling_rate_set | only in image
149+
sflow_sampling_rate_set_reply | only in image
134150
snort_client_details | only in image
135151
snort_client_disconnect | only in image
136152
snort_client_disconnect_reply | only in image
@@ -159,7 +175,7 @@ snort_interface_get_reply | only in image
159175
sw_interface_ip4_enable_disable | only in image
160176
sw_interface_ip4_enable_disable_reply | only in image
161177

162-
Found 54 api message signature differences
178+
Found 70 api message signature differences
163179

164180

165181
### Newly deprecated API messages
@@ -468,6 +484,22 @@ please collaborate with the feature maintainer on their productization.
468484
- sample_macswap_enable_disable_reply
469485
- set_ip_flow_hash_v3
470486
- set_ip_flow_hash_v3_reply
487+
- sflow_enable_disable
488+
- sflow_enable_disable_reply
489+
- sflow_header_bytes_get
490+
- sflow_header_bytes_get_reply
491+
- sflow_header_bytes_set
492+
- sflow_header_bytes_set_reply
493+
- sflow_interface_details
494+
- sflow_interface_dump
495+
- sflow_polling_interval_get
496+
- sflow_polling_interval_get_reply
497+
- sflow_polling_interval_set
498+
- sflow_polling_interval_set_reply
499+
- sflow_sampling_rate_get
500+
- sflow_sampling_rate_get_reply
501+
- sflow_sampling_rate_set
502+
- sflow_sampling_rate_set_reply
471503
- sr_localsids_with_packet_stats_details
472504
- sr_localsids_with_packet_stats_dump
473505
- sr_mobile_localsid_add_del
@@ -581,6 +613,10 @@ please collaborate with the feature maintainer on their productization.
581613
| ------- | ------- |
582614
| [6d4dbd4f2](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=6d4dbd4f2) | session: add auto sdl |
583615

616+
| @c src/plugins/sflow/sflow.api ||
617+
| ------- | ------- |
618+
| [e40f8a90b](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e40f8a90b) | sflow: initial checkin |
619+
584620
| @c src/plugins/af_xdp/af_xdp.api ||
585621
| ------- | ------- |
586622
| [0dd47bcf2](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=0dd47bcf2) | af_xdp: api cleanup |

RELEASE.md

Lines changed: 39 additions & 3 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 255 commits since the previous release, including 95 fixes.
3+
More than 261 commits since the previous release, including 99 fixes.
44

55
## Release Highlights
66

7-
These are the *DRAFT* release notes for the upcoming VPP 25.02 release, generated as on Mon Jan 20 02:21:10 UTC 2025.
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.
88

99
HIGHLIGHTS-PLACEHOLDER
1010

@@ -91,6 +91,22 @@ session_sdl_v2_details | only in image
9191
session_sdl_v2_dump | only in image
9292
session_sdl_v3_details | only in image
9393
session_sdl_v3_dump | only in image
94+
sflow_enable_disable | only in image
95+
sflow_enable_disable_reply | only in image
96+
sflow_header_bytes_get | only in image
97+
sflow_header_bytes_get_reply | only in image
98+
sflow_header_bytes_set | only in image
99+
sflow_header_bytes_set_reply | only in image
100+
sflow_interface_details | only in image
101+
sflow_interface_dump | only in image
102+
sflow_polling_interval_get | only in image
103+
sflow_polling_interval_get_reply | only in image
104+
sflow_polling_interval_set | only in image
105+
sflow_polling_interval_set_reply | only in image
106+
sflow_sampling_rate_get | only in image
107+
sflow_sampling_rate_get_reply | only in image
108+
sflow_sampling_rate_set | only in image
109+
sflow_sampling_rate_set_reply | only in image
94110
snort_client_details | only in image
95111
snort_client_disconnect | only in image
96112
snort_client_disconnect_reply | only in image
@@ -119,7 +135,7 @@ snort_interface_get_reply | only in image
119135
sw_interface_ip4_enable_disable | only in image
120136
sw_interface_ip4_enable_disable_reply | only in image
121137

122-
Found 54 api message signature differences
138+
Found 70 api message signature differences
123139

124140

125141
### Newly deprecated API messages
@@ -428,6 +444,22 @@ please collaborate with the feature maintainer on their productization.
428444
- sample_macswap_enable_disable_reply
429445
- set_ip_flow_hash_v3
430446
- set_ip_flow_hash_v3_reply
447+
- sflow_enable_disable
448+
- sflow_enable_disable_reply
449+
- sflow_header_bytes_get
450+
- sflow_header_bytes_get_reply
451+
- sflow_header_bytes_set
452+
- sflow_header_bytes_set_reply
453+
- sflow_interface_details
454+
- sflow_interface_dump
455+
- sflow_polling_interval_get
456+
- sflow_polling_interval_get_reply
457+
- sflow_polling_interval_set
458+
- sflow_polling_interval_set_reply
459+
- sflow_sampling_rate_get
460+
- sflow_sampling_rate_get_reply
461+
- sflow_sampling_rate_set
462+
- sflow_sampling_rate_set_reply
431463
- sr_localsids_with_packet_stats_details
432464
- sr_localsids_with_packet_stats_dump
433465
- sr_mobile_localsid_add_del
@@ -541,6 +573,10 @@ please collaborate with the feature maintainer on their productization.
541573
| ------- | ------- |
542574
| [6d4dbd4f2](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=6d4dbd4f2) | session: add auto sdl |
543575

576+
| @c src/plugins/sflow/sflow.api ||
577+
| ------- | ------- |
578+
| [e40f8a90b](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e40f8a90b) | sflow: initial checkin |
579+
544580
| @c src/plugins/af_xdp/af_xdp.api ||
545581
| ------- | ------- |
546582
| [0dd47bcf2](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=0dd47bcf2) | af_xdp: api cleanup |

0 commit comments

Comments
 (0)