Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions modules/telco-core-rds-networking.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ Description::

* The validated physical network configuration consists of two dual-port NICs.
One NIC is shared among the primary CNI (OVN-Kubernetes) and IPVLAN and MACVLAN traffic, the second NIC is dedicated to SR-IOV VF-based Pod traffic.
+
[NOTE]
====
The recommended network topology uses bonding with ports from the same dual-port NIC. Bonding ports across different NICs is not recommended.
====

* A Linux bonding interface (`bond0`) is created in an active-active LACP `IEEE 802.3ad` configuration with the two NIC ports attached.
+
Expand Down