Skip to content

Commit 01859ae

Browse files
Stefan RasplWenjia Zhang
authored andcommitted
smc_run: Fix output of version info
Signed-off-by: Stefan Raspl <raspl@linux.ibm.com>
1 parent f74ae51 commit 01859ae

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,13 @@ Release History:
4343

4444
Changes:
4545
- `smc_dbg`: Add stats and `smc info` output
46-
- `smc_rnics`: List unknown devices with option `-a`
47-
- 'smc_rnics`: Include software-set PNET IDs
46+
- `smc_rnics`:
47+
- List unknown devices with option `-a`
48+
- Include software-set PNET IDs
4849

4950
Bug fixes:
5051
- `smc_rnics`: Display correct PNET ID for unknown Mellanox cards
52+
- `smc_run`: Fix output of version info
5153

5254
* __v1.7.0 (2021-10-29)__
5355

smc_run

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
# http://www.eclipse.org/legal/epl-v10.html
1111
#
1212
LIB_NAME="libsmc-preload.so"
13+
VERSION="1.7.99";
1314

1415

1516
function usage() {
@@ -49,7 +50,7 @@ function adjust_core_net_max() {
4950
# if necessary.
5051
#
5152
SMC_DEBUG=0;
52-
while getopts "dhr:t:" opt; do
53+
while getopts "dhr:t:v" opt; do
5354
case $opt in
5455
d)
5556
SMC_DEBUG=1;;

0 commit comments

Comments
 (0)