Skip to content

Commit

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

AC_INIT(libvma, [vma_ver_major.vma_ver_minor.vma_ver_revision], support@mellanox.com)
Expand Down Expand Up @@ -38,7 +38,7 @@ VMA_LIBRARY_MINOR=1
AC_SUBST(VMA_LIBRARY_MINOR)

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

#VMA_LIBRARY_RELEASE-vma_ver_release
Expand Down
20 changes: 20 additions & 0 deletions journal.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
Version 8.1.2-0:
Date + Time 2016-08-15
=======================
Added:
- RM #826700 Act gracefully when running on upstream drivers for non supported features
- RM #802922 LWIP - Split head of TCP unsent segment when bigger than send window size and NODELAY flag is set
-RM #825888 Dump fd statistics into VMA logger using vma_stats
- RM #840733 Avoid using mce_sys global variable in fast path to minimize cache hit and improve performance
- RM #822441 Support SW checksum validation for ingress TCP/UDP IP packets
- RM #803783 Allow local TCP connections for offloaded bounded listen sockets
- RM #828809 Control the number of post sends until requesting completion SIGNAL
- RM #825842 Add option for LWIP debug printing
- RM #841302 Coverity enhancements. Add support for ccpcheck and clang
- RM #827622 Add jenkins support for inbox

Fixed:
- RM #822562 Fix segmentation fault in vma_stats when exceeding fds string length
- RM #817046 Coverity fixes
- RM #836374 Fix exp-cq help message when executing "./configure --help"

Version 8.1.1-0:
Date + Time 2016-07-19
=======================
Expand Down

0 comments on commit 0e7a634

Please sign in to comment.