-
Notifications
You must be signed in to change notification settings - Fork 0
host: vegman: Add show host bifurcation command #70
base: master
Are you sure you want to change the base?
Conversation
# @sudo cmd_config_bifurcation_show admin,operator,user | ||
# @doc cmd_config_bifurcation_show | ||
# Show host bifurcation | ||
function cmd_config_bifurcation_show { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey, what are you doing here? What is the idea of the change? I feel it is not what you expect.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My task says to add host config bifurcation show
command to the CLI using the host-pcie-cfg command that you (iirc) implemented.
commands/host.vegman
Outdated
|
||
# @sudo cmd_config_bifurcation_show admin,operator,user | ||
# @doc cmd_config_bifurcation_show | ||
# Show host bifurcation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not exactly. It's "Show PCIe bifurcation requested by BMC from the host".
# @doc cmd_config_bifurcation_show | ||
# Show host bifurcation | ||
function cmd_config_bifurcation_show { | ||
exec_tool host-pcie-cfg "$@" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add a message before exec_tool
saying something like:
Below are the PCIe bifurcation settings requested by the BMC.
The actual bifurcation may differ based on the UEFI Setup
settings as well as on training results:
Added the command to show host bifurcation. Signed-off-by: Kirill Pakhomov <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok, it they really want this...
Added the command to show host bifurcation.
Signed-off-by: Kirill Pakhomov [email protected]