Skip to content

Commit

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


Expand All @@ -30,7 +30,7 @@ AC_CONFIG_HEADER([config.h])

VMA_LIBRARY_MAJOR=8
VMA_LIBRARY_MINOR=7
VMA_LIBRARY_REVISION=3
VMA_LIBRARY_REVISION=4
VMA_LIBRARY_RELEASE=0

AC_DEFINE_UNQUOTED(VMA_LIBRARY_MAJOR, ${VMA_LIBRARY_MAJOR}, [VMA Major Version])
Expand Down
26 changes: 26 additions & 0 deletions journal.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
Version 8.7.4-0:
Date + Time 2018-11-13
=============================================================
Added:
- RM #1438405 Parse vlan priority mapping file
- RM #1438405 Allow dynamic updating header bits after ring creation
- RM #1557652 BF is not supported for upstream on VMs
- RM #1557652 Check MLX5_SHUT_UP_BF env
- RM #1178933 Print warning while mlx5 RoCE lag is enabled
- RM #1540213 Print warning while mlx4 RoCE lag is enabled
- RM #1521396 Reduce MP_RQ allocated size when stripping
- RM #1563104 Print error while No IB capable devices found
- RM #1554637 Modify NetVSC device detection
- RM #1072998 Update valgrind suppression file
- RM #1523707 Improve plugout processing
- RM #1552382 Redirect ioctl SIOCGIFVLAN
Fixed:
- RM #1557668 Fix infinite polling loop during plugout
- RM #1564259 Fix IP_TTL socket option inheritance
- RM #1557681 Fix timer converter Segmentation fault
- RM #1521396 Fix user memory passing to socket
- RM #1557786 Protect vma_ib_mlx5_get_cq()
- RM #1556067 Add sanity check in clean_cq()
- RM #1554167 Fix symbol lookup error for mlx5dv
- RM #1523707 Fix deadlock collision for ring_tap

Version 8.7.3-0:
Date + Time 2018-11-01
=============================================================
Expand Down

0 comments on commit f2eba6e

Please sign in to comment.