File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ dnl===-----------------------------------------------------------------------===
14
14
#
15
15
define ( [ vma_ver_major] , 8 )
16
16
define ( [ vma_ver_minor] , 8 )
17
- define ( [ vma_ver_revision] , 2 )
17
+ define ( [ vma_ver_revision] , 3 )
18
18
define ( [ vma_ver_release] , 0 )
19
19
20
20
@@ -30,7 +30,7 @@ AC_CONFIG_HEADER([config.h])
30
30
31
31
VMA_LIBRARY_MAJOR=8
32
32
VMA_LIBRARY_MINOR=8
33
- VMA_LIBRARY_REVISION=2
33
+ VMA_LIBRARY_REVISION=3
34
34
VMA_LIBRARY_RELEASE=0
35
35
36
36
AC_DEFINE_UNQUOTED ( VMA_LIBRARY_MAJOR , ${VMA_LIBRARY_MAJOR} , [ VMA Major Version] )
Original file line number Diff line number Diff line change
1
+ Version 8.8.3-0:
2
+ Date + Time 2019-04-15
3
+ =============================================================
4
+ Added:
5
+ - RM #1512054 Add warning in case Device Memory can not be used
6
+ - RM #1718617 Update valgrind suppression file
7
+ - RM #1701456 Enable mlx4 flow steering warning for VM
8
+
9
+ Fixed:
10
+ - RM #1732395 Detect CPU Frequency for aarch64
11
+ - RM #1564149 Add RTM_DELLINK processing
12
+ - RM #1566916 Do not call ibv_get_async_event() after getting IBV_EVENT_DEVICE_FATAL
13
+ - RM #1663915 Fix destroy qp collision for ring_eth_cb
14
+ - RM #1687458 Fix double free of TCP timer event
15
+
1
16
Version 8.8.2-0:
2
17
Date + Time 2019-02-20
3
18
=============================================================
You can’t perform that action at this time.
0 commit comments