Page MenuHomeVyOS Platform

VPP does not verify buffers memory for rx/tx queues
Closed, ResolvedPublic

Description

In VPP, interfaces require sufficient buffers for RX/TX descriptors and worker threads. If the system does not have enough buffers, the interface may fail to initialize.
Before starting VPP, buffer availability must be verified, as insufficient buffers may prevent one or more interfaces from initializing.

Details

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