Skip to content

Conversation

devnexen
Copy link
Member

  • PACKET_FANOUT_HASH (default) distributes incoming raw packets to a group of processes (per-flow group).
  • PACKET_FANOUT_LB uses a round-robin algorithm.
  • PACKET_FANOUT_CPU decision based on a given cpu instead.
  • PACKET_FANOUT_RND uses a pseudo random generator.
  • PACKET_FANOUT_QM uses the queue mapping high performance (hardware based).

- PACKET_FANOUT_HASH (default) distributes incoming raw packets
to a group of processes (per-flow group).
- PACKET_FANOUT_LB uses a round-robin algorithm.
- PACKET_FANOUT_CPU decision based on a given cpu instead.
- PACKET_FANOUT_RND uses a pseudo random generator.
- PACKET_FANOUT_QM uses the queue mapping high performance (hardware
  based).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant