Skip to content

Commit

Permalink
issue: 321712 ****************** VMA 8.6.2 *******************
Browse files Browse the repository at this point in the history
Signed-off-by: Liran Oz <lirano@mellanox.com>
  • Loading branch information
Liran Oz authored and liranoz12 committed May 10, 2018
1 parent 889b7a6 commit 42d423a
Show file tree
Hide file tree
Showing 2 changed files with 18 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], 6)
define([vma_ver_revision], 1)
define([vma_ver_revision], 2)
define([vma_ver_release], 0)


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

VMA_LIBRARY_MAJOR=8
VMA_LIBRARY_MINOR=6
VMA_LIBRARY_REVISION=1
VMA_LIBRARY_REVISION=2
VMA_LIBRARY_RELEASE=0

AC_DEFINE_UNQUOTED(VMA_LIBRARY_MAJOR, ${VMA_LIBRARY_MAJOR}, [VMA Major Version])
Expand Down
16 changes: 16 additions & 0 deletions journal.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
Version 8.6.2-0:
Date + Time 2018-05-10
=============================================================
Added:
- RM #1284069 Unify flow_spec_udp
- RM #1284069 Improve code readability
- RM #1284069 Optimize storage for access net_device_val
- RM #1284069 Remove net_device_val::local_addr
- RM #1284069 Use netlink during device mapping
- RM #1284069 Net device enhancements
- RM #1284069 Add m_ip to net_dev_val
- RM #1284069 Add set_ip_array()
- RM #1284069 Improve net_dev_val verification functions
- RM #1284069 Modify net_dev_val parameters assignment
- RM #1284069 Modify map_device logic

Version 8.6.1-0:
Date + Time 2018-05-06
=============================================================
Expand Down

0 comments on commit 42d423a

Please sign in to comment.