Skip to content

Commit 67093c3

Browse files
authored
issue: 321712 ****************** VMA 8.1.3 *******************
Signed-off-by: Ophir Munk <ophirmu@mellanox.com>
1 parent 94c10c0 commit 67093c3

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-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], 1)
7-
define([vma_ver_revision], 2)
7+
define([vma_ver_revision], 3)
88
define([vma_ver_release], 0)
99

1010
AC_INIT(libvma, [vma_ver_major.vma_ver_minor.vma_ver_revision], support@mellanox.com)
@@ -38,7 +38,7 @@ VMA_LIBRARY_MINOR=1
3838
AC_SUBST(VMA_LIBRARY_MINOR)
3939

4040
#VMA_LIBRARY_REVISION-vma_ver_revision
41-
VMA_LIBRARY_REVISION=2
41+
VMA_LIBRARY_REVISION=3
4242
AC_SUBST(VMA_LIBRARY_REVISION)
4343

4444
#VMA_LIBRARY_RELEASE-vma_ver_release

journal.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
Version 8.1.3-0:
2+
Date + Time 2016-08-18
3+
=======================
4+
Added:
5+
- RM #786030 Revise RDTSC logic to consider CPU speeds taken from /proc/cpuinfo
6+
- RM #801695 VMA out-of-box sockperf tuning for low latency (VMA_SPEC=10)
7+
- RM #825799 Add locking to setsockopt() TCP to protect against pcb changes
8+
- RM #847904 On bringup check if an interface is a bond by looking at its base name
9+
110
Version 8.1.2-0:
211
Date + Time 2016-08-15
312
=======================

0 commit comments

Comments
 (0)