interface: support configuring RSS steering queues
[vpp.git] / src / vpp / conf / startup.conf
index b0d0c86..56610e2 100644 (file)
@@ -110,6 +110,10 @@ cpu {
                 ## device specific init args
                 ## Default is NULL
                # devargs safe-mode-support=1,pipeline-mode-support=1
+
+               ## rss-queues
+               ## set valid rss steering queues
+               # rss-queues 0,2,5-7
        # }
 
        ## Whitelist specific interface by specifying PCI address
@@ -151,6 +155,17 @@ cpu {
        # enable-tcp-udp-checksum
 # }
 
+## node variant defaults
+#node {
+
+## specify the preferred default variant
+#      default { variant avx512 }
+
+## specify the preferred variant, for a given node
+#      ip4-rewrite { variant avx2 }
+
+#}
+
 
 # plugins {
        ## Adjusting the plugin path depending on where the VPP plugins are