diff options
| author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2026-01-12 18:07:37 +0000 |
|---|---|---|
| committer | Viacheslav Hletenko <v.gletenko@vyos.io> | 2026-01-12 18:11:14 +0000 |
| commit | f9faf8043fced7c1f617ce5717e502ad73981ca9 (patch) | |
| tree | 16276151a695e759ef6127e68c727161b6da9932 /interface-definitions | |
| parent | 7fea6b6dbbd786bf6a32c496fc70ca9e9b5f8b1f (diff) | |
| download | vyos-1x-f9faf8043fced7c1f617ce5717e502ad73981ca9.tar.gz vyos-1x-f9faf8043fced7c1f617ce5717e502ad73981ca9.zip | |
T7876: VPP increase dpdk-options num-rx-desc to 16384
Some NICs as `AWS ENA VF` allow to use 16384 descriptors
Diffstat (limited to 'interface-definitions')
| -rw-r--r-- | interface-definitions/vpp.xml.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/interface-definitions/vpp.xml.in b/interface-definitions/vpp.xml.in index 6a6a1b4f8..56ea83264 100644 --- a/interface-definitions/vpp.xml.in +++ b/interface-definitions/vpp.xml.in @@ -678,11 +678,11 @@ <properties> <help>Receive ring descriptors</help> <valueHelp> - <format>u32:256-8192</format> + <format>u32:256-16384</format> <description>Number of descriptors in receive ring</description> </valueHelp> <constraint> - <validator name="numeric" argument="--range 256-8192"/> + <validator name="numeric" argument="--range 256-16384"/> </constraint> </properties> <defaultValue>1024</defaultValue> |
