Skip to content

Commit

Permalink
issue: 321712 ****************** VMA 8.6.5 *******************
Browse files Browse the repository at this point in the history
Signed-off-by: Liran Oz <lirano@mellanox.com>
  • Loading branch information
Liran Oz authored and liranoz12 committed May 24, 2018
1 parent 0ba61e0 commit dc86ea6
Show file tree
Hide file tree
Showing 2 changed files with 25 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], 6)
define([vma_ver_revision], 4)
define([vma_ver_revision], 5)
define([vma_ver_release], 0)


Expand All @@ -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])
Expand Down
23 changes: 23 additions & 0 deletions journal.txt
Original file line number Diff line number Diff line change
@@ -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
=============================================================
Expand All @@ -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

Expand Down

0 comments on commit dc86ea6

Please sign in to comment.