Users Guide

Table Of Contents
7–Linux Driver Software
Installing Linux Driver Software
Doc No. BC0054508-00 Rev. R
January 21, 2021 Page 37 Copyright © 2021 Marvell
For RHEL:
cd ~/rpmbuild
rpmbuild -bb SPECS/netxtreme2.spec
For SLES:
cd /usr/src/packages
rpmbuild -bb SPECS/netxtreme2.spec
3. Install the newly compiled RPM:
rpm -ivh RPMS/<arch>/netxtreme2-<version>.<arch>.rpm
The --force option may be needed on some Linux distributions if
conflicts are reported.
4. For FCoE offload, install the Open-FCoE utility.
For RHEL 7.5 and later, the version of fcoe-utils or open-fcoe
included in your distribution is sufficient and no out of box upgrades are
provided.
Where available, installation with yum will automatically resolve
dependencies. Otherwise, required dependencies can be located on your
OS installation media.
5. For SLES 15 and later, turn on the FCoE and link layer discover protocol
agent daemon (lldpad) services for FCoE offload, and just lldpad for
iSCSI-offload-TLV as follows:
chkconfig lldpad on
chkconfig fcoe on
6. Inbox drivers are included with all of the supported operating systems.
Rebooting is the simplest means to ensure the newly installed drivers are
loaded.
NOTE
For RHEL 8, install the kernel-rpm-macros and
kernel-abi-whitelists package before building the binary RPM.