Skip to content

Commit 15c984d

Browse files
authored
Merge pull request #113735 from openshift-cherrypick-robot/cherry-pick-109198-to-enterprise-4.22
[enterprise-4.22] TELCODOCS-2852: Add short description attributes for DITA conversion
2 parents 3354b61 + a4961e9 commit 15c984d

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

modules/proc-switching-bf2-nic.adoc

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
[id="proc-switching-bf2-nic_{context}"]
77
= Switching Bluefield-2 from DPU mode to NIC mode
88

9+
[role="_abstract"]
910
Use the following procedure to switch Bluefield-2 from data processing units (DPU) mode to network interface controller (NIC) mode.
1011

1112
[IMPORTANT]
@@ -26,6 +27,7 @@ Currently, only switching Bluefield-2 from DPU to NIC mode is supported. Switchi
2627
----
2728
$ oc label node <node_name> node-role.kubernetes.io/sriov=
2829
----
30+
+
2931
--
3032
where:
3133

@@ -84,13 +86,16 @@ spec:
8486
[Service]
8587
SuccessExitStatus=0 120
8688
RemainAfterExit=True
87-
ExecStart=/bin/bash -c '/etc/default/switch_in_sriov_config_daemon.sh nic || shutdown -r now' <1>
89+
ExecStart=/bin/bash -c '/etc/default/switch_in_sriov_config_daemon.sh nic || shutdown -r now'
8890
Type=oneshot
8991
[Install]
9092
WantedBy=multi-user.target
9193
----
92-
<1> Optional: The PCI address of a specific card can optionally be specified, for example `ExecStart=/bin/bash -c '/etc/default/switch_in_sriov_config_daemon.sh nic 0000:5e:00.0 || echo done'`. By default, the first device is selected. If there is more than one device, you must specify which PCI address to be used. The PCI address must be the same on all nodes that are switching Bluefield-2 from DPU mode to NIC mode.
94+
+
95+
--
96+
* `ExecStart` specifies the command to switch the Bluefield-2 into NIC mode. Optionally, you can specify the PCI address of a specific card, for example `ExecStart=/bin/bash -c '/etc/default/switch_in_sriov_config_daemon.sh nic 0000:5e:00.0 || echo done'`. By default, the first device is selected. If there is more than one device, you must specify which PCI address to use. The PCI address must be the same on all nodes that are switching Bluefield-2 from DPU mode to NIC mode.
97+
--
9398

9499
. Wait for the compute nodes to restart. After restarting, the Bluefield-2 network device on the compute nodes is switched into NIC mode.
95100

96-
. Optional: You might need to restart the host hardware because most recent Bluefield-2 firmware releases require a hardware restart to switch into NIC mode.
101+
. Optional: You might need to restart the host hardware because most recent Bluefield-2 firmware releases require a hardware restart to switch into NIC mode.

networking/hardware_networks/switching-bf2-nic-dpu.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ include::_attributes/common-attributes.adoc[]
66

77
toc::[]
88

9+
[role="_abstract"]
910
You can switch the Bluefield-2 network device from data processing unit (DPU) mode to network interface controller (NIC) mode.
1011

1112
Before you perform any tasks in the following documentation, ensure that you xref:../../networking/networking_operators/sr-iov-operator/installing-sriov-operator.adoc#installing-sriov-operator[installed the SR-IOV Network Operator].

0 commit comments

Comments
 (0)