File tree Expand file tree Collapse file tree 7 files changed +13
-9
lines changed
Expand file tree Collapse file tree 7 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 99# http://www.eclipse.org/legal/epl-v10.html
1010#
1111
12- SMC_TOOLS_RELEASE = 1.8.99
12+ SMC_TOOLS_RELEASE = 1.8.4
1313VER_MAJOR = $(shell echo $(SMC_TOOLS_RELEASE ) | cut -d '.' -f 1)
1414
1515ARCHTYPE = $(shell uname -m)
Original file line number Diff line number Diff line change @@ -39,12 +39,16 @@ See [CONTRIBUTING.md](CONTRIBUTING.md).
3939Release History:
4040================
4141
42- * __ v1.8.99 (tbd )__
42+ * __ v1.8.4 (2024-12-17 )__
4343
4444 Changes:
45+ - ` smcd ` /` smcr ` statistics: add statistics on sndbufs/RMBs usage
4546
4647 Bug fixes:
47-
48+ - ` smc_rnics ` : Fix smc_rnics showing the wrong physical port
49+ - ` util.h ` : Fix build with CFLAGS="-g"
50+ - ` smc_run ` : Fix segfault issue during creating concurrent sockets
51+ - ` Makefile ` : Make sure to show the right release number
4852
4953* __ v1.8.3 (2023-07-28)__
5054
@@ -64,7 +68,7 @@ Release History:
6468* __ v1.8.1 (2022-04-14)__
6569
6670 Changes:
67- - ` smc_rncs ` : Recognize RoCE Express3 cards
71+ - ` smc_rnics ` : Recognize RoCE Express3 cards
6872
6973* __ v1.8.0 (2022-04-11)__
7074
Original file line number Diff line number Diff line change 22
33# Copyright IBM Corp. 2021
44
5- VERSION=" 1.8.99 " ;
5+ VERSION=" 1.8.4 " ;
66
77
88function usage() {
Original file line number Diff line number Diff line change 22
33# Copyright IBM Corp. 2019
44
5- VERSION=" 1.8.99 " ;
5+ VERSION=" 1.8.4 " ;
66
77
88function usage() {
Original file line number Diff line number Diff line change 22
33# Copyright IBM Corp. 2018, 2022
44
5- VERSION=" 1.8.99 " ;
5+ VERSION=" 1.8.4 " ;
66
77
88function usage() {
Original file line number Diff line number Diff line change 1010# http://www.eclipse.org/legal/epl-v10.html
1111#
1212LIB_NAME=" libsmc-preload.so"
13- VERSION=" 1.8.99 " ;
13+ VERSION=" 1.8.4 " ;
1414
1515
1616function usage() {
Original file line number Diff line number Diff line change 1919#define STRINGIFY_1 (x ) #x
2020#define STRINGIFY (x ) STRINGIFY_1(x)
2121
22- #define RELEASE_STRING "1.8.99 "
22+ #define RELEASE_STRING "1.8.4 "
2323
2424#define PF_SMC 43
2525
You can’t perform that action at this time.
0 commit comments