You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
= Configuring a bond interface from two SR-IOV interfaces
7
7
8
-
Bonding enables multiple network interfaces to be aggregated into a single logical "bonded" interface. Bond-CNI brings bond capability into containers.
8
+
Bonding enables multiple network interfaces to be aggregated into a single logical "bonded" interface. Bond Container Network Interface (Bond-CNI) brings bond capability into containers.
9
9
10
-
Bond-CNI can be created using SR-IOV virtual functions and placing them in the container network namespace.
10
+
Bond-CNI can be created using Single Root I/O Virtualization (SR-IOV) virtual functions and placing them in the container network namespace.
11
11
12
-
{product-title} only supports Bond-CNI using SR-IOV virtual functions. Physical interfaces are not supported.
12
+
{product-title} only supports Bond-CNI using SR-IOV virtual functions. The SR-IOV Network Operator provides the SR-IOV CNI plug-in needed to manage the virtual functions. Other CNIs or types of interfaces are not supported.
13
13
14
14
.Prerequisites
15
15
16
-
* The SR-IOV operator must be installed and configured to obtain virtual functions in a container.
16
+
* The SR-IOV Network Operator must be installed and configured to obtain virtual functions in a container.
17
17
* To configure SR-IOV interfaces, an SR-IOV network and policy must be created for each interface.
18
-
* The SR-IOV operator creates a network attachment definition for each SR-IOV interface, based on the SR-IOV network and policy defined.
18
+
* The SR-IOV Network Operator creates a network attachment definition for each SR-IOV interface, based on the SR-IOV network and policy defined.
19
19
* The `linkState` is set to the default value `auto` for the SR-IOV virtual function.
0 commit comments