Following installation you must load the Onload drivers:
- Load the network and Onload kernel
drivers:
- If you are using the
sfcnetwork driver (for 8000 series or X2 series adapters), just use theonload_toolcommand:# onload_tool reloadThis replaces any previously loaded
sfcnetwork driver with thesfcdriver from the Onload distribution. - Otherwise you must reload the network driver yourself, and also the
auxiliary driver. For example if you are using the
xilinx_efctdriver with an X3 series adapter:# modprobe -r xilinx_efct # modprobe -r auxiliary # modprobe auxiliary # modprobe xilinx_efct # onload_tool reload --onload-only
- If you are using the
- Confirm success:
# onload OpenOnload <version> Copyright 2019-2022 Xilinx, 2006-2019 Solarflare Communications, 2002-2005 Level 5 Networks Built: <date> <time> (release) Kernel module: <version>If a
Kernel moduleversion is shown, this confirms that the Onload kernel module is installed and loaded.
Note: At this point Onload is loaded, but until the network interface has been configured and brought into service Onload will be unable to accelerate traffic.