mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
ref config updates Adding generated YAML + modules from the RDS Reorganizing TOC Adding latest RDS updates RDS doc updates RDS YAML updates Shanes review latest updates + new components overview diagram David J's review comments CCS attributes update Ian's review comments adding Hari's deviations update updating 4.14 link URLs Generalizes scope and deviation topics for RAN and Core updates for RDS prod version update deviations wording Updating deviation and scope topics consolidate dev and scope topics + intro Adding link to ztp-site-generate procedure typo final changes for RDS typos Ian's comments update for RDS terminology remove core CRs note add GH core CRs link
44 lines
897 B
Plaintext
44 lines
897 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * telco_ref_design_specs/ran/core/telco-core-ref-design-components.adoc
|
|
|
|
:_mod-docs-content-type: REFERENCE
|
|
[id="telco-core-kernel_{context}"]
|
|
= Kernel
|
|
|
|
New in this release::
|
|
|
|
Not applicable
|
|
|
|
Description::
|
|
|
|
The user can install the following kernel modules by using `MachineConfig` to provide extended kernel functionality to CNFs:
|
|
|
|
* sctp
|
|
* ip_gre
|
|
* ip6_tables
|
|
* ip6t_REJECT
|
|
* ip6table_filter
|
|
* ip6table_mangle
|
|
* iptable_filter
|
|
* iptable_mangle
|
|
* iptable_nat
|
|
* xt_multiport
|
|
* xt_owner
|
|
* xt_REDIRECT
|
|
* xt_statistic
|
|
* xt_TCPMSS
|
|
* xt_u32
|
|
|
|
Limits and requirements::
|
|
|
|
* Use of functionality available through these kernel modules must be analyzed by the user to determine the impact on CPU load, system performance, and ability to sustain KPI.
|
|
+
|
|
[NOTE]
|
|
====
|
|
Out of tree drivers are not supported.
|
|
====
|
|
|
|
Engineering considerations::
|
|
|
|
Not applicable |