Page MenuHomeFreeBSD

virtio: remove virtio_alloc_virtqueues' flags arg
ClosedPublic

Authored by freebsd_igalic.co on Sep 13 2023, 10:37 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 24, 12:35 AM
Unknown Object (File)
Wed, Apr 9, 12:14 PM
Unknown Object (File)
Tue, Apr 8, 10:55 PM
Unknown Object (File)
Tue, Apr 8, 4:18 AM
Unknown Object (File)
Mar 16 2025, 10:46 PM
Unknown Object (File)
Mar 15 2025, 3:32 AM
Unknown Object (File)
Mar 13 2025, 9:25 PM
Unknown Object (File)
Mar 13 2025, 3:57 AM
Subscribers

Details

Summary

the flags argument is unused.
Its initial design idea has been superceded by the addition of
virtio_setup_intr and related APIs.

Sponsored by: The FreeBSD Foundation

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

adding bryanv and jrtc27 as reviewers, hope they have time for this.

removing jrtc27 again, as per IRC, she's:

<jrtc27> I'm away from friday

freebsd_igalic.co added a subscriber: cognet.

thanks to @cognet for catching this rebase botch

This revision is now accepted and ready to land.Sep 15 2023, 3:46 AM

Should this be MFC'd?
is it it safe?
are there any third-party vendors who might stumble over this API change?