Charles Chan | 671e398 | 2022-03-09 19:51:31 -0800 | [diff] [blame] | 1 | .. SPDX-FileCopyrightText: 2021 Open Networking Foundation <info@opennetworking.org> |
| 2 | .. SPDX-License-Identifier: Apache-2.0 |
| 3 | |
| 4 | SD-Fabric 1.1 |
| 5 | ============= |
| 6 | |
| 7 | After one year of incubation under the ONF's member-only license, |
| 8 | we are excited to present the first `open-source release of SD-Fabric under the Apache 2.0 license |
| 9 | <https://opennetworking.org/news-and-events/press-releases/onfs-leading-private-5g-connected-edge-platform-aether-now-released-to-open-source/>`_ |
| 10 | |
| 11 | SD-Fabric 1.1 comes with numerous new features and improvements. |
| 12 | The main focus for this release is full integration with Aether, |
| 13 | ONF’s private-5G edge connectivity solution for enterprises. |
| 14 | SD-Fabric brings the many benefits of network programmability to Aether, |
| 15 | from a hardware-accelerated highly-available P4-UPF, to fabric-wide slicing and QoS, |
| 16 | and per-packet visibility via Inband-Network Telemetry (INT). |
| 17 | |
| 18 | In this release, we provide two UPF options: the switch-based P4-UPF, offering the highest performance; |
| 19 | and the CPU-based BESS-UPF, tailored for deployment flexibility and horizontal scalability. |
| 20 | Both UPFs come with numerous bug fixes as well as integration with Aether 2.0 features, |
| 21 | such as support for 5G base stations, application filtering, QoS via multi-level rate-limiting, |
| 22 | and enhanced visibility with per-flow metrics and INT integration. |
| 23 | |
| 24 | Moreover, we provide many operational improvements such as better support for |
| 25 | enterprise networks, simplified configuration, improved stability, and reduced resource usage. |
| 26 | |
| 27 | We hope the transition to open source will catalyze the adoption of SD-Fabric and |
| 28 | attract more users and contributors from the community. |
| 29 | Please visit the :ref:`SD-Fabric documentation website <index>` to learn more about |
| 30 | all the features SD-Fabric offers and how to get started. |
| 31 | |
| 32 | Feature Highlights |
| 33 | ------------------ |
| 34 | |
| 35 | Open Source Release |
| 36 | ^^^^^^^^^^^^^^^^^^^ |
| 37 | All SD-Fabric components are now completely open source under the Apache 2.0 license. |
| 38 | We have published all source code, docker images, helm charts, documentation, and mailing lists. |
| 39 | |
| 40 | Aether Integration |
| 41 | ^^^^^^^^^^^^^^^^^^ |
| 42 | This release provides the following integrations with Aether 2.0: |
| 43 | |
| 44 | - **4G/5G slice based on P4-UPF**: |
| 45 | which can now be instantiated using the Aether management portal or APIs. |
| 46 | In this release, we support creating only one P4-UPF slice, |
| 47 | creation of more P4-UPF slices will come in future releases. |
| 48 | As before, more than one slice can be created when using BESS-UPF. |
| 49 | - **Initial INT integration**: |
| 50 | this release adds di-metrics-exporter, |
Carmelo Cascone | 827e8a5 | 2022-03-10 16:54:22 -0800 | [diff] [blame^] | 51 | a new service which fetches and aggregates real-time INT-based metrics and anomalies |
| 52 | from Intel\ |reg| DeepInsight |tm|, |
Charles Chan | 671e398 | 2022-03-09 19:51:31 -0800 | [diff] [blame] | 53 | to produce per-UE health status reports to be consumed by the Aether Analytics Engine (work-in-progress). |
| 54 | SD-fabric supports monitoring of UE traffic when using both P4-UPF and BESS-UPF. |
| 55 | |
| 56 | P4-UPF |
| 57 | ^^^^^^ |
| 58 | This release aims at bringing feature parity with BESS-UPF. To this end, P4-UPF now supports |
| 59 | the following new features: |
| 60 | |
| 61 | - **Application filtering**: |
| 62 | where the UPF can drop or forward traffic based on application endpoints |
| 63 | (IPv4 prefix and port range) configured using PFCP SDF filters received from SD-Core. |
| 64 | We support all ROC policies: ALLOW-ALL, DENY-ALL, ALLOW-PUBLIC. |
| 65 | - **Multi-level rate-limiting**: |
| 66 | where traffic can be policed at the application level, UE level, or slice level. |
| 67 | Per-application and per-UE rate limits can be configured by means of PFCP QERs received from SD-Core. |
| 68 | |
| 69 | BESS-UPF |
| 70 | ^^^^^^^^ |
| 71 | - **Port ranges in app filtering rules**: |
| 72 | BESS-UPF now supports installing PDRs with SDF filters |
| 73 | matching on more than one transport-layer port. |
| 74 | - **Arbitrary IPv4 prefix lengths in app filtering rules**: |
| 75 | including Aether's **allow-public** rule set (which blocks traffic to RFC 1918 private subnets). |
| 76 | - **Per-flow metrics (experimental)**: |
| 77 | when enabled, the BESS pipeline collects metrics such as throughput, latency, jitter, and packet loss. |
| 78 | Metrics are collected for each PFCP PDR rule, |
| 79 | allowing performance monitoring for multiple application flows for the same UE. |
| 80 | Metrics can be exported via the Prometheus endpoint in PFCP-Agent. |
| 81 | |
| 82 | Slicing & QoS |
| 83 | ^^^^^^^^^^^^^ |
| 84 | We continue to make slicing and QoS more configurable to adapt to different use cases. |
| 85 | |
| 86 | - **ONOS now reads slicing parameters via netcfg**: |
| 87 | to support static configuration of arbitrary slices and traffic classes. |
| 88 | - **Updated config generation scripts**: |
| 89 | to automatically generate both Stratum chassis_config and ONOS netcfg file using high-level parameters. |
| 90 | |
| 91 | Operations |
| 92 | ^^^^^^^^^^ |
| 93 | Numerous improvements to make it easier to deploy and operate SD-Fabric. |
| 94 | |
| 95 | - **Support for P4Runtime port translation**: |
| 96 | which allows hiding ASIC-specific internal port numbers from user-facing configuration files. |
| 97 | Now, when configuring switch interfaces in both the ONOS netcfg and Stratum chassis config, |
| 98 | users can specify front panel port/channel numbers instead of SDK port numbers. |
| 99 | - **Remove the management server from the data plane**: |
| 100 | user traffic is now processed by P4-UPF or BESS-UPF and then |
| 101 | forwarded upstream (or to edge-applications) directly by the fabric switches. |
| 102 | - **Support base stations behind L3-routed network**: |
| 103 | supporting real-world enterprise deployments. |
| 104 | - **Improve support for paired-leaves topology and distributed UPF**: |
| 105 | by enabling phased-recovery by default to ensure |
| 106 | traffic is not sent to a recovering switch until it is fully programmed, avoiding unnecessary packet drops. |
| 107 | |
| 108 | Bug fixes and other improvements |
| 109 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 110 | - Made primary controller election in ONOS persistent during device and cluster events, |
| 111 | ensuring flow/group operations to always be successful. |
| 112 | - Improved the UP4's distributed UPF replication protocol, |
| 113 | fixing a known issue that was causing missing or stale flows in some switches. |
| 114 | - Implemented a reconciliation mechanisms in the ONOS device manager to |
| 115 | facilitate recovery from network partition scenarios |
| 116 | - Fixed wrong flow handling during network partition scenarios |
| 117 | - Enabled ZGC garbage collector in ONOS to reduce garbage collector pauses and their effects on the cluster. |
| 118 | - Upgraded Atomix to 3.1.12 and Karaf to 4.2.14 |
| 119 | |
| 120 | Testing |
| 121 | ^^^^^^^ |
| 122 | - Built a new Go-based integration test infrastructure for PFCP-Agent, |
| 123 | including ``pfcpsim``, a CLI-based tool to emulate SMF interactions in tests. |
| 124 | The new infrastructure allows testing PFCP-Agent interaction for both P4-UPF and BESS-UPF. |
| 125 | - Nightly SD-Fabric integration tests now include PFCP-Agent |
| 126 | - Added new nightly test cases for new P4-UPF features and persistent controller election |
| 127 | |
| 128 | Development |
| 129 | ^^^^^^^^^^^ |
| 130 | - Created a v1model version of the fabric-tna P4 program. |
| 131 | The new P4 program allows sharing the same pipeconf and PTF tests as the TNA version of the program, |
| 132 | facilitating development and testing in bmv2-based emulated environments. |
| 133 | |
| 134 | Upgrade Notes |
| 135 | ------------- |
| 136 | If you are upgrading from SD-Fabric 1.0, there are several substantial changes that require additional attention. |
| 137 | |
| 138 | **ONOS netcfg** |
| 139 | |
| 140 | - We renamed all pipeconf names and replaced ``spgw`` with ``upf`` |
| 141 | (e.g., ``fabric-spgw-int`` is now named ``fabric-upf-int``) |
| 142 | - We bumped the supported Intel\ |reg| P4 Studio SDE from ``9_5_0`` to ``9_7_0`` |
| 143 | - S1U/N3 address and UE pool configuration for the UP4 app is no longer necessary. |
| 144 | Please use the PFCP-Agent ``upf.json`` or helm values to specify them. |
| 145 | - When using 5G base stations, make sure to set the ``pscEncapEnabled`` flag to true in the UP4's netcfg |
| 146 | - Because of P4Runtime translation, |
| 147 | all port numbers in the ONOS netcfg should match the **singleton port id** used in the Stratum chassis config |
| 148 | (instead of the ASIC-specific P4 port number). |
| 149 | - See :ref:`ONOS Network Config <onos_network_config>` for more details |
| 150 | |
| 151 | **PFCP agent** |
| 152 | |
| 153 | - We made UE pool configuration in the PFCP Agent mandatory. |
| 154 | Make sure to configure ``ue_ip_pool``, under the ``cpiface`` group, in the ``upf.json`` file (or Helm values). |
| 155 | - Access IP configuration parameter is now mandatory. |
| 156 | Make sure to configure ``access_ip`` in the ``upf.json`` file (or Helm values). |
| 157 | - ``p4rtciface.ue_ip_pool`` has been removed. Use ``cpiface.ue_ip_pool`` instead. |
| 158 | - Introduced ``slice_id`` field. It defaults to 0 if not specified. |
| 159 | - See :ref:`PFCP agent config <pfcp_agent_config>` for more details |
| 160 | |
| 161 | **Stratum chassis config** |
| 162 | |
| 163 | - Since the Stratum's singleton port ID can now be used in the ONOS netcfg for all port numbers |
| 164 | (thanks to P4Runtime translation), we recommend using the following easy-to-understand convention: |
| 165 | |
| 166 | - For unchannelized ports: use the same front panel port number, |
| 167 | e.g., for port “9/0” use singleton port ID “9” |
| 168 | - For channelized ports: use the formula “port number x 100 + channel”, |
| 169 | e.g., when configuring channels 9/0, 9/1, 9/2, and 9/3, |
| 170 | the corresponding singleton port IDs should be 900, 901, 902, and 903 |
| 171 | - See `Stratum port number <https://github.com/stratum/stratum/blob/main/stratum/hal/bin/barefoot/README.run.md#user-content-port-numbers>`_ for more details |
| 172 | |
| 173 | **Docker image** |
| 174 | |
| 175 | - All our docker images are now hosted on DockerHub. |
| 176 | Remember to update image registry, repo and tag if you were pulling images from the Aether Registry previously |
| 177 | - We renamed the ``tost`` image to ``sdfabric-onos`` |
| 178 | |
| 179 | **Helm value** |
| 180 | |
| 181 | - ``logging.karafVersion`` should be updated from ``4.2.9`` to ``4.2.14`` |
| 182 | |
| 183 | |
| 184 | Known Issues and Limitations |
| 185 | ---------------------------- |
| 186 | - Some INT collectors might not support topologies with dual-homed hosts. |
| 187 | - In P4-UPF, configuration of slice rate limits is currently not exposed to Aether. |
| 188 | We plan to add this in the next minor release (SD-Fabric v1.1.1). |
Carmelo Cascone | 827e8a5 | 2022-03-10 16:54:22 -0800 | [diff] [blame^] | 189 | - In P4-UPF, we currently don't support exporting per-port or per-flow metrics |
| 190 | via Prometheus. As a consequence, when using the Aether monitoring dashboard, |
| 191 | the corresponding graphs will not be populated. We plan to add this in the |
| 192 | next major release (SD-Fabric v1.2) |
| 193 | - In BESS-UPF, when using application filtering with port ranges, we don't |
| 194 | support ranges wider than 100 ports. Please create more application filtering |
| 195 | rules to cover the desired range. |
Charles Chan | 671e398 | 2022-03-09 19:51:31 -0800 | [diff] [blame] | 196 | |
| 197 | Component Versions |
| 198 | ------------------ |
| 199 | |
| 200 | SD-Fabric ONOS |
| 201 | ^^^^^^^^^^^^^^ |
| 202 | - Image |
| 203 | |
| 204 | - `opennetworking/sdfabric-onos <https://hub.docker.com/r/opennetworking/sdfabric-onos>`_: ``1.1.0`` |
| 205 | |
| 206 | - Source code |
| 207 | |
| 208 | - `onos <https://github.com/opennetworkinglab/onos>`_: ``2.5.7-rc1`` |
| 209 | - `trellis-control <https://github.com/opennetworkinglab/trellis-control>`_: ``3.1.0`` |
| 210 | - `fabric-tna <https://github.com/stratum/fabric-tna>`_: ``1.0.0`` |
| 211 | - `up4 <https://github.com/omec-project/up4>`_: ``1.0.0`` |
| 212 | |
| 213 | Stratum |
| 214 | ^^^^^^^ |
| 215 | - Image: `stratumproject/stratum-bfrt <https://hub.docker.com/r/stratumproject/stratum-bfrt>`_: ``22.03.01-9.7.0`` |
| 216 | - Repo: `stratum <https://github.com/stratum/stratum>`_: ``29f391580de8d5ee2d7a207a9a4261fda4e54a6f`` |
| 217 | |
| 218 | DBUF |
| 219 | ^^^^ |
| 220 | - Image: `opennetworking/dbuf <https://hub.docker.com/r/opennetworking/dbuf>`_: ``1.0.0`` |
| 221 | - Repo: `dbuf <https://github.com/omec-project/dbuf>`_: ``v1.0.0`` |
| 222 | |
| 223 | PFCP Agent |
| 224 | ^^^^^^^^^^ |
| 225 | - Image: `omecproject/upf-epc-pfcpiface <https://hub.docker.com/r/omecproject/upf-epc-pfcpiface>`_ |
| 226 | |
| 227 | - For P4-UPF: ``master-fcdbc95`` |
| 228 | - For BESS-UPF: ``master-9cb736e`` |
| 229 | |
| 230 | - Repo: `pfcpiface <https://github.com/omec-project/upf/tree/master/pfcpiface>`_ |
| 231 | |
| 232 | - For P4-UPF: ``to-be-updated`` |
| 233 | - For BESS-UPF: ``to-be-updated`` |
| 234 | |
| 235 | BESS UPF |
| 236 | ^^^^^^^^ |
| 237 | - Image: `omecproject/upf-epc-bess <https://github.com/omec-project/upf>`_: ``master-9cb736e`` |
| 238 | - Repo: `upf <https://github.com/omec-project/upf>`_: ``to-be-updated`` |
| 239 | |
| 240 | DeepInsight Utility |
| 241 | ^^^^^^^^^^^^^^^^^^^ |
| 242 | |
| 243 | - Image: `registry.opennetworking.org/deepinsight/utility <https://registry.opennetworking.org/harbor/projects/38/repositories/utility>`_: ``4.2.0-ONF`` |
| 244 | - Repo: `bf-di-scripts <https://github.com/opennetworkinglab/bf-di-scripts/blob/master/4/utility/>`_: ``fbc6999d4dc92d8f9909df1c9f2e7b66b0edbf2e`` |
| 245 | |
| 246 | .. note:: |
Carmelo Cascone | 827e8a5 | 2022-03-10 16:54:22 -0800 | [diff] [blame^] | 247 | DeepInsight |tm| is a 3rd party licensed software from Intel\ |reg|. |
Charles Chan | 671e398 | 2022-03-09 19:51:31 -0800 | [diff] [blame] | 248 | It is integrated with SD-Fabric but the image is not distributed as part of the SD-Fabric open source release. |
| 249 | |
| 250 | Helm Chart Versions |
| 251 | ------------------- |
| 252 | - `sdfabric <https://gerrit.opencord.org/plugins/gitiles/sdfabric-helm-charts/+/refs/heads/master/sdfabric>`_: ``1.1.0`` |
| 253 | |
| 254 | - `onos-classic chart <https://github.com/onosproject/onos-helm-charts/tree/master/onos-classic>`_: ``0.1.28`` |
| 255 | - `stratum chart <https://github.com/stratum/stratum-helm-charts/tree/master/stratum>`_: ``0.1.18`` |
| 256 | - `pfcp-agent chart <https://gerrit.opencord.org/plugins/gitiles/sdfabric-helm-charts/+/refs/heads/master/pfcp-agent>`_: ``0.0.12`` |
| 257 | - `dbuf chart <https://gerrit.opencord.org/plugins/gitiles/sdfabric-helm-charts/+/refs/heads/master/dbuf/>`_: ``0.0.4`` |
| 258 | - `int-host-reporter chart <https://gerrit.opencord.org/plugins/gitiles/sdfabric-helm-charts/+/refs/heads/master/int-host-reporter>`_: ``0.0.4`` |
| 259 | - `di-topology-watchdog chart <https://gerrit.opencord.org/plugins/gitiles/sdfabric-helm-charts/+/refs/heads/master/di-topology-watchdog>`_: ``0.0.5`` |
| 260 | - `di-metrics-exporter chart <https://gerrit.opencord.org/plugins/gitiles/sdfabric-helm-charts/+/refs/heads/master/di-metrics-exporter>`_: ``0.0.3`` |
| 261 | |
| 262 | - `bess-upf chart <https://gerrit.opencord.org/plugins/gitiles/sdfabric-helm-charts/+/refs/heads/master/bess-upf>`_: ``0.0.4`` |
| 263 | |
| 264 | .. |reg| unicode:: U+000AE .. REGISTERED SIGN |
Carmelo Cascone | 827e8a5 | 2022-03-10 16:54:22 -0800 | [diff] [blame^] | 265 | .. |tm| unicode:: U+2122 .. TRADE MARK SIGN |