File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
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.7.99" ;
1314
1415
1516function usage() {
@@ -49,7 +50,7 @@ function adjust_core_net_max() {
4950# if necessary.
5051#
5152SMC_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;;
You can’t perform that action at this time.
0 commit comments