Skip to content

Commit

Permalink
issue: 321712 ****************** VMA 8.8.1 *******************
Browse files Browse the repository at this point in the history
Signed-off-by: Liran Oz <[email protected]>
  • Loading branch information
liranoz12 authored Dec 26, 2018
1 parent 122cf7c commit 57196d6
Show file tree
Hide file tree
Showing 2 changed files with 34 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], 8)
define([vma_ver_revision], 0)
define([vma_ver_revision], 1)
define([vma_ver_release], 0)


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

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

AC_DEFINE_UNQUOTED(VMA_LIBRARY_MAJOR, ${VMA_LIBRARY_MAJOR}, [VMA Major Version])
Expand Down
32 changes: 32 additions & 0 deletions journal.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
Version 8.8.1-0:
Date + Time 2018-12-26
=============================================================
Added:
- RM # Simplify is_mp_ring() method
- RM # Cleanup performance counters
- RM # Improve UDP performance
- RM # Improve rx ring creation flow
- RM # Unify poll_and_process_element_rx() and drain_and_process()
- RM # Unify rfs_uc::rx_dispatch_packet()
- RM # Use single event update method
- RM # Disable draining for SocketXtreme
- RM # Add SocketXtreme API usage check
- RM # Set default parameters for SocketXtreme mode
- RM # Add VMA_SOCKETXTREME environment variable
- RM # Unify clean_cq() function
- RM # Add sanity check for correct SocketXtreme mode usage
- RM # Unify setting rx.context
- RM # Optimize get_cqe64()
- RM # Remove socketxtreme specific methods in cq_mgr_mlx5
- RM # Use m_mlx5_cq fields
- RM # Remove socketXtreme specific fields in cq_mgr_mlx5
- RM # Improve performance of cqe processing
- RM # Move socketxtreme cq processing to cq_mgr_mlx5
- RM # Use post_recv() in socketxtreme mode from qp_mgr_mlx5
- RM # Unify sockinfo code
- RM # Enable socketxtreme_poll() for all modes
- RM # Unify reclaim rx buffers

Fixed:
- RM #1603531 Fix pad length in umr mode

Version 8.8.0-0:
Date + Time 2018-12-16
=============================================================
Expand Down

0 comments on commit 57196d6

Please sign in to comment.