Skip to content

Commit e916c67

Browse files
authored
issue: 321712 ****************** VMA 8.8.2 *******************
Signed-off-by: Liran Oz <[email protected]>
1 parent cb0a9e5 commit e916c67

File tree

2 files changed

+45
-4
lines changed

2 files changed

+45
-4
lines changed

configure.ac

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ dnl===-----------------------------------------------------------------------===
1313
# Update version number here:
1414
#
1515
define([vma_ver_major], 8)
16-
define([vma_ver_minor], 7)
17-
define([vma_ver_revision], 7)
16+
define([vma_ver_minor], 8)
17+
define([vma_ver_revision], 2)
1818
define([vma_ver_release], 0)
1919

2020

@@ -29,8 +29,8 @@ AC_INIT(libvma, [vma_ver_major.vma_ver_minor.vma_ver_revision], support@mellanox
2929
AC_CONFIG_HEADER([config.h])
3030

3131
VMA_LIBRARY_MAJOR=8
32-
VMA_LIBRARY_MINOR=7
33-
VMA_LIBRARY_REVISION=7
32+
VMA_LIBRARY_MINOR=8
33+
VMA_LIBRARY_REVISION=2
3434
VMA_LIBRARY_RELEASE=0
3535

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

journal.txt

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,44 @@
1+
Version 8.8.2-0:
2+
Date + Time 2019-02-20
3+
=============================================================
4+
Added:
5+
- RM #1684500 Remove useless inlining
6+
- RM #1684500 Remove useless inlining in daemon
7+
- RM #1684500 Remove inlining for vlog_printf()
8+
- RM #1582418 Add Burst-Packet-Pacing support for upstream
9+
- RM #1582417 Add Packet Pacing support for upstream
10+
- RM #1557652 Improve flow processing
11+
- RM #1557652 Add tc_add_filter_dev2tap() operation
12+
- RM #1557652 Add tc_add_filter_tap2dev() operation
13+
- RM #1557652 Add tc_add_filter_link() operation
14+
- RM #1557652 Use netlink API to control TC rules
15+
- RM #1380243 Ignore events of a closed socket for SocketXtreme
16+
- RM #1677457 Add methods mask to VMA extra api
17+
- RM #1671069 Verify mlx4 steering creation for bare-metal
18+
- RM #1426871 Include Debian log file into jenkins artifact
19+
- RM #1426871 Update debian/control file
20+
- RM #1426871 Update debian copyright
21+
- RM #1426871 Enable service status for non root
22+
- RM #1426871 Add debian watch file
23+
- RM #1426871 Improve init script
24+
- RM #1426871 Add service mandatory option as force-reload
25+
- RM #1426871 Improve vma service support on different systems
26+
- RM #1661438 General redundant deadcode cleanup
27+
- RM #1628881 Add ring modification function to vma_extra api
28+
- RM #1631600 Cleanup socketxtreme and vmapoll configuration parameters
29+
- RM #1651457 Add burst capabilty check to get_ring_descriptors
30+
31+
Fixed:
32+
- RM #1682300 Fix double free in free_libvma_resources
33+
- RM #931123 Fix filter multicast packets after bind
34+
- RM #1087459 Fix VMA_EXCEPTION_HANDLING=0/1 generates core
35+
- RM #1679709 Fix missing update of CQ consumer index
36+
- RM #1653789 Fix Rx and Tx migrations thread safety
37+
- RM #1426871 Fix root detection
38+
- RM #1668925 Fix RoCE lag warning is not presented
39+
- RM #1599446 Fix RX TAP migration failure for 3t connections
40+
- RM #1073005 Fix g_tcp_timers_collection destructor cleanup
41+
142
Version 8.7.7-0:
243
Date + Time 2019-01-30
344
=============================================================

0 commit comments

Comments
 (0)