From c92a5bccfb8c1a549ebf45e87f2a01052a334dd9 Mon Sep 17 00:00:00 2001 From: Gal Noam Date: Mon, 7 Oct 2024 19:57:07 +0300 Subject: [PATCH] version: 3.40.2 Signed-off-by: Gal Noam --- CHANGES | 8 ++++++++ configure.ac | 2 +- contrib/scripts/libxlio.spec.in | 4 ++-- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index ca4dad9a0..7c14ff277 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,11 @@ +Version 3.40.2-1: +Date + Time 2024-10-07 +============================================================= +Fixed: + - RM #4082058 3.40.1 is causing a performance degradation with multiple nginx scenarios + - RM #4071902 Getting low CPS Performance and wrong duration when running PKA with XLIO + - RM #4021863 XLIO with wrk while enabling multiple threads fails with a seg fault + Version 3.40.1-1: Date + Time 2024-09-11 ============================================================= diff --git a/configure.ac b/configure.ac index 5450b4288..0cfb48408 100644 --- a/configure.ac +++ b/configure.ac @@ -14,7 +14,7 @@ dnl===-----------------------------------------------------------------------=== # define([prj_ver_major], 3) define([prj_ver_minor], 40) -define([prj_ver_revision], 1) +define([prj_ver_revision], 2) define([prj_ver_release], esyscmd([echo ${PRJ_RELEASE:=0}])) diff --git a/contrib/scripts/libxlio.spec.in b/contrib/scripts/libxlio.spec.in index 5456567b3..fd218d6c2 100644 --- a/contrib/scripts/libxlio.spec.in +++ b/contrib/scripts/libxlio.spec.in @@ -189,7 +189,7 @@ fi %{_mandir}/man8/xlio_stats.* %changelog -* Wed Sep 11 2024 NVIDIA CORPORATION 3.40.1-1 -- Bump version to 3.40.1 +* Mon Oct 7 2024 NVIDIA CORPORATION 3.40.2-1 +- Bump version to 3.40.2 - Please refer to CHANGES for full changelog.