From 97cf479ba64b63276ad1c9c8af2a544dd03e1104 Mon Sep 17 00:00:00 2001 From: Pavel Siska Date: Thu, 14 Nov 2024 12:42:12 +0100 Subject: [PATCH] ipfixprobe: increased version, updated ChangeLog, released RPM package --- ChangeLog | 3 +++ NEWS | 3 +++ configure.ac | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 06744600..5dae2b09 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2024-11-14 ipfixprobe-4.14.0 + * dpdk: set mempool size as rx queue size + 2024-10-17 ipfixprobe-4.13.0 * usability: introduce docker/podman container to convert PCAP files to CSV * IPFIX: fix order of TCP options flags diff --git a/NEWS b/NEWS index b519d503..e50af088 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +2024-11-12 (Jan Sobol): dpdkDevice: use mempool size as rx queue size instead of burst size +2024-11-12 (Jan Sobol): dpdk: reduce value of DEFAULT_MBUF_POOL_SIZE to use it also as rx queue size + 2024-10-17 (Tomas Cejka): doc: include generated Doxyfile to create documentation 2024-10-17 (Tomas Cejka): doc: add doxygen comment for parse_packet() 2024-10-16 (Jan Sobol): dpdk-ring - fix checking if any packet has actually been parsed diff --git a/configure.ac b/configure.ac index c8f2ee0e..d3038b14 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([ipfixprobe], [4.13.0], [nemea@cesnet.cz]) +AC_INIT([ipfixprobe], [4.14.0], [nemea@cesnet.cz]) AC_CONFIG_SRCDIR([main.cpp]) AC_CONFIG_HEADERS([config.h])