Skip to content

Commit f5157d9

Browse files
committed
doc: minor rewordings
1 parent 7b622e0 commit f5157d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/iaas/architecture/networking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ IronCore's virtual networking architecture provides an end-to-end virtual networ
66

77
- **Robust**: IronCore's virtual networking control plane is mainly implemented using Kubernetes controller model. Thus, it is able to survive component's failure and recover the running states by retrieving the desired networking configuration.
88
- **Flexible**: Thanks to the modular and layered architecture design, IronCore's virtual networking solution allows developers to implement and interchange components from the most top-level data center management system built upon defined IronCore APIs, to lowest-level packet processing engines depending on the used hardware.
9-
- **Performing**: The data plane of IronCore's virtual networking solution is built with the state-of-the-art packet processing framework, [DPDK](https://www.dpdk.org), and currently utilizes the hardware offloading features of [Nvidia's Mellanox SmartNic serials](https://www.nvidia.com/en-us/networking/ethernet-adapters/) to speedup packet processing. With the DPDK's run-to-completion model, IronCore's networking data plane can achieve high performance even in the environment where hardware offloading capability is limited or disabled.
9+
- **Performing**: The data plane of IronCore's virtual networking solution is built with the packet processing framework [DPDK](https://www.dpdk.org), and currently utilizes the hardware offloading features of [Nvidia's Mellanox SmartNic serials](https://www.nvidia.com/en-us/networking/ethernet-adapters/) to speedup packet processing. With the DPDK's run-to-completion model, IronCore's networking data plane can achieve high performance even in the environment where hardware offloading capability is limited or disabled.
1010

1111
IronCore's virtual networking architecture is illustrated with the following figure. It consists of several components that work together to ensure network out and inbound connectivity and isolation for `Machine` instances.
1212

docs/iaas/architecture/providers/brokers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Below is an example of how a `machinepoollet` and `machinebroker` will translate
88

99
![Brokers](/brokers.png)
1010

11-
Brokers are useful in scenarios where I want to run IronCore not in a single cluster but rather have a federated
11+
Brokers are useful in scenarios where IronCore should not run in a single cluster but rather have a federated
1212
environment. For example, in a federated environment, every hypervisor node in a compute cluster would announce it's
1313
`MachinePool` inside the compute cluster. A `MachinePoollet`/`MachineBroker` in this compute cluster could now announce
1414
a logical `MachinePool` "one level up" as a logical compute pool in e.g. an availability zone cluster. The broker concept

0 commit comments

Comments
 (0)