From 78b0a6e3f6e8644ebd06273f53b2440748ba34f4 Mon Sep 17 00:00:00 2001 From: Ray Kinsella Date: Tue, 4 May 2021 10:07:26 +0100 Subject: dpdk: allow configuration of max-simd-bitwidth Enable configuration of DPDK's max-simd-bitwidth through the startup.conf Type: improvement Change-Id: I455148714ffc7caa257931526f310dbefd7ab01c Signed-off-by: Ray Kinsella --- src/vpp/conf/startup.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/vpp') diff --git a/src/vpp/conf/startup.conf b/src/vpp/conf/startup.conf index 270160217a0..d96a4307231 100644 --- a/src/vpp/conf/startup.conf +++ b/src/vpp/conf/startup.conf @@ -179,6 +179,9 @@ cpu { ## Enable UDP / TCP TX checksum offload ## This is the reversed option of 'no-tx-checksum-offload' # enable-tcp-udp-checksum + + ## Enable/Disable AVX-512 vPMDs + # max-simd-bitwidth <256|512> # } ## node variant defaults -- cgit 1.2.3-korg