Skip to content

Commit

Permalink
issue: 321712 ****************** VMA 9.8.40 ******************
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Grissik <agrissik@nvidia.com>
  • Loading branch information
AlexanderGrissik committed Sep 12, 2023
1 parent 6fe417f commit ae7f37c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
Version 9.8.40-1:
Date + Time 2023-09-12
=============================================================
Removed:
- RM #3593939 DPCP dependency

Fixed:
- RM #3591039 Wrong lwip seqno wrap around condition
- RM #3591039 Type overflow during trimming TCP seg
- RM #3591039 Ref count for mem_buf chains
- RM #3591039 GRO retransmitted TCP stream
- RM #3591039 Incorrect pbuf chain split
- RM #3604175 Fixing stuck empty rx ring cleanup

Version 9.8.31-1:
Date + Time 2023-07-10
=============================================================
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dnl===-----------------------------------------------------------------------===
#
define([prj_ver_major], 9)
define([prj_ver_minor], 8)
define([prj_ver_revision], 31)
define([prj_ver_revision], 40)
define([prj_ver_release], esyscmd([echo ${PRJ_RELEASE:=0}]))


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

%changelog
* Mon Jul 10 2023 NVIDIA CORPORATION <networking-support@nvidia.com> 9.8.31-1
- Bump version to 9.8.31
* Tue Sep 12 2023 NVIDIA CORPORATION <networking-support@nvidia.com> 9.8.40-1
- Bump version to 9.8.40
- Please refer to CHANGES for full changelog.

0 comments on commit ae7f37c

Please sign in to comment.