Activate ALTQ_HFSC, crudely check if it really limits bandwidth as we'd expect.
Details
Details
- Reviewers
donner - Group Reviewers
network - Commits
- rG2400173b9377: altq tests: Basic ALTQ test
rGe02597d7ce67: altq tests: Basic ALTQ test
rG16b3833344ad: altq tests: Basic ALTQ test
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
tests/sys/netpfil/pf/altq.sh | ||
---|---|---|
26 | It's expected, that this command always succeed, so there is no check needed. Correct? | |
38 | There is a race condition between the "saturate" ping and the test. A busy system might have several seconds between those commands. Would it be possible to rephrase the check, so that the ping is sending i.e. 10 packets and we expect 3 of them back? |