Skip to content

Commit 3e67b77

Browse files
authored
issue: 321712 ****************** VMA 8.7.7 *******************
Signed-off-by: Liran Oz <[email protected]>
1 parent 65055b2 commit 3e67b77

File tree

2 files changed

+57
-28
lines changed

2 files changed

+57
-28
lines changed

configure.ac

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ dnl===-----------------------------------------------------------------------===
1313
# Update version number here:
1414
#
1515
define([vma_ver_major], 8)
16-
define([vma_ver_minor], 8)
17-
define([vma_ver_revision], 1)
16+
define([vma_ver_minor], 7)
17+
define([vma_ver_revision], 7)
1818
define([vma_ver_release], 0)
1919

2020

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

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

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

journal.txt

Lines changed: 53 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,60 @@
1+
Version 8.7.7-0:
2+
Date + Time 2019-01-30
3+
=============================================================
4+
Added:
5+
- RM #1647737 Modify Packet Pacing capability calculation
6+
- RM #1605819 Add ring allocation logic control for all socket types
7+
- RM #1576346 Modify RX HW timestamp capability calculation
8+
- RM #1614459 Suppress pclose() ECHILD error
9+
- RM #1610832 Cleanup socketxtreme in Jenkins
10+
- RM #1450183 General code cleanups in ring headers
11+
- RM #1450183 Move request_buffers_tx logic to ring_slave
12+
- RM #1450183 Move rx_process_buffer logic to ring_slave
13+
- RM #1450183 Move detach_flow logic to ring_slave
14+
- RM #1450183 Move attach_flow logic to ring_slave
15+
- RM #1450183 Move common fields and methods to ring_slave
16+
- RM #1582189 Add Device Memory (Memic) support for upstream
17+
- RM #1582188 Replace direct memcpy in dm_mgr
18+
- RM #1574870 Print warning while RoCE LAG is enabled
19+
- RM #1614436 Remove RoCE LAG warning duplications
20+
- RM #1617358 Update License date to 2019
21+
- RM #1592783 Add mlx5 PTP support for upstream
22+
- RM #1608765 Clean redundant dead code from vma_lwip class
23+
24+
Fixed:
25+
- RM #1649370 Fix crash during Plugin event
26+
- RM #1646743 Fix get_cqe64() processing
27+
- RM #1649972 Fix incorrect TCP snd_wnd statistic
28+
- RM #1522964 Fix can't be interrupted while VMA_SELECT_POLL=-1
29+
130
Version 8.8.1-0:
231
Date + Time 2018-12-26
332
=============================================================
433
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
34+
- RM #1075188 Simplify is_mp_ring() method
35+
- RM #1075188 Cleanup performance counters
36+
- RM #1075188 Improve UDP performance
37+
- RM #1075188 Improve rx ring creation flow
38+
- RM #1075188 Unify poll_and_process_element_rx() and drain_and_process()
39+
- RM #1075188 Unify rfs_uc::rx_dispatch_packet()
40+
- RM #1075188 Use single event update method
41+
- RM #1075188 Disable draining for SocketXtreme
42+
- RM #1075188 Add SocketXtreme API usage check
43+
- RM #1075188 Set default parameters for SocketXtreme mode
44+
- RM #1075188 Add VMA_SOCKETXTREME environment variable
45+
- RM #1075188 Unify clean_cq() function
46+
- RM #1075188 Add sanity check for correct SocketXtreme mode usage
47+
- RM #1075188 Unify setting rx.context
48+
- RM #1075188 Optimize get_cqe64()
49+
- RM #1075188 Remove socketxtreme specific methods in cq_mgr_mlx5
50+
- RM #1075188 Use m_mlx5_cq fields
51+
- RM #1075188 Remove socketXtreme specific fields in cq_mgr_mlx5
52+
- RM #1075188 Improve performance of cqe processing
53+
- RM #1075188 Move socketxtreme cq processing to cq_mgr_mlx5
54+
- RM #1075188 Use post_recv() in socketxtreme mode from qp_mgr_mlx5
55+
- RM #1075188 Unify sockinfo code
56+
- RM #1075188 Enable socketxtreme_poll() for all modes
57+
- RM #1075188 Unify reclaim rx buffers
2958

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

0 commit comments

Comments
 (0)