Users Guide

Table Of Contents
7–Linux 驱动程序软件
安装 Linux 驱动程序软件
文件编号 BC0054508-05 修订版 R
2021 1 21 日第 36 版权所有 © 2021 Marvell
13. 对于 FCoE 卸载和 iSCSI-offload-TLV,重启 lldpad 服务以应用新设置。
service lldpad restart
14. 对于 FCOE 卸载,重启 FCoE 服务以应用新设置。
service fcoe restart
安装 KMP
要安装 KMP 包:
1. 安装 KMP :
rpm -ivh <file>
rmmod bnx2x
2. 加载驱动程序如下:
modprobe bnx2x
从源 TAR 文件构建驱动程序
要从 TAR 文件构建驱动程序
1. 创建目录并将 TAR 文件解压缩到该目录:
tar xvzf netxtreme2-version.tar.gz
2. 构建驱动程序 bnx2x.ko (或 bnx2x.o)以作为运行内核的可加载模块:
cd netxtreme2-version
make
此步骤中的示例涉及 bnx2x 驱动程序,但也适用于 bxn2fc bnx2i 驱动程
序。
此步骤中使用的示例涉及 bnx2x 驱动程序,但也适用于 bnx2i bnx2fc 驱动
程序。