History log of /freebsd-current/tools/tools/netmap/pkt_hash.c
Revision Date Author Comments
# 2a63c3be 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line .c comment pattern

Remove /^/[*/]\s*\$FreeBSD\$.*\n/


# f7cef43a 26-Sep-2021 Vincenzo Maffione <vmaffione@FreeBSD.org>

nemtap: lb app: Validate ihl field when hashing packet

MFC after: 1 week


# 73b2e3e5 22-Nov-2020 Vincenzo Maffione <vmaffione@FreeBSD.org>

netmap: lb: switch to libnetmap

Use the newer libnetmap (included in base) rather than the older
nm_open()/nm_close() defined in netmap_user.h

MFC after: 3 days


# 7eb32dc8 03-Oct-2020 Vincenzo Maffione <vmaffione@FreeBSD.org>

netmap: tools: fix several compiler warnings

MFC after: 1 week


# 689f146b 09-Nov-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