diff options
| author | Nataliia S. <81954790+natali-rs1985@users.noreply.github.com> | 2026-02-18 18:39:00 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-18 16:39:00 +0000 |
| commit | 8feaf38c61f4ed005f84ca42388f8a87f9bf2f5e (patch) | |
| tree | ce4df1e554f9f31ec445a7f8b723eeeb1f71a6bb /docs/vpp/configuration/dataplane/system.rst | |
| parent | 760ff41aaf62aa64739f2afef9d29cc9b7c7bfa8 (diff) | |
| download | vyos-documentation-8feaf38c61f4ed005f84ca42388f8a87f9bf2f5e.tar.gz vyos-documentation-8feaf38c61f4ed005f84ca42388f8a87f9bf2f5e.zip | |
vpp: T8268: Unify CPU settings into a single 'cpu-cores' node under 'resource-allocation' (#1773)
Diffstat (limited to 'docs/vpp/configuration/dataplane/system.rst')
| -rw-r--r-- | docs/vpp/configuration/dataplane/system.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/vpp/configuration/dataplane/system.rst b/docs/vpp/configuration/dataplane/system.rst index 660668b8..80a7a409 100644 --- a/docs/vpp/configuration/dataplane/system.rst +++ b/docs/vpp/configuration/dataplane/system.rst @@ -161,6 +161,5 @@ For a system with 4 CPU cores (0-3) where cores 2-3 are dedicated to VPP: set system option kernel disable-power-saving set system option kernel disable-softlockup - # VPP CPU assignment (matches isolated cores) - set vpp settings cpu main-core '2' - set vpp settings cpu corelist-workers '3' + # VPP CPU assignment + set vpp settings resource-allocation cpu-cores '2' |
