summaryrefslogtreecommitdiff
path: root/smoketest/configs
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2023-04-30 07:59:00 +0200
committerChristian Breunig <christian@breunig.cc>2023-04-30 08:01:14 +0200
commit6c5dc8bca0e1511ce399a5977327aa6fb0274119 (patch)
tree1e50c37f46ab93fb810c5f8228dac7491d74b1b0 /smoketest/configs
parent0a802d20c832e677f59338a6063ef43a081b6103 (diff)
downloadvyos-1x-6c5dc8bca0e1511ce399a5977327aa6fb0274119.tar.gz
vyos-1x-6c5dc8bca0e1511ce399a5977327aa6fb0274119.zip
smoketest: QEmu ethernet drivers only support ring-buffer size of 256 bytes
Commit 0a802d20c - ("smoketest: add config with VRF BGP instance") added a config from a VMware VM. When moving to QEmu we must reduce the network card ring-bufer size from 4096 -> 256, as the tests failed with: > Driver only supports a maximum RX ring-buffer size of "256" bytes!
Diffstat (limited to 'smoketest/configs')
-rw-r--r--smoketest/configs/vrf-bgp-pppoe-underlay8
1 files changed, 4 insertions, 4 deletions
diff --git a/smoketest/configs/vrf-bgp-pppoe-underlay b/smoketest/configs/vrf-bgp-pppoe-underlay
index 2a58dfdb2..7d896d86d 100644
--- a/smoketest/configs/vrf-bgp-pppoe-underlay
+++ b/smoketest/configs/vrf-bgp-pppoe-underlay
@@ -24,8 +24,8 @@ interfaces {
tso
}
ring-buffer {
- rx 4096
- tx 4096
+ rx 256
+ tx 256
}
vif 5 {
address 2001:db8:200:f0::114/64
@@ -92,8 +92,8 @@ interfaces {
tso
}
ring-buffer {
- rx 4096
- tx 4096
+ rx 256
+ tx 256
}
}
ethernet eth2 {