Skip to content

Commit

Permalink
issue: 321712 ****************** VMA 8.5.3 *******************
Browse files Browse the repository at this point in the history
Signed-off-by: Liran Oz <[email protected]>
  • Loading branch information
liranoz12 authored Jan 27, 2018
1 parent ec94745 commit 5432e78
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dnl===-----------------------------------------------------------------------===
#
define([vma_ver_major], 8)
define([vma_ver_minor], 5)
define([vma_ver_revision], 2)
define([vma_ver_revision], 3)
define([vma_ver_release], 0)


Expand All @@ -30,7 +30,7 @@ AC_CONFIG_HEADER([config.h])

VMA_LIBRARY_MAJOR=8
VMA_LIBRARY_MINOR=5
VMA_LIBRARY_REVISION=2
VMA_LIBRARY_REVISION=3
VMA_LIBRARY_RELEASE=0

AC_DEFINE_UNQUOTED(VMA_LIBRARY_MAJOR, ${VMA_LIBRARY_MAJOR}, [VMA Major Version])
Expand Down
34 changes: 34 additions & 0 deletions journal.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
Version 8.5.3-0:
Date + Time 2018-01-27
=============================================================
Added:
- RM #1262610 Improve handle for 5t rule
- RM #1262610 Add free htid detection
- RM #1262610 Add VMA_MSG_FLOW processing
- RM #1262610 Inform daemon about flows
- RM #1272182 Add TAP statistics
- RM #1160029 Add ring_bond_eth_netvsc
- RM #1160029 Detect NetVSC interfaces
- RM #1277704 Cleanup redundant poll_sn occurrences
- RM #1277085 Update recommended installation command
- RM #1265099 Add get ib_ctx object from interface name
- RM #1272179 Arrange Ring statistics
- RM #1272183 Clean stats_printer.cpp
- RM #1248968 Add support for IP_TOS in setsockopt
- RM #1254846 Add support for packet packing burst control
- RM #1254784 Add support for pcp setting in setsockopt
- RM #1254782 Merge kernel setsockopt from TCP and UDP sockets
- RM #1254780 Minor changes in flow_table operators
- RM #1264431 Detect device port without rdma_cm
- RM #1264919 Improve vma.service unit for inbox
- RM #1259552 Optimize global get buffers procedure
- RM #1248705 Add extra api to get ring TX fd from socket
Fixed:
- RM #1262610 Resolve issue from static analysis tools
- RM #1262610 Workaround for tc u32 thable deletion issue
- RM #1262198 Fix epoll_wait returns fd EPOLLOUT event twice
- RM #1226478 Fix direct QP and CQ destruction
- RM #1263120 Fix compilation if libibverbs doesn't use libnl
- RM #1172298 Compile Sockperf for Jenkins against actual libvma
- RM #1226478 Fix SQ buf pointer

Version 8.5.2-0:
Date + Time 2018-01-11
=============================================================
Expand Down

0 comments on commit 5432e78

Please sign in to comment.