Page MenuHomeFreeBSD

tests: Add a test for races between between if_detach() and vnet_if_return()
Needs ReviewPublic

Authored by zlei on Thu, Apr 23, 8:58 PM.

Details

Reviewers
kp
Group Reviewers
network
Summary

ng_eiface(4) or physical interfaces does not involve cloner hence the
detaching is a bit different with epair(4). Add more tests to cover
that.

PR: 292993
MFC after: 5 days

Test Plan

Run against stable/15 and stable/14, with / without D56374 .

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

zlei requested review of this revision.Thu, Apr 23, 8:58 PM
tests/sys/netgraph/eiface_test.sh
32

tests/ci/tools/ci.conf exists on CURRENT and stable/15 to load the required modules, but not on stable/14. Shall load required modules in the test case ?