Page MenuHomeVyOS Platform

VPP verify helper for buffers has mistake config path
Closed, ResolvedPublicBUG

Description

VPP verify helper for buffers has mistake config path

set vpp settings interface eth1
set vpp settings resource-allocation buffers buffers-per-numa 16384
set vpp settings resource-allocation cpu-cores 1
commit

set vpp settings resource-allocation cpu-cores 5
commit

The second commit:

vyos@r14# set vpp settings resource-allocation cpu-cores 5
[edit]
vyos@r14# commit
[ vpp ]
Not enough buffers to initialize RX/TX queues for interfaces. Set "vpp
settings buffers buffers-per-numa" to 18560 or higher
[[vpp]] failed
Commit failed
[edit]
vyos@r14#

But we do not have this config path

vyos@r14# set vpp settings buffers

  Configuration path: vpp settings [buffers] is not valid
  Set failed

[edit]
vyos@r14#

Details

Version
VyOS 2026.03.09-0026-rolling
Is it a breaking change?
Perfectly compatible
Issue type
Bug (incorrect behavior)