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)
Sun, Sep 8, 3:30 PM
Unknown Object (File)
Sun, Sep 8, 3:12 PM
Unknown Object (File)
Thu, Sep 5, 3:06 PM
Unknown Object (File)
Sat, Aug 31, 7:52 PM
Unknown Object (File)
Tue, Aug 27, 7:00 PM
Unknown Object (File)
Sun, Aug 25, 5:48 PM
Unknown Object (File)
Aug 11 2024, 3:09 AM
Unknown Object (File)
Aug 2 2024, 6:39 PM
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 Not Applicable
Unit
Tests Not Applicable

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?