/freebsd/tools/tools/netmap/ |
H A D | pkt_hash.h | 689f146bdd471843391fa12b400065045c7862c6 Fri Nov 09 09:43:40 CET 2018 Vincenzo Maffione <vmaffione@FreeBSD.org> 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.
Reviewed by: bcr, 0mp Approved by: gnn (mentor) Differential Revision: https://reviews.freebsd.org/D17735
|
H A D | lb.8 | 689f146bdd471843391fa12b400065045c7862c6 Fri Nov 09 09:43:40 CET 2018 Vincenzo Maffione <vmaffione@FreeBSD.org> 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.
Reviewed by: bcr, 0mp Approved by: gnn (mentor) Differential Revision: https://reviews.freebsd.org/D17735
|
H A D | pkt_hash.c | 689f146bdd471843391fa12b400065045c7862c6 Fri Nov 09 09:43:40 CET 2018 Vincenzo Maffione <vmaffione@FreeBSD.org> 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.
Reviewed by: bcr, 0mp Approved by: gnn (mentor) Differential Revision: https://reviews.freebsd.org/D17735
|
H A D | bridge.8 | diff 689f146bdd471843391fa12b400065045c7862c6 Fri Nov 09 09:43:40 CET 2018 Vincenzo Maffione <vmaffione@FreeBSD.org> 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.
Reviewed by: bcr, 0mp Approved by: gnn (mentor) Differential Revision: https://reviews.freebsd.org/D17735
|
H A D | ctrs.h | diff 689f146bdd471843391fa12b400065045c7862c6 Fri Nov 09 09:43:40 CET 2018 Vincenzo Maffione <vmaffione@FreeBSD.org> 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.
Reviewed by: bcr, 0mp Approved by: gnn (mentor) Differential Revision: https://reviews.freebsd.org/D17735
|
H A D | lb.c | 689f146bdd471843391fa12b400065045c7862c6 Fri Nov 09 09:43:40 CET 2018 Vincenzo Maffione <vmaffione@FreeBSD.org> 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.
Reviewed by: bcr, 0mp Approved by: gnn (mentor) Differential Revision: https://reviews.freebsd.org/D17735
|
H A D | README | diff 689f146bdd471843391fa12b400065045c7862c6 Fri Nov 09 09:43:40 CET 2018 Vincenzo Maffione <vmaffione@FreeBSD.org> 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.
Reviewed by: bcr, 0mp Approved by: gnn (mentor) Differential Revision: https://reviews.freebsd.org/D17735
|
H A D | Makefile | diff 689f146bdd471843391fa12b400065045c7862c6 Fri Nov 09 09:43:40 CET 2018 Vincenzo Maffione <vmaffione@FreeBSD.org> 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.
Reviewed by: bcr, 0mp Approved by: gnn (mentor) Differential Revision: https://reviews.freebsd.org/D17735
|
/freebsd/share/man/man4/ |
H A D | netmap.4 | diff 689f146bdd471843391fa12b400065045c7862c6 Fri Nov 09 09:43:40 CET 2018 Vincenzo Maffione <vmaffione@FreeBSD.org> 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.
Reviewed by: bcr, 0mp Approved by: gnn (mentor) Differential Revision: https://reviews.freebsd.org/D17735
|