Skip to content

Commit

Permalink
issue: 321712 ****************** VMA 9.3.0 *******************
Browse files Browse the repository at this point in the history
Signed-off-by: Igor Ivanov <igori@nvidia.com>
  • Loading branch information
igor-ivanov committed May 11, 2021
1 parent 85efa3d commit 379f9f0
Showing 2 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
Version 9.3.0-0:
Date + Time 2021-05-11
=============================================================
Added:
- RM #2563722 Remove multi packets (MP-RQ) deprecated code
- RM #2443982 Add tests for vma_socketxtreme_poll()
- RM #2497142 Move to google test 1.7.0 usage
- RM #2368612 Align rpm spec with last Fedora requirements
- RM #2432813 Update License date to 2021

Fixed:
- RM #2568298 Fix issue detected by cov-2020.06
- RM #2246994 Set proper FIN/RST flags for split segments
- RM #2366027 Fix big-endian support for TIMESTAMP option
- RM #2280628 Add missed TIMESTAMP option
- RM #2446197 Skip team interface when check bonding
- RM #2449153 Fix lkey getter in ring_bond
- RM #2409546 Fix usage of memory after it is freed in daemon
- RM #2460203 Fix issue in migration logic
- RM #2130901 Fix issue in logic VMA_PROGRESS_ENGINE_WCE_MAX=0

Version 9.2.2-0:
Date + Time 2020-12-12
=============================================================
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -13,8 +13,8 @@ dnl===-----------------------------------------------------------------------===
# Update version number here:
#
define([vma_ver_major], 9)
define([vma_ver_minor], 2)
define([vma_ver_revision], 2)
define([vma_ver_minor], 3)
define([vma_ver_revision], 0)
define([vma_ver_release], esyscmd([echo ${VMA_RELEASE:=0}]))


0 comments on commit 379f9f0

Please sign in to comment.