Skip to content

Commit

Permalink
issue: 321712 ****************** VMA 8.8.2 *******************
Browse files Browse the repository at this point in the history
Signed-off-by: Liran Oz <lirano@mellanox.com>
  • Loading branch information
liranoz12 authored Feb 20, 2019
1 parent cb0a9e5 commit e916c67
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 4 deletions.
8 changes: 4 additions & 4 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ dnl===-----------------------------------------------------------------------===
# Update version number here:
#
define([vma_ver_major], 8)
define([vma_ver_minor], 7)
define([vma_ver_revision], 7)
define([vma_ver_minor], 8)
define([vma_ver_revision], 2)
define([vma_ver_release], 0)


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

VMA_LIBRARY_MAJOR=8
VMA_LIBRARY_MINOR=7
VMA_LIBRARY_REVISION=7
VMA_LIBRARY_MINOR=8
VMA_LIBRARY_REVISION=2
VMA_LIBRARY_RELEASE=0

AC_DEFINE_UNQUOTED(VMA_LIBRARY_MAJOR, ${VMA_LIBRARY_MAJOR}, [VMA Major Version])
Expand Down
41 changes: 41 additions & 0 deletions journal.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,44 @@
Version 8.8.2-0:
Date + Time 2019-02-20
=============================================================
Added:
- RM #1684500 Remove useless inlining
- RM #1684500 Remove useless inlining in daemon
- RM #1684500 Remove inlining for vlog_printf()
- RM #1582418 Add Burst-Packet-Pacing support for upstream
- RM #1582417 Add Packet Pacing support for upstream
- RM #1557652 Improve flow processing
- RM #1557652 Add tc_add_filter_dev2tap() operation
- RM #1557652 Add tc_add_filter_tap2dev() operation
- RM #1557652 Add tc_add_filter_link() operation
- RM #1557652 Use netlink API to control TC rules
- RM #1380243 Ignore events of a closed socket for SocketXtreme
- RM #1677457 Add methods mask to VMA extra api
- RM #1671069 Verify mlx4 steering creation for bare-metal
- RM #1426871 Include Debian log file into jenkins artifact
- RM #1426871 Update debian/control file
- RM #1426871 Update debian copyright
- RM #1426871 Enable service status for non root
- RM #1426871 Add debian watch file
- RM #1426871 Improve init script
- RM #1426871 Add service mandatory option as force-reload
- RM #1426871 Improve vma service support on different systems
- RM #1661438 General redundant deadcode cleanup
- RM #1628881 Add ring modification function to vma_extra api
- RM #1631600 Cleanup socketxtreme and vmapoll configuration parameters
- RM #1651457 Add burst capabilty check to get_ring_descriptors

Fixed:
- RM #1682300 Fix double free in free_libvma_resources
- RM #931123 Fix filter multicast packets after bind
- RM #1087459 Fix VMA_EXCEPTION_HANDLING=0/1 generates core
- RM #1679709 Fix missing update of CQ consumer index
- RM #1653789 Fix Rx and Tx migrations thread safety
- RM #1426871 Fix root detection
- RM #1668925 Fix RoCE lag warning is not presented
- RM #1599446 Fix RX TAP migration failure for 3t connections
- RM #1073005 Fix g_tcp_timers_collection destructor cleanup

Version 8.7.7-0:
Date + Time 2019-01-30
=============================================================
Expand Down

0 comments on commit e916c67

Please sign in to comment.