RtNalI10GB Driver Source
Source files for the RtNalI10GB driver are available at \IntervalZero\RTX64 SDK\4.5\DriverSource\RtNalI10GB\
. Visual Studio project and solution files are provided for Visual Studio 2019.
Source Files:
\IntervalZero\RTX64 SDK\4.5\DriverSource\RtNalI10GB\source\
- if_rtx.c
- if_rtx.h
- ixgbe_82598.c
- ixgbe_82598.h
- ixgbe_82599.c
- ixgbe_82599.h
- ixgbe_api.c
- ixgbe_api.h
- ixgbe_common.c
- ixgbe_common.h
- ixgbe_dcb.h
- ixgbe_dcb_82598.c
- ixgbe_dcb_82598.h
- ixgbe_dcb_82599.c
- ixgbe_dcb_82599.h
- ixgbe_mbx.c
- ixgbe_mbx.h
- ixgbe_osdep.h
- ixgbe_phy.c
- ixgbe_phy.h
- ixgbe_type.h
- ixgbe_vf.c
- ixgbe_vf.h
- ixgbe_x540.c
- ixgbe_x540.h
- ixgbe_x550.c
- ixgbe_x550.h
- resource.h
- RtI10GB.c
- RtI10GB.h
- RtI10GB.rc
- RtI10GBFuncs.c
Visual Studio 2019 |
---|
|
Building the Driver:
- Open the appropriate solution file (
\VS2019\RtNalI10GB_VS2019.sln
) in Visual Studio 2019. - Select the desired Solution Configuration and Solution Platform in the IDE.
- Click Build > Build Solution. A successful build results in a real-time DLL (RTDLL).
Using the Driver:
To use the new driver built above, you must associate it with a network interface through the RTX64 Control Panel. To do this:
NOTE: Before you can manage interfaces, you must first have converted a Windows Network device to RTX64 control. For more information, see Converting a Windows device to RTX64. For an up-to-date list of the devices supported by this driver, see the RTX64 Supported NICs document, available from the Customer Center.
- Launch the Control Panel and navigate to the Manage Interfaces page.
- Under Interfaces, click Add. The Add Interface dialog appears.
- Specify a Name for the interface. The name cannot include more than 64 characters.
- Select a Real-Time Network Device (RTND) from the Device drop-down.
- Click Browse to browse for the driver you created above.
- Specify the PCI bus Location of the network interface card for the interface in the form of three semicolon-separated integers. This parameter is optional if only one device of its kind is installed. The default location is 0;0;0.
- Select the Support TCP/IP check box if you want the new interface to support TCP/IP functionality. When selected, you must specific the following settings:
- The IPv4 Address of the interface in dotted-quad notation
- The IPv4 Netmask of the interface in dotted-quad notation
- Click Add. The interface for the selected device appears under Interfaces.
- Restart the NAL and TCP/IP Stack (if running) for your changes to take effect. If you plan to make other changes that require a restart of the network, make those changes first and then restart the NAL when you are finished. You must stop all network-enabled processes before you can restart.
See Managing Network Interfaces for more information.