Skip to content

Commit dc86ea6

Browse files
Liran Ozliranoz12
authored andcommitted
issue: 321712 ****************** VMA 8.6.5 *******************
Signed-off-by: Liran Oz <[email protected]>
1 parent 0ba61e0 commit dc86ea6

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dnl===-----------------------------------------------------------------------===
1414
#
1515
define([vma_ver_major], 8)
1616
define([vma_ver_minor], 6)
17-
define([vma_ver_revision], 4)
17+
define([vma_ver_revision], 5)
1818
define([vma_ver_release], 0)
1919

2020

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

3131
VMA_LIBRARY_MAJOR=8
3232
VMA_LIBRARY_MINOR=6
33-
VMA_LIBRARY_REVISION=4
33+
VMA_LIBRARY_REVISION=5
3434
VMA_LIBRARY_RELEASE=0
3535

3636
AC_DEFINE_UNQUOTED(VMA_LIBRARY_MAJOR, ${VMA_LIBRARY_MAJOR}, [VMA Major Version])

journal.txt

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
Version 8.6.5-0:
2+
Date + Time 2018-05-24
3+
=============================================================
4+
Added:
5+
- RM #1284069 Support outcome UDP traffic in ring_tap
6+
- RM #1284069 Support outcome TCP traffic in ring_tap
7+
- RM #1284069 Store flow:sink pair in ring_bond
8+
- RM #1284069 Redirect traffic from tap to netvsc
9+
- RM #1284069 Use m_neigh_cma_event_channel in case IB exists only
10+
- RM #1284069 Allow memory allocation w/o registering
11+
- RM #1284069 Remove m_p_cma_event_channel from fd_collection
12+
- RM #1284069 Display message in case there is no IB devices
13+
- RM #1284069 Ring tap support rfs creation
14+
- RM #1284069 Use ring_slave in rfs classes
15+
- RM #1284069 Introduce ring_slave::m_type
16+
- RM #1284069 Introduce ring_tap
17+
- RM #1338066 Disable flow tag for unicast flows
18+
- RM #1382889 Add Tx statistics to ring
19+
20+
Fixed:
21+
- RM #1387232 Fix creating write permission files
22+
123
Version 8.6.4-0:
224
Date + Time 2018-05-22
325
=============================================================
@@ -23,6 +45,7 @@ Added:
2345
- RM #1331580 Remove redundant variables from ring
2446
- RM #1331577 Remove dead code from_ring simple
2547
- RM #1331574 Move flow spec declarations to ring_simple
48+
2649
Fixed:
2750
- RM #1284069 Fix memory leak for ring_bond::m_p_n_rx_channel_fds
2851

0 commit comments

Comments
 (0)