Skip to content

Commit b9395d5

Browse files
authored
issue: 321712 ****************** VMA 8.6.1 *******************
Signed-off-by: Liran Oz <[email protected]>
1 parent 84c80c9 commit b9395d5

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dnl===-----------------------------------------------------------------------===
1414
#
1515
define([vma_ver_major], 8)
1616
define([vma_ver_minor], 6)
17-
define([vma_ver_revision], 0)
17+
define([vma_ver_revision], 1)
1818
define([vma_ver_release], 0)
1919

2020

@@ -30,7 +30,7 @@ AC_CONFIG_HEADER([config.h])
3030

3131
VMA_LIBRARY_MAJOR=8
3232
VMA_LIBRARY_MINOR=6
33-
VMA_LIBRARY_REVISION=0
33+
VMA_LIBRARY_REVISION=1
3434
VMA_LIBRARY_RELEASE=0
3535

3636
AC_DEFINE_UNQUOTED(VMA_LIBRARY_MAJOR, ${VMA_LIBRARY_MAJOR}, [VMA Major Version])

journal.txt

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
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+
121
Version 8.6.0-0:
222
Date + Time 2018-03-22
323
=============================================================

0 commit comments

Comments
 (0)