File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ AC_PREREQ(2.59)
4
4
#
5
5
define ( [ vma_ver_major] , 8 )
6
6
define ( [ vma_ver_minor] , 3 )
7
- define ( [ vma_ver_revision] , 2 )
7
+ define ( [ vma_ver_revision] , 3 )
8
8
define ( [ vma_ver_release] , 0 )
9
9
10
10
AC_INIT ( libvma ,
[ vma_ver_major.vma_ver_minor.vma_ver_revision] ,
[email protected] )
@@ -43,7 +43,7 @@ VMA_LIBRARY_MINOR=3
43
43
AC_SUBST ( VMA_LIBRARY_MINOR )
44
44
45
45
# VMA_LIBRARY_REVISION-vma_ver_revision
46
- VMA_LIBRARY_REVISION=2
46
+ VMA_LIBRARY_REVISION=3
47
47
AC_SUBST ( VMA_LIBRARY_REVISION )
48
48
49
49
# VMA_LIBRARY_RELEASE-vma_ver_release
Original file line number Diff line number Diff line change
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
+
1
14
Version 8.3.2-0:
2
15
Date + Time 2017-04-20
3
16
=============================================================
You can’t perform that action at this time.
0 commit comments