From 8feaf38c61f4ed005f84ca42388f8a87f9bf2f5e Mon Sep 17 00:00:00 2001 From: "Nataliia S." <81954790+natali-rs1985@users.noreply.github.com> Date: Wed, 18 Feb 2026 18:39:00 +0200 Subject: vpp: T8268: Unify CPU settings into a single 'cpu-cores' node under 'resource-allocation' (#1773) --- docs/vpp/configuration/dataplane/system.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'docs/vpp/configuration/dataplane/system.rst') 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' -- cgit v1.2.3