Skip to content

Commit 81fc958

Browse files
committed
issue: 321712 ****************** VMA 8.3.3 *******************
Signed-off-by: Ophir Munk <[email protected]>
1 parent ec3f84a commit 81fc958

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ AC_PREREQ(2.59)
44
#
55
define([vma_ver_major], 8)
66
define([vma_ver_minor], 3)
7-
define([vma_ver_revision], 2)
7+
define([vma_ver_revision], 3)
88
define([vma_ver_release], 0)
99

1010
AC_INIT(libvma, [vma_ver_major.vma_ver_minor.vma_ver_revision], [email protected])
@@ -43,7 +43,7 @@ VMA_LIBRARY_MINOR=3
4343
AC_SUBST(VMA_LIBRARY_MINOR)
4444

4545
#VMA_LIBRARY_REVISION-vma_ver_revision
46-
VMA_LIBRARY_REVISION=2
46+
VMA_LIBRARY_REVISION=3
4747
AC_SUBST(VMA_LIBRARY_REVISION)
4848

4949
#VMA_LIBRARY_RELEASE-vma_ver_release

journal.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
Version 8.3.3-0:
2+
Date + Time 2017-04-25
3+
=============================================================
4+
Added:
5+
- RM #1030331 Update global_sn update in cq_mgr_mlx5 class
6+
7+
Fixed:
8+
- RM #1030299 Fix wrong consumer index in request notification
9+
- RM #1027659 Fix timestamp cqe conversion in prm poll
10+
- RM #1030134 Fix RX UDP hardware timestamp calculation
11+
- RM #1029468 Fix crash in cq_mgr_mlx5 destructor
12+
- RM #1029287 Fix RX UDP local if in buffer descriptor
13+
114
Version 8.3.2-0:
215
Date + Time 2017-04-20
316
=============================================================

0 commit comments

Comments
 (0)