File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ AC_PREREQ(2.59)
44#
55define ( [ vma_ver_major] , 8 )
66define ( [ vma_ver_minor] , 1 )
7- define ( [ vma_ver_revision] , 2 )
7+ define ( [ vma_ver_revision] , 3 )
88define ( [ vma_ver_release] , 0 )
99
1010AC_INIT ( libvma , [ vma_ver_major.vma_ver_minor.vma_ver_revision] , support@mellanox.com )
@@ -38,7 +38,7 @@ VMA_LIBRARY_MINOR=1
3838AC_SUBST ( VMA_LIBRARY_MINOR )
3939
4040# VMA_LIBRARY_REVISION-vma_ver_revision
41- VMA_LIBRARY_REVISION=2
41+ VMA_LIBRARY_REVISION=3
4242AC_SUBST ( VMA_LIBRARY_REVISION )
4343
4444# VMA_LIBRARY_RELEASE-vma_ver_release
Original file line number Diff line number Diff line change 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+
110Version 8.1.2-0:
211Date + Time 2016-08-15
312=======================
You can’t perform that action at this time.
0 commit comments