Skip to content

Commit

Permalink
issue: 321712 ****************** VMA 8.1.1 *******************
Browse files Browse the repository at this point in the history
Signed-off-by: Ophir Munk <ophirmu@mellanox.com>
  • Loading branch information
OphirMunk authored Jul 19, 2016
1 parent 0fd88d3 commit 4e43c4c
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 4 deletions.
8 changes: 4 additions & 4 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ AC_PREREQ(2.59)
# Update version number here:
#
define([vma_ver_major], 8)
define([vma_ver_minor], 0)
define([vma_ver_revision], 4)
define([vma_ver_minor], 1)
define([vma_ver_revision], 1)
define([vma_ver_release], 0)

AC_INIT(libvma, [vma_ver_major.vma_ver_minor.vma_ver_revision], support@mellanox.com)
Expand Down Expand Up @@ -34,11 +34,11 @@ VMA_LIBRARY_MAJOR=8
AC_SUBST(VMA_LIBRARY_MAJOR)

#VMA_LIBRARY_MINOR-vma_ver_minor
VMA_LIBRARY_MINOR=0
VMA_LIBRARY_MINOR=1
AC_SUBST(VMA_LIBRARY_MINOR)

#VMA_LIBRARY_REVISION-vma_ver_revision
VMA_LIBRARY_REVISION=4
VMA_LIBRARY_REVISION=1
AC_SUBST(VMA_LIBRARY_REVISION)

#VMA_LIBRARY_RELEASE-vma_ver_release
Expand Down
19 changes: 19 additions & 0 deletions journal.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
Version 8.1.1-0:
Date + Time 2016-07-19
=======================
Added:
- RM #775233 Allow excluding logging levels to improve performance
- RM #781540 Wait for Rx WQE's when closing RING (QP)
- RM #777358 Un-offload UDP socket that is bound to any non-offloaded interfaces (e.g. loopback 127.0.0.1)
- RM #816006 TCP send flows for non-blocked socket - add Rx CQ poll
- RM #820855 Explicitly set QP init attr cap of max send SG to 2
- RM #820858 Update message regarding no steering rules in mlx4 to adapt to upstream drivers
- RM #804206 DNS server (UDP,port 53) to be handled by OS by default (libvma.conf)
- RM #786406 Jenkins - add building of source RPM
- RM #823037 Replace deprecated API (e.g. inet_addr) with ipv6 supporting API (e.g inet_pton)
Fixed:
- RM #783976 Fix VMA not able to receive data on epoll_wait()
- RM #806219 Fix segfault when running with CTL_THREAD_NO_WAKEUP
- RM #793030 Fix rpm rebuild failure
- RM #784234 Fix epoll is not cleared from vma_stats

Version 8.0.4-0:
Date + Time 2016-05-29
=======================
Expand Down

0 comments on commit 4e43c4c

Please sign in to comment.