> For the complete documentation index, see [llms.txt](https://huataihuang.gitbook.io/cloud-atlas-draft/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://huataihuang.gitbook.io/cloud-atlas-draft/server/bios/dell_bios_setting_example.md).

# Dell BIOS设置案例(关闭IR-SRV)

> Dell的BIOS修改工具参考[命令行修改BIOS](https://github.com/huataihuang/cloud-atlas-draft/tree/6f3204fffc11cf006abd394631e2598d98b415c3/server/bios/modify_bios_through_linux_command/README.md)安装，即可以通过`syscfg`工具进行设置。

## `interrupt remapping`设置

对于Dell的R510服务器，其使用的[Intel 5500 and 5520 chipsets (revision 0x13) and the Intel X58 chipset (revisions 0x12, 0x13, 0x22)存在Interrupt remapping的缺陷](https://www.novell.com/support/kb/doc.php?id=7014344)，需要在BIOS上关闭。

> Dell服务器BIOS（参考）

```
System BIOS Setting -> Processor Settings -> Visualization Technology (Enabled)
System BIOS Settings -> Integrated Devices -> SR-IOV Global Enable (Enabled)
    System Setup (click on finish) -> Device Settings -> 选择存储卡
        -> SRI-OV enabled with 8 virtual functions
```

## 参考

* [HowTo Set Dell PowerEdge R730 BIOS parameters to support SR-IOV](https://community.mellanox.com/docs/DOC-2249)
