Skip to content

Commit 57196d6

Browse files
authored
issue: 321712 ****************** VMA 8.8.1 *******************
Signed-off-by: Liran Oz <[email protected]>
1 parent 122cf7c commit 57196d6

File tree

2 files changed

+34
-2
lines changed

2 files changed

+34
-2
lines changed

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dnl===-----------------------------------------------------------------------===
1414
#
1515
define([vma_ver_major], 8)
1616
define([vma_ver_minor], 8)
17-
define([vma_ver_revision], 0)
17+
define([vma_ver_revision], 1)
1818
define([vma_ver_release], 0)
1919

2020

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

3131
VMA_LIBRARY_MAJOR=8
3232
VMA_LIBRARY_MINOR=8
33-
VMA_LIBRARY_REVISION=0
33+
VMA_LIBRARY_REVISION=1
3434
VMA_LIBRARY_RELEASE=0
3535

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

journal.txt

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
Version 8.8.1-0:
2+
Date + Time 2018-12-26
3+
=============================================================
4+
Added:
5+
- RM # Simplify is_mp_ring() method
6+
- RM # Cleanup performance counters
7+
- RM # Improve UDP performance
8+
- RM # Improve rx ring creation flow
9+
- RM # Unify poll_and_process_element_rx() and drain_and_process()
10+
- RM # Unify rfs_uc::rx_dispatch_packet()
11+
- RM # Use single event update method
12+
- RM # Disable draining for SocketXtreme
13+
- RM # Add SocketXtreme API usage check
14+
- RM # Set default parameters for SocketXtreme mode
15+
- RM # Add VMA_SOCKETXTREME environment variable
16+
- RM # Unify clean_cq() function
17+
- RM # Add sanity check for correct SocketXtreme mode usage
18+
- RM # Unify setting rx.context
19+
- RM # Optimize get_cqe64()
20+
- RM # Remove socketxtreme specific methods in cq_mgr_mlx5
21+
- RM # Use m_mlx5_cq fields
22+
- RM # Remove socketXtreme specific fields in cq_mgr_mlx5
23+
- RM # Improve performance of cqe processing
24+
- RM # Move socketxtreme cq processing to cq_mgr_mlx5
25+
- RM # Use post_recv() in socketxtreme mode from qp_mgr_mlx5
26+
- RM # Unify sockinfo code
27+
- RM # Enable socketxtreme_poll() for all modes
28+
- RM # Unify reclaim rx buffers
29+
30+
Fixed:
31+
- RM #1603531 Fix pad length in umr mode
32+
133
Version 8.8.0-0:
234
Date + Time 2018-12-16
335
=============================================================

0 commit comments

Comments
 (0)