From 6c5dc8bca0e1511ce399a5977327aa6fb0274119 Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Sun, 30 Apr 2023 07:59:00 +0200 Subject: 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! --- smoketest/configs/vrf-bgp-pppoe-underlay | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'smoketest') 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 { -- cgit v1.2.3