OpenBIC icon indicating copy to clipboard operation
OpenBIC copied to clipboard

yv4: sd: Send all IPMI commands to BIC from KCS

Open BonnieLo opened this issue 1 year ago • 1 comments

Description:

Remove the table that identifies whether the IPMI command is sent to BIC or BMC.

Motivation:

In YV4, all IPMI commands from KCS should be sent to BIC.

Test Plan:

Host sends IPMI commands to BIC without timeout: Pass

Test log:

Before:
    [root@20231109-643fbk1rc21 ~]# date ; ipmitool raw 0x0 0x9; date;
    Tue Aug 22 08:53:39 AM CST 2023
    No data available
    Unable to send RAW command (channel=0x0 netfn=0x0 lun=0x0 cmd=0x9)
    Tue Aug 22 08:53:54 AM CST 2023
    /* Cost 15 sec */

After:
    [root@20240220-643fbk2 ~]# date ; ipmitool raw 0x0 0x9; date;
    Fri May 10 01:09:38 PM CST 2024
    Unable to send RAW command (channel=0x0 netfn=0x0 lun=0x0 cmd=0x9 rsp=0xc1): Invalid command
    Fri May 10 01:09:39 PM CST 2024
    /* Cost 1 sec */

BonnieLo avatar May 14 '24 15:05 BonnieLo

@facebook-github-bot has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

facebook-github-bot avatar May 14 '24 15:05 facebook-github-bot

@BonnieLo has updated the pull request. You must reimport the pull request before landing.

facebook-github-bot avatar May 20 '24 01:05 facebook-github-bot

@facebook-github-bot has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

facebook-github-bot avatar May 20 '24 01:05 facebook-github-bot

This pull request has been merged in facebook/OpenBIC@7c2240a534cbf11bfab15de9a42c1b674fb80700.

facebook-github-bot avatar May 20 '24 15:05 facebook-github-bot