Skip to content

Commit 97cf479

Browse files
committed
ipfixprobe: increased version, updated ChangeLog, released RPM package
1 parent f03a3a0 commit 97cf479

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2024-11-14 ipfixprobe-4.14.0
2+
* dpdk: set mempool size as rx queue size
3+
14
2024-10-17 ipfixprobe-4.13.0
25
* usability: introduce docker/podman container to convert PCAP files to CSV
36
* IPFIX: fix order of TCP options flags

NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2024-11-12 (Jan Sobol): dpdkDevice: use mempool size as rx queue size instead of burst size
2+
2024-11-12 (Jan Sobol): dpdk: reduce value of DEFAULT_MBUF_POOL_SIZE to use it also as rx queue size
3+
14
2024-10-17 (Tomas Cejka): doc: include generated Doxyfile to create documentation
25
2024-10-17 (Tomas Cejka): doc: add doxygen comment for parse_packet()
36
2024-10-16 (Jan Sobol): dpdk-ring - fix checking if any packet has actually been parsed

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

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

0 commit comments

Comments
 (0)