Skip to content

Commit

Permalink
Merge pull request #44 from ykulazhenkov/pr-improve-ovs-doc
Browse files Browse the repository at this point in the history
Improve docs for software bridge management
  • Loading branch information
rollandf authored May 23, 2024
2 parents 34ee259 + c545573 commit 4bc0b65
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/getting-started-kubernetes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1465,6 +1465,8 @@ Create SriovNetworkNodePolicy for selected NIC
nodeSelector:
node-role.kubernetes.io/worker: ""
numVfs: 4
isRdma: true
linkType: ETH
resourceName: switchdev
bridge:
ovs: {}
Expand Down Expand Up @@ -1551,6 +1553,8 @@ Create SriovNetworkNodePolicy for selected NIC
nodeSelector:
node-role.kubernetes.io/worker: ""
numVfs: 4
isRdma: true
linkType: ETH
resourceName: switchdev
bridge:
ovs:
Expand Down Expand Up @@ -1611,8 +1615,21 @@ Test Workload
- |
while true; do sleep 1000; done
image: mellanox/rping-test
securityContext:
capabilities:
add: ["IPC_LOCK"]
resources:
requests:
nvidia.com/switchdev: 1
limits:
nvidia.com/switchdev: 1
^^^^^^^^^^^^^^^^^^^
Troubleshooting OVS
^^^^^^^^^^^^^^^^^^^

For OVS hardware offload verification and troubleshooting steps, please refer to the following DOCA documentation:

* `OVS-Kernel Hardware Offloads <https://docs.nvidia.com/doca/sdk/ovs-kernel+hardware+offloads/index.html>`_

* `OVS-DOCA Hardware Offloads <https://docs.nvidia.com/doca/sdk/ovs-doca+hardware+offloads/index.html>`_

0 comments on commit 4bc0b65

Please sign in to comment.