diff options
author | Ray Kinsella <mdr@ashroe.eu> | 2020-08-14 15:27:10 +0100 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2020-08-31 18:17:20 +0000 |
commit | f9c8fe41280a48f95216cab43eab8db00ee592e1 (patch) | |
tree | 01df004c5a114b72d9a6be7b43995cbfb1374a49 /extras/vpp_config | |
parent | c8833b21919090cfde400c5fe7a14ccc38949764 (diff) |
vpp_config: update node variants to skx and icl
Node variant names have changed to skx and icl.
Type: fix
Signed-off-by: Ray Kinsella <mdr@ashroe.eu>
Change-Id: I5be832aa59e4e440df53869077d801c011e3defa
Diffstat (limited to 'extras/vpp_config')
-rw-r--r-- | extras/vpp_config/data/startup.conf.template | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extras/vpp_config/data/startup.conf.template b/extras/vpp_config/data/startup.conf.template index 9a537fd1367..13d86b6c384 100644 --- a/extras/vpp_config/data/startup.conf.template +++ b/extras/vpp_config/data/startup.conf.template @@ -156,10 +156,10 @@ dpdk {{ #node {{ ## specify the preferred default variant -# default {{ variant avx512 }} +# default {{ variant icl }} ## specify the preferred variant, for a given node -# ip4-rewrite {{ variant avx2 }} +# ip4-rewrite {{ variant skx }} #}} |