From f2bde7ac51123a0a46334b4ec55e2aceae031db7 Mon Sep 17 00:00:00 2001 From: Chenmin Sun Date: Sat, 14 Dec 2019 06:59:03 +0800 Subject: dpdk: add devargs support Type: feature This patch adds the devargs support for dpdk device The devargs are used as hardware-specific init args for dpdk devices please refer to the nic guides under $(DPDK_DIR)/doc/guides/nics/$(NIC_DRIVER).rst Signed-off-by: Chenmin Sun Change-Id: Id380d04720090bb66afe5ce09d664e5e248b8eb9 --- src/vpp/conf/startup.conf | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/vpp/conf/startup.conf') diff --git a/src/vpp/conf/startup.conf b/src/vpp/conf/startup.conf index 3d83a133609..b0d0c86641f 100644 --- a/src/vpp/conf/startup.conf +++ b/src/vpp/conf/startup.conf @@ -105,6 +105,11 @@ cpu { ## Default is off ## To enable TSO, 'enable-tcp-udp-checksum' must be set # tso on + + ## Devargs + ## device specific init args + ## Default is NULL + # devargs safe-mode-support=1,pipeline-mode-support=1 # } ## Whitelist specific interface by specifying PCI address -- cgit 1.2.3-korg