Page MenuHomeFreeBSD

bhyve: Split backends into separate files
ClosedPublic

Authored by markj on Nov 20 2023, 11:07 PM.
Tags
None
Referenced Files
F163161176: D42689.id130357.diff
Mon, Jul 20, 3:44 PM
F163159784: D42689.id.diff
Mon, Jul 20, 3:26 PM
Unknown Object (File)
Sat, Jul 18, 6:32 PM
Unknown Object (File)
Sat, Jul 18, 6:31 PM
Unknown Object (File)
Tue, Jun 30, 2:38 PM
Unknown Object (File)
Mon, Jun 29, 5:01 PM
Unknown Object (File)
Thu, Jun 25, 7:51 AM
Unknown Object (File)
Tue, Jun 23, 12:04 AM

Details

Summary

Currently the net_backend structure definition is private to
net_backends.c, so all of the backend definitions are there. While
adding a new backend to use libslirp, it was noted that this file is
somewhat cluttered. Move the netmap and netgraph backends to their own
files and clean up includes a bit. No functional change intended.

Diff Detail

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

Event Timeline

This revision is now accepted and ready to land.Nov 21 2023, 7:28 AM
jhb added inline comments.
usr.sbin/bhyve/net_backends.h
98

Should this be in net_backends_priv.h instead?

usr.sbin/bhyve/net_backends.h
98

Yes, will fix before commit.

This revision was automatically updated to reflect the committed changes.