File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ AC_PREREQ(2.59)
4
4
#
5
5
define ( [ vma_ver_major] , 8 )
6
6
define ( [ vma_ver_minor] , 3 )
7
- define ( [ vma_ver_revision] , 5 )
7
+ define ( [ vma_ver_revision] , 6 )
8
8
define ( [ vma_ver_release] , 0 )
9
9
10
10
AC_INIT ( libvma ,
[ vma_ver_major.vma_ver_minor.vma_ver_revision] ,
[email protected] )
@@ -43,7 +43,7 @@ VMA_LIBRARY_MINOR=3
43
43
AC_SUBST ( VMA_LIBRARY_MINOR )
44
44
45
45
# VMA_LIBRARY_REVISION-vma_ver_revision
46
- VMA_LIBRARY_REVISION=5
46
+ VMA_LIBRARY_REVISION=6
47
47
AC_SUBST ( VMA_LIBRARY_REVISION )
48
48
49
49
# VMA_LIBRARY_RELEASE-vma_ver_release
Original file line number Diff line number Diff line change
1
+ Version 8.3.6-0:
2
+ Date + Time 2017-06-14
3
+ =============================================================
4
+ Added:
5
+ - RM #953382 Support Precision Time Protocol (PTP)
6
+ - RM #788404 Support Packet Pacing (socket option SO_MAX_PACING_RATE)
7
+ - RM #1048224 Improve performance while searching for non-offloaded data
8
+ - RM #1055915 Improve performance under MP-RQ mode
9
+ - RM #1052605 Increase monitored epoll fds, CQs and RINGs in vma_stats
10
+ - RM #1061898 Disable flow tag when TCP GRO is used
11
+
12
+ Fixed:
13
+ - RM #1041107 Fix flow_tag handling on VLAN interfaces
14
+ - RM #1031172 Fix Checkmarx security application reported issues
15
+
1
16
Version 8.3.5-0:
2
17
Date + Time 2017-05-25
3
18
=============================================================
You can’t perform that action at this time.
0 commit comments