Skip to content

Commit

Permalink
version: 3.31.0
Browse files Browse the repository at this point in the history
Signed-off-by: Gal Noam <gnoam@nvidia.com>
  • Loading branch information
galnoam committed May 2, 2024
1 parent 7c61634 commit fc48742
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
Version 3.31.0-1:
Date + Time 2024-05-01
=============================================================
Added:
- RM #3832212 Print a deprecation warning for XLIO_TX/RX_BUFS

Fixed:
- RM #3857909 Missed interrupts when high RX traffic rate stops
- RM #3598943 higher CPU util then kernel with Nginx with high payloads
- RM #3854806 Tx buffer pool leak with sockperf scenarios enabling zcopy
- RM #3858121 Issues with XLIO stats functionality

Version 3.30.5-1:
Date + Time 2024-0-09
=============================================================
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ dnl===-----------------------------------------------------------------------===
# Update version number here:
#
define([prj_ver_major], 3)
define([prj_ver_minor], 30)
define([prj_ver_revision], 5)
define([prj_ver_minor], 31)
define([prj_ver_revision], 0)
define([prj_ver_release], esyscmd([echo ${PRJ_RELEASE:=0}]))


Expand Down
4 changes: 2 additions & 2 deletions contrib/scripts/libxlio.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ fi
%{_mandir}/man8/xlio_stats.*

%changelog
* Tue Apr 9 2024 NVIDIA CORPORATION <networking-support@nvidia.com> 3.30.5-1
- Bump version to 3.30.5
* Wed May 1 2024 NVIDIA CORPORATION <networking-support@nvidia.com> 3.31.0-1
- Bump version to 3.31.0
- Please refer to CHANGES for full changelog.

0 comments on commit fc48742

Please sign in to comment.