Skip to content

Commit

Permalink
Update to latest from build 10.5.1.0.1 (IFS 10.5.1.0.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Breyer committed Sep 18, 2017
1 parent 6148f7a commit b5eaf8d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CommonInstall/main_omnipathwrap_delta.pl
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@
DefaultInstall => $State_Install,
SrcDir => file_glob("./IntelOPA-Tools*.*"),
DriverSubdir => "",
PreReq => " opa_stack ", CoReq => " opa_stack ",
PreReq => " opa_stack ibacm ", CoReq => " opa_stack ",
Hidden => 0, Disabled => 0,
HasStart => 1, HasFirmware => 0, DefaultStart => 0,
StartPreReq => " opa_stack ", # TBD
Expand Down
10 changes: 5 additions & 5 deletions Esm/ib/src/smi/sm/sm_qos.c
Original file line number Diff line number Diff line change
Expand Up @@ -2276,11 +2276,11 @@ sm_aggregateToBfrctrl(Node_t * nodep, STL_AGGREGATE * aggr)
do {
Port_t *portp = sm_get_port(nodep, startPort + i);

if (!sm_valid_port(portp)) continue;

portp->portData->bufCtrlTable = *((STL_BUFFER_CONTROL_TABLE*)data);
portp->portData->current.bfrctrl = 1;
BSWAP_STL_BUFFER_CONTROL_TABLE(&(portp->portData->bufCtrlTable));
if (sm_valid_port(portp)) {
portp->portData->bufCtrlTable = *((STL_BUFFER_CONTROL_TABLE*)data);
portp->portData->current.bfrctrl = 1;
BSWAP_STL_BUFFER_CONTROL_TABLE(&(portp->portData->bufCtrlTable));
}
data += STL_BFRCTRLTAB_PAD_SIZE;
} while (++i < count);

Expand Down
4 changes: 2 additions & 2 deletions opa-fm.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@

#[ICS VERSION STRING: unknown]
Name: opa-fm
Version: 10.5.0.0
Release: 136%{?dist}
Version: 10.5.1.0
Release: 1%{?dist}
Summary: Intel Omni-Path Fabric Management Software

License: GPLv2 or BSD
Expand Down

0 comments on commit b5eaf8d

Please sign in to comment.