Skip to content

Commit 41eea65

Browse files
committed
ipfixprobe: increased version, updated ChangeLog, released RPM package
4.15.0
1 parent 4f239ca commit 41eea65

File tree

3 files changed

+26
-1
lines changed

3 files changed

+26
-1
lines changed

ChangeLog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2024-12-27 ipfixprobe-4.15.0
2+
* dpdk: Add DPDK telemetry
3+
* dpdk: add DPDK port telemetry
4+
* dpdk: fix RSS configuration
5+
* ipfix-elements: fix NTP_USEC_TO_FRAC macro
6+
* docs: revision of web page
7+
* README: update telemetry section
8+
19
2024-11-14 ipfixprobe-4.14.0
210
* dpdk: set mempool size as rx queue size
311

NEWS

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
2024-12-27 (Pavel Siska): dpdk: Add DPDK telemetry
2+
2024-12-27 (Pavel Siska): dpdk: add DPDK port telemetry
3+
2024-12-27 (Pavel Siska): dpdk: add compatible definition macro to dpdkCompact Add RTE_ETH_RSS_GENEVE macro
4+
2024-12-27 (Pavel Siska): dpdk: fix RSS configuration
5+
2024-12-27 (Pavel Siska): dpdk: Add dpdkCompact - compatibility definitions for DPDK versions
6+
2024-12-16 (Pavel Siska): README - update build requirements
7+
2024-12-16 (Pavel Siska): configure.ac - add checks for telemetry and appfs libraries - Added AC_CHECK_LIB for 'telemetry' and 'appfs' to verify library availability. - Ensured 'LIBS' includes '-lappFs -ltelemetry' for proper linking. - Updated RPM dependencies by appending 'telemetry' to RPM_REQUIRES and RPM_BUILDREQ.
8+
2024-12-09 (Jan Sobol): ipfix-elements: fix NTP_USEC_TO_FRAC macro Use standard conversion to ntp timestamps as in https://tickelton.gitlab.io/articles/ntp-timestamps/.
9+
2024-11-28 (Pavel Siska): Readme - update telemetry docs
10+
2024-11-25 (Karel Hynek): docs: fix jekyll links
11+
2024-11-25 (Karel Hynek): docs: fix jekyll base url and update docs description
12+
2024-11-25 (Karel Hynek): docs: fix centering in the website footer
13+
2024-11-20 (Tomas Cejka): docs: revision of web page
14+
2024-11-15 (Karel Hynek): doc: FIX GitHub logo in footer
15+
2024-11-15 (Karel Hynek): README: FIX ipfixprobe logo and link to documentation
16+
2024-11-15 (Karel Hynek): Introduce doc using Jekyll & Update README (#232)
17+
118
2024-11-12 (Jan Sobol): dpdkDevice: use mempool size as rx queue size instead of burst size
219
2024-11-12 (Jan Sobol): dpdk: reduce value of DEFAULT_MBUF_POOL_SIZE to use it also as rx queue size
320

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.69])
5-
AC_INIT([ipfixprobe], [4.14.0], [[email protected]])
5+
AC_INIT([ipfixprobe], [4.15.0], [[email protected]])
66

77
AC_CONFIG_SRCDIR([main.cpp])
88
AC_CONFIG_HEADERS([config.h])

0 commit comments

Comments
 (0)