Difference between revisions of "VPP/FAQ"

From fd.io
< VPP
Jump to: navigation, search
(Created page with "== Frequently Asked Questions == # Q: I'm using multiple vpp worker threads, yet only one of them is processing traffic. Why? <br /> A: Hardware RSS hashing sends all traffi...")
(No difference)

Revision as of 14:52, 29 November 2017

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.