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)
Mon, Jan 27, 5:44 AM
Unknown Object (File)
Sun, Jan 26, 9:22 AM
Unknown Object (File)
Jan 1 2025, 12:25 PM
Unknown Object (File)
Dec 22 2024, 4:17 AM
Unknown Object (File)
Dec 8 2024, 10:29 PM
Unknown Object (File)
Nov 24 2024, 1:22 AM
Unknown Object (File)
Nov 23 2024, 2:34 PM
Unknown Object (File)
Nov 22 2024, 8:25 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
Build Status
Buildable 53577
Build 50468: arc lint + arc unit

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?