diff options
author | Alex Popovsky <apopovsk@cisco.com> | 2016-09-13 18:02:53 -0700 |
---|---|---|
committer | Damjan Marion <dmarion.lists@gmail.com> | 2016-09-14 13:37:23 +0000 |
commit | 400c1cfc7aaa022e7871ec51a97c530cdac53de8 (patch) | |
tree | 348e4a5e435a089be485455e3bf88e979edb3aa3 | |
parent | 698b952c310caf95ca9040a435a42a9e339e2a9f (diff) |
Add vlan-strip-offload help into startup.conf
Change-Id: Icb240ce9c62e9a2e2ff18107729cffb8e4884a0c
Signed-off-by: Alex Popovsky <apopovsk@cisco.com>
-rw-r--r-- | vpp/conf/startup.conf | 4 |
1 files changed, 4 insertions, 0 deletions
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 |