Skip to content

Commit

Permalink
issue: 321712 ****************** VMA 8.5.1 *******************
Browse files Browse the repository at this point in the history
Signed-off-by: Liran Oz <[email protected]>
  • Loading branch information
liranoz12 authored Dec 25, 2017
1 parent 676bcb6 commit baf5926
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 4 deletions.
8 changes: 4 additions & 4 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ dnl===-----------------------------------------------------------------------===
# Update version number here:
#
define([vma_ver_major], 8)
define([vma_ver_minor], 4)
define([vma_ver_revision], 10)
define([vma_ver_minor], 5)
define([vma_ver_revision], 1)
define([vma_ver_release], 0)


Expand All @@ -29,8 +29,8 @@ AC_INIT(libvma, [vma_ver_major.vma_ver_minor.vma_ver_revision], support@mellanox
AC_CONFIG_HEADER([config.h])

VMA_LIBRARY_MAJOR=8
VMA_LIBRARY_MINOR=4
VMA_LIBRARY_REVISION=10
VMA_LIBRARY_MINOR=5
VMA_LIBRARY_REVISION=1
VMA_LIBRARY_RELEASE=0

AC_DEFINE_UNQUOTED(VMA_LIBRARY_MAJOR, ${VMA_LIBRARY_MAJOR}, [VMA Major Version])
Expand Down
29 changes: 29 additions & 0 deletions journal.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
Version 8.5.1-0:
Date + Time 2017-12-24
=============================================================
Added:
- RM #1172298 Use --enable-socketxtreme configuration in jenkins
- RM #1172298 Add failure message for --enable-vmapoll
- RM #1172298 Rename inside tests
- RM #1172298 Rename vmapoll internal functions
- RM #1172298 Rename vmapoll interfaces
- RM #1172298 Use --enable-socketxtreme option
- RM #1214066 Add support for route and rule extended table id
- RM #1242606 Disable TCP congestion control using VMA parameter
- RM #1148076 Remove volatile when handling CQE in MP_RQ
- RM #1214451 Add systemd support for daemon
- RM #1056823 Improve build configure structure
- RM #1214453 Improve selection of filesystem monitor method
- RM #1235810 Allow to override build date
- RM #1168028 Add support for static ARP entries
- RM #1080998 Optimize ib_ctx_handler class
Fixed:
- RM #1248185 Revert some vma_extra sockeXtreme names change
- RM #1247022 Fix typo in CQ struct debth->debt
- RM #1235797 Not respond to incoming FIN in the listen state
- RM #1229443 Not respond to incoming RST in the listen state
- RM #1214453 Fix daemon for powerpc
- RM #1214453 Fix issue in inotify processing
- RM #1222660 Correct warning check for flow steering
- RM #1224020 Fix typos in README.txt

Version 8.4.10-0:
Date + Time 2017-11-23
=============================================================
Expand Down

0 comments on commit baf5926

Please sign in to comment.