Skip to content

Commit f34846b

Browse files
committed
issue: 321712 ****************** VMA 8.3.6 *******************
Signed-off-by: Ophir Munk <[email protected]>
1 parent 15b0b7d commit f34846b

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ AC_PREREQ(2.59)
44
#
55
define([vma_ver_major], 8)
66
define([vma_ver_minor], 3)
7-
define([vma_ver_revision], 5)
7+
define([vma_ver_revision], 6)
88
define([vma_ver_release], 0)
99

1010
AC_INIT(libvma, [vma_ver_major.vma_ver_minor.vma_ver_revision], [email protected])
@@ -43,7 +43,7 @@ VMA_LIBRARY_MINOR=3
4343
AC_SUBST(VMA_LIBRARY_MINOR)
4444

4545
#VMA_LIBRARY_REVISION-vma_ver_revision
46-
VMA_LIBRARY_REVISION=5
46+
VMA_LIBRARY_REVISION=6
4747
AC_SUBST(VMA_LIBRARY_REVISION)
4848

4949
#VMA_LIBRARY_RELEASE-vma_ver_release

journal.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
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+
116
Version 8.3.5-0:
217
Date + Time 2017-05-25
318
=============================================================

0 commit comments

Comments
 (0)