Supermicro AOC-A25G-i4SM User Manual page 24

Hide thumbs Also See for AOC-A25G-i4SM:
Table of Contents

Advertisement

Super AOC-A25G-i4SM Add-on Card User's Guide
/lib/modules/<KERNEL
intelice/ice.ko
The installation location listed above is the default location. This may differ for
various Linux distributions.
Note: To compile the driver with ADQ (Application Device Queues) flags
set, use the following command where <nproc> is the number of logical
cores:
# make -j<nproc> CFLAGS_EXTRA='-DADQ_PERF -DADQ_PERF_COUN-
TERS' install
This will also apply the above 'make install' command.
5. Load the module using the modprobe command. To check the version of the
driver and then load it, enter the following commands:
# modinfo ice
# modprobe ice
Alternately, make sure that any older ice drivers are removed from the kernel before
loading the new module:
# rmmod ice; modprobe ice
Note: To enable verbose debug messages in the kernel log, use the
dynamic debug feature (dyndbg). See "Dynamic Debug" later in this
README for more information.
6. Assign an IP address to the interface by entering the following where <ethX>
is the interface name that was shown in dmesg after modprobe:
# ip address add <IP_address>/<netmask bits> dev <ethX>
7. After verifying that the interface works, enter the following commands where
the IP_address is for another machine on the same subnet. Do so when the
interface is being tested:
# ping <IP_address>
VER>/updates/drivers/net/ethernet/
3-8

Advertisement

Table of Contents
loading

Table of Contents