File tree Expand file tree Collapse file tree 2 files changed +25
-2
lines changed Expand file tree Collapse file tree 2 files changed +25
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ dnl===-----------------------------------------------------------------------===
14
14
#
15
15
define ( [ vma_ver_major] , 8 )
16
16
define ( [ vma_ver_minor] , 6 )
17
- define ( [ vma_ver_revision] , 4 )
17
+ define ( [ vma_ver_revision] , 5 )
18
18
define ( [ vma_ver_release] , 0 )
19
19
20
20
@@ -30,7 +30,7 @@ AC_CONFIG_HEADER([config.h])
30
30
31
31
VMA_LIBRARY_MAJOR=8
32
32
VMA_LIBRARY_MINOR=6
33
- VMA_LIBRARY_REVISION=4
33
+ VMA_LIBRARY_REVISION=5
34
34
VMA_LIBRARY_RELEASE=0
35
35
36
36
AC_DEFINE_UNQUOTED ( VMA_LIBRARY_MAJOR , ${VMA_LIBRARY_MAJOR} , [ VMA Major Version] )
Original file line number Diff line number Diff line change
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
+
1
23
Version 8.6.4-0:
2
24
Date + Time 2018-05-22
3
25
=============================================================
23
45
- RM #1331580 Remove redundant variables from ring
24
46
- RM #1331577 Remove dead code from_ring simple
25
47
- RM #1331574 Move flow spec declarations to ring_simple
48
+
26
49
Fixed:
27
50
- RM #1284069 Fix memory leak for ring_bond::m_p_n_rx_channel_fds
28
51
You can’t perform that action at this time.
0 commit comments