Skip to content

Commit fd1e74d

Browse files
author
Ilan Smith
committed
issue: 321712 ****************** VMA 8.4.2 *******************
Signed-off-by: Ilan Smith <[email protected]>
1 parent 9a43b04 commit fd1e74d

File tree

2 files changed

+34
-2
lines changed

2 files changed

+34
-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], 4)
7-
define([vma_ver_revision], 1)
7+
define([vma_ver_revision], 2)
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=4
4343
AC_SUBST(VMA_LIBRARY_MINOR)
4444

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

4949
#VMA_LIBRARY_RELEASE-vma_ver_release

journal.txt

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
Version 8.4.2-0:
2+
Date + Time 2017-08-08
3+
=============================================================
4+
Added:
5+
- RM #1097641 Add a dummy packet send during getsockname()
6+
- RM #1055917 Enable dynamic signaling for Tx PostSend PRM
7+
- RM #1055917 Enable dynamic WQE size inlining in BlueFlame
8+
- RM #1055917 Amend VMAPOLL Tx to use MLX5 PostSend PRM
9+
- RM #1055917 Enable TX Post-Send PRM for non-VMAPOLL
10+
- RM #1055917 Add scatter/gather array helper
11+
- RM #933949 Add KVM virtualization detection
12+
- RM #1049758 Support ioctl() with FIONREAD flag
13+
- RM #1061103 Improve performance of epoll implementation
14+
- RM #1080207 Add an option to gracefully exit() on startup failure
15+
- RM #1063479 Add valgrind detection macros
16+
- RM #1078695 Disable ring migration for RING_LOGIC_PER_USER_ID
17+
- RM #1049980 Eliminate coverity-8.7 failures
18+
- RM #1063164 Update License date to 2017
19+
20+
Fixed:
21+
- RM #884440 Fix handling of SO_LINGER in case l_linger is zero
22+
- RM #863457 Change logic of interface selection in attach receiver
23+
- RM #1097116 Reduce amount of log messaging for DBG level
24+
- RM #1085670 Fix VMA_POLL crash when exiting
25+
- RM #1043830 Add set of gtest cases
26+
- RM #1043830 Fix flags parameter verification for UDP flow
27+
- RM #1043830 Fix incorrect setting EEXIST in global_ring_wakeup
28+
- RM #1043830 Fix error processing for send operations
29+
- RM #1079098 Fix array out of range in vma_extra api
30+
- RM #1063479 Fix some Valgrind issues in VMA
31+
- RM #1075811 Fix csbuild reported errors (one error is suppressed)
32+
133
Version 8.4.1-0:
234
Date + Time 2017-07-04
335
=============================================================

0 commit comments

Comments
 (0)