From a5e081794011deca6c3ed6f1e57f9a3a9fee6343 Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Fri, 28 Feb 2020 07:13:27 +0000 Subject: Make RXQs/TXQs configurable Signed-off-by: Peter Mikus Change-Id: I5d083f90c23792a8f1cb1c116698f92b99395942 --- .../10ge2p1x710-ethip4-ip4base-eth-2memif-1dcr-ndrpdr.robot | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/vpp/perf/container_memif/10ge2p1x710-ethip4-ip4base-eth-2memif-1dcr-ndrpdr.robot') diff --git a/tests/vpp/perf/container_memif/10ge2p1x710-ethip4-ip4base-eth-2memif-1dcr-ndrpdr.robot b/tests/vpp/perf/container_memif/10ge2p1x710-ethip4-ip4base-eth-2memif-1dcr-ndrpdr.robot index 5353cc3baa..c1bae0652c 100644 --- a/tests/vpp/perf/container_memif/10ge2p1x710-ethip4-ip4base-eth-2memif-1dcr-ndrpdr.robot +++ b/tests/vpp/perf/container_memif/10ge2p1x710-ethip4-ip4base-eth-2memif-1dcr-ndrpdr.robot @@ -16,6 +16,7 @@ | | Force Tags | 3_NODE_SINGLE_LINK_TOPO | PERFTEST | HW_ENV | NDRPDR | ... | NIC_Intel-X710 | ETH | IP4FWD | BASE | MEMIF | DOCKER | DRV_VFIO_PCI +| ... | RXQ_SIZE_0 | TXQ_SIZE_0 | ... | ethip4-ip4base-eth-2memif-1dcr | | Suite Setup | Setup suite single link | performance @@ -52,6 +53,8 @@ | ${crypto_type}= | ${None} | ${nic_name}= | Intel-X710 | ${nic_driver}= | vfio-pci +| ${nic_rxq_size}= | 0 +| ${nic_txq_size}= | 0 | ${osi_layer}= | L3 | ${overhead}= | ${0} # Traffic profile: -- cgit 1.2.3-korg