From 400c1cfc7aaa022e7871ec51a97c530cdac53de8 Mon Sep 17 00:00:00 2001 From: Alex Popovsky Date: Tue, 13 Sep 2016 18:02:53 -0700 Subject: [PATCH] Add vlan-strip-offload help into startup.conf Change-Id: Icb240ce9c62e9a2e2ff18107729cffb8e4884a0c Signed-off-by: Alex Popovsky --- vpp/conf/startup.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vpp/conf/startup.conf b/vpp/conf/startup.conf index 7306fa4ec79..f9f4690d566 100644 --- a/vpp/conf/startup.conf +++ b/vpp/conf/startup.conf @@ -38,6 +38,10 @@ dpdk { ## Default is 1024 for both rx and tx # num-rx-desc 512 # num-tx-desc 512 + + ## VLAN strip offload mode for interface + ## Default is off + # vlan-strip-offload on # } ## Whitelist specific interface by specifying PCI address -- 2.16.6