From 940d1c8a18d672c37c6545ffdabd090d29f09850 Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Tue, 27 Nov 2018 13:41:02 +0100 Subject: dpdk: allow interface name to be specified from startup.conf Example: dpdk { dev 0000:01:00.0 { name eth0 } dev 0000:02:00.0 { name eth1 } } Change-Id: I11e60e969a7e3548c99ac0c0c3531767819cb157 Signed-off-by: Damjan Marion --- src/vpp/conf/startup.conf | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/vpp') diff --git a/src/vpp/conf/startup.conf b/src/vpp/conf/startup.conf index 66b0c226303..7532f502631 100644 --- a/src/vpp/conf/startup.conf +++ b/src/vpp/conf/startup.conf @@ -94,6 +94,11 @@ cpu { ## Whitelist specific interface by specifying PCI address # dev 0000:02:00.0 + ## Set interface name + # dev 0000:02:00.1 { + # name eth0 + # } + ## Whitelist specific interface by specifying PCI address and in ## addition specify custom parameters for this interface # dev 0000:02:00.1 { -- cgit 1.2.3-korg