From f29288c3c989e0f05b3f5acc93a1dbc3f82fe519 Mon Sep 17 00:00:00 2001 From: Kevin Quinn Date: Wed, 31 Aug 2022 10:51:33 +0100 Subject: [PATCH] TELCODOCS-780-CM making small update based on feedback from change management --- ...riov-cfg-bond-interface-with-virtual-functions.adoc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/nw-sriov-cfg-bond-interface-with-virtual-functions.adoc b/modules/nw-sriov-cfg-bond-interface-with-virtual-functions.adoc index f5cb51b1d5..5c59e31313 100644 --- a/modules/nw-sriov-cfg-bond-interface-with-virtual-functions.adoc +++ b/modules/nw-sriov-cfg-bond-interface-with-virtual-functions.adoc @@ -5,17 +5,17 @@ [id="nw-sriov-cfg-bond-interface-with-virtual-functions_{context}"] = Configuring a bond interface from two SR-IOV interfaces -Bonding enables multiple network interfaces to be aggregated into a single logical "bonded" interface. Bond-CNI brings bond capability into containers. +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. -Bond-CNI can be created using SR-IOV virtual functions and placing them in the container network namespace. +Bond-CNI can be created using Single Root I/O Virtualization (SR-IOV) virtual functions and placing them in the container network namespace. -{product-title} only supports Bond-CNI using SR-IOV virtual functions. Physical interfaces are not supported. +{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. .Prerequisites -* The SR-IOV operator must be installed and configured to obtain virtual functions in a container. +* The SR-IOV Network Operator must be installed and configured to obtain virtual functions in a container. * To configure SR-IOV interfaces, an SR-IOV network and policy must be created for each interface. -* The SR-IOV operator creates a network attachment definition for each SR-IOV interface, based on the SR-IOV network and policy defined. +* The SR-IOV Network Operator creates a network attachment definition for each SR-IOV interface, based on the SR-IOV network and policy defined. * The `linkState` is set to the default value `auto` for the SR-IOV virtual function. [id="nw-sriov-cfg-creating-bond-network-attachment-definition_{context}"]