From dc86ea66b2436734d81bdb36ccb2b32cd0a7c7fa Mon Sep 17 00:00:00 2001 From: Liran Oz Date: Thu, 24 May 2018 12:03:21 +0000 Subject: [PATCH] issue: 321712 ****************** VMA 8.6.5 ******************* Signed-off-by: Liran Oz --- configure.ac | 4 ++-- journal.txt | 23 +++++++++++++++++++++++ 2 files changed, 25 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index caee3d258..73cac2b45 100644 --- a/configure.ac +++ b/configure.ac @@ -14,7 +14,7 @@ dnl===-----------------------------------------------------------------------=== # define([vma_ver_major], 8) define([vma_ver_minor], 6) -define([vma_ver_revision], 4) +define([vma_ver_revision], 5) define([vma_ver_release], 0) @@ -30,7 +30,7 @@ AC_CONFIG_HEADER([config.h]) VMA_LIBRARY_MAJOR=8 VMA_LIBRARY_MINOR=6 -VMA_LIBRARY_REVISION=4 +VMA_LIBRARY_REVISION=5 VMA_LIBRARY_RELEASE=0 AC_DEFINE_UNQUOTED(VMA_LIBRARY_MAJOR, ${VMA_LIBRARY_MAJOR}, [VMA Major Version]) diff --git a/journal.txt b/journal.txt index 83586a59a..affdade28 100644 --- a/journal.txt +++ b/journal.txt @@ -1,3 +1,25 @@ +Version 8.6.5-0: +Date + Time 2018-05-24 +============================================================= +Added: + - RM #1284069 Support outcome UDP traffic in ring_tap + - RM #1284069 Support outcome TCP traffic in ring_tap + - RM #1284069 Store flow:sink pair in ring_bond + - RM #1284069 Redirect traffic from tap to netvsc + - RM #1284069 Use m_neigh_cma_event_channel in case IB exists only + - RM #1284069 Allow memory allocation w/o registering + - RM #1284069 Remove m_p_cma_event_channel from fd_collection + - RM #1284069 Display message in case there is no IB devices + - RM #1284069 Ring tap support rfs creation + - RM #1284069 Use ring_slave in rfs classes + - RM #1284069 Introduce ring_slave::m_type + - RM #1284069 Introduce ring_tap + - RM #1338066 Disable flow tag for unicast flows + - RM #1382889 Add Tx statistics to ring + +Fixed: + - RM #1387232 Fix creating write permission files + Version 8.6.4-0: Date + Time 2018-05-22 ============================================================= @@ -23,6 +45,7 @@ Added: - RM #1331580 Remove redundant variables from ring - RM #1331577 Remove dead code from_ring simple - RM #1331574 Move flow spec declarations to ring_simple + Fixed: - RM #1284069 Fix memory leak for ring_bond::m_p_n_rx_channel_fds