HomeFreeBSD

MFC r340279

Description

MFC r340279

netmap: add load balancer program

Add the lb program, which is able to load-balance input traffic
received from a netmap port over M groups, with N netmap pipes in
each group. Each received packet is forwarded to one of the pipes
chosen from each group (using an L3/L4 connection-consistent hash function).
This also adds a man page for lb and some cross-references in related
man pages.

Differential Revision: https://reviews.freebsd.org/D17735

Details

Provenance
vmaffioneAuthored on
Differential Revision
D17735: netmap: add load balancer program
Parents
rS340617: Unbreak ng_source(4) for 64-bit platforms including amd64.
Branches
Unknown
Tags
Unknown