Skip to content

Commit dfbd2f2

Browse files
authored
Merge pull request #257 from CESNET/new-version-4.16.0
ipfixprobe: increased version, updated ChangeLog, released RPM package
2 parents 3a7d52d + 2b9dbf7 commit dfbd2f2

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2025-02-14 ipfixprobe-4.16.0
2+
* Parser: Fix packet parsing issue when --with-pcap is enabled
3+
* DPDK: Increase default mempool size from 4096 to 8192
4+
* DPDK: Set RX queue size as (mempool size / 2)
5+
* DPDK: Fix multiple DPDK telemetry files registration
6+
17
2024-12-27 ipfixprobe-4.15.0
28
* dpdk: Add DPDK telemetry
39
* dpdk: add DPDK port telemetry

NEWS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2025-02-06 (Pavel Siska): Parser - Fix packet parsing issue when --with-pcap is enabled Ensure correct packet parsing for input modules like dpdk, dpdk-ring, and nfb when compiled with --with-pcap. Previously, the parser relied on opt->datalink, which these inputs do not set, leading to incorrect layer detection. Now, it correctly defaults to Ethernet when necessary.
2+
2025-02-06 (Pavel Siska): Dpdk - increase default mempool size from 4096 to 8192
3+
2025-02-06 (Pavel Siska): Dpdk - set RX queue size as (mempool size / 2)
4+
2025-01-02 (Pavel Siska): dpdk: fix multiple dpdk telemetry files registration
5+
16
2024-12-27 (Pavel Siska): dpdk: Add DPDK telemetry
27
2024-12-27 (Pavel Siska): dpdk: add DPDK port telemetry
38
2024-12-27 (Pavel Siska): dpdk: add compatible definition macro to dpdkCompact Add RTE_ETH_RSS_GENEVE macro

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.15.0], [[email protected]])
5+
AC_INIT([ipfixprobe], [4.16.0], [[email protected]])
66

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

0 commit comments

Comments
 (0)