File tree Expand file tree Collapse file tree 2 files changed +22
-2
lines changed Expand file tree Collapse file tree 2 files changed +22
-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] , 6 )
17
- define ( [ vma_ver_revision] , 0 )
17
+ define ( [ vma_ver_revision] , 1 )
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=6
33
- VMA_LIBRARY_REVISION=0
33
+ VMA_LIBRARY_REVISION=1
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.6.1-0:
2
+ Date + Time 2018-05-06
3
+ =============================================================
4
+ Added:
5
+ - RM #1348872 Add capabiliy mask to device data
6
+ - RM #1348872 Add support retrieving the memory used by RING_CB
7
+ - RM #1348872 Add support to get RING_CB HW descriptors
8
+ - RM #1348872 add external mem support for RING_CB
9
+ - RM #1376089 Always use at least four WQEs with MP_RQ
10
+ - RM #1376088 use DUMP_LKEY to strip down network
11
+ - RM #1182150 Support UDP HW RX timestamp in SocketXtreme (#605)
12
+ - RM #1353974 Use ib_ctx inside ring to convert CQE TS to timespec (#599)
13
+ - RM #1332983 Add some debug prints to ring_cb (#595)
14
+ - RM #1075188 Reduce unnecessary socketxtreme code
15
+ - RM #1075188 Unify setsockopt/getsockopt
16
+ Fixed:
17
+ - RM #1375982 Modify libnl3-route-dev error message (#608)
18
+ - RM #1357010 Fix setsockopt(IP_MULTICAST_IF) with struct mreq (#613)
19
+ - RM #1354251 Fix statistics for socketXreme income data (#611)
20
+
1
21
Version 8.6.0-0:
2
22
Date + Time 2018-03-22
3
23
=============================================================
You can’t perform that action at this time.
0 commit comments