VPP/FAQ

From fd.io
< VPP
Revision as of 14:52, 29 November 2017 by Dbarach (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Frequently Asked Questions

  1. Q: I'm using multiple vpp worker threads, yet only one of them is processing traffic. Why?
    A: Hardware RSS hashing sends all traffic from a given flow to the same queue. Each queue is assigned to a single worker thread. Make sure that you're sending traffic from a reasonably large number of flows.