dpdk: enable tx checksum offloads as default, add disable knob
[vpp.git] / src / vpp / conf / startup.conf
index c3b9872..304dd1f 100644 (file)
@@ -121,6 +121,10 @@ cpu {
        ## Change hugepages allocation per-socket, needed only if there is need for
        ## larger number of mbufs. Default is 256M on each detected CPU socket
        # socket-mem 2048,2048
+
+       ## Disables UDP / TCP TX checksum offload. Typically needed for use
+       ## faster vector PMDs (together with no-multi-seg)
+       # no-tx-checksum-offload
 # }
 
 # Adjusting the plugin path depending on where the VPP plugins are: