Page MenuHomeFreeBSD

if_tuntap: simplify storage of per-vnet cloners
ClosedPublic

Authored by glebius on Mar 11 2024, 6:26 PM.
Tags
None
Referenced Files
F111348765: D44307.id136343.diff
Sun, Mar 2, 4:51 PM
Unknown Object (File)
Sat, Feb 22, 4:16 AM
Unknown Object (File)
Wed, Feb 5, 11:36 AM
Unknown Object (File)
Jan 28 2025, 4:04 AM
Unknown Object (File)
Jan 27 2025, 9:16 AM
Unknown Object (File)
Dec 23 2024, 4:51 AM
Unknown Object (File)
Dec 21 2024, 6:17 PM
Unknown Object (File)
Dec 4 2024, 12:42 PM
Subscribers

Details

Summary

There is no need to a separate structure neither for a linked list.
Provide each VNET with an array of pointers to if_clone that has the same
size as the driver list.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 56543
Build 53431: arc lint + arc unit

Event Timeline

Nice, thanks. I think at one point I thought I might have something else worth adding to struct tuntap_driver_cloner, but if it hasn't happened in the intervening 5 years then I think it's safe to say that it's not going to happen.

This revision is now accepted and ready to land.Mar 12 2024, 5:31 AM
zlei added a subscriber: zlei.

Looks good to me.