History log of /freebsd/tests/sys/netgraph/hub.c (Results 1 – 4 of 4)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/14.0.0, release/13.2.0, release/12.4.0, release/13.1.0
# d99a40e5 03-Dec-2021 Mitchell Horne <mhorne@FreeBSD.org>

Remove riscv workaround in sys.netgraph.hub.loop test

The test case now passes on this architecture. This reverts commits
d5fd5cdc0638 and 168b579a4884.

Reviewed by: lwhsu, imp
Differential Revisio

Remove riscv workaround in sys.netgraph.hub.loop test

The test case now passes on this architecture. This reverts commits
d5fd5cdc0638 and 168b579a4884.

Reviewed by: lwhsu, imp
Differential Revision: https://reviews.freebsd.org/D33252

show more ...


Revision tags: release/12.3.0
# 168b579a 14-Oct-2021 Li-Wen Hsu <lwhsu@FreeBSD.org>

Fix RISC-V build

Fixes: d5fd5cdc063


# d5fd5cdc 13-Oct-2021 Li-Wen Hsu <lwhsu@FreeBSD.org>

Temporarily skip sys.netgraph.hub.loop on RISC-V in CI

This case panics kernel.

PR: 259157
Sponsored by: The FreeBSD Foundation


# 7863faa7 04-Jun-2021 Lutz Donnerhacke <donner@FreeBSD.org>

tests/netgraph: Tests for ng_hub

Test functionality of ng_hub(4):
- replicting traffic to anything but the sending hook
- persistence
- an unrestricted loop
- implementation limits with many hoo

tests/netgraph: Tests for ng_hub

Test functionality of ng_hub(4):
- replicting traffic to anything but the sending hook
- persistence
- an unrestricted loop
- implementation limits with many hooks.

Reviewed by: kp
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D30633

show more ...