public inbox for virtio-comment@lists.linux.dev
 help / color / mirror / Atom feed
From: Demi Marie Obenour <demiobenour@gmail.com>
To: "virtio-comment@lists.linux.dev" <virtio-comment@lists.linux.dev>
Subject: virtio-PCI interrupt corner cases
Date: Sun, 5 Apr 2026 15:35:27 -0400	[thread overview]
Message-ID: <983b94a2-a97a-449e-ba4d-ef5360704a59@gmail.com> (raw)


[-- Attachment #1.1.1: Type: text/plain, Size: 1198 bytes --]

There are several corner cases in virtio-PCI interrupt handling.
I'm trying to figure out what the expected behavior is in these cases,
as the spec isn't clear.

1. Suppose virtqueue 0 is mapped to MSI-X vector 5.  The device
   triggers an interrupt on virtqueue 0.  Vector 5 is currently masked,
   so the interrupt becomes pending.  The driver then map virtqueue
   0 to vector 6 and this succeeds.

   a. Is there still have an interrupt pending on vector 5?
   b. If vector 6 is unmasked, is an interrupt delivered immediately?
   c. If vector 6 is masked, does it become pending?

2. Suppose virtqueue 1 is mapped to MSI-X vector 7.  The device
   triggers an interrupt on virtqueue 1.  Vector 7 is currently masked,
   so the interrupt becomes pending.  The driver then maps virtqueue 1
   to NO_VECTOR.

   Is there still an interrupt pending on vector 7, or is the interrupt
   lost?

3. Suppose both virtqueues 3 and 4 are mapped to MSI-X vector 3.
   The device triggers interrupts on both virtqueues.  Does the driver
   receive one interrupt or two?

I don't have access to the PCI specification (paywall).
-- 
Sincerely,
Demi Marie Obenour (she/her/hers)

[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 7253 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

             reply	other threads:[~2026-04-05 19:35 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-04-05 19:35 Demi Marie Obenour [this message]
2026-04-05 20:24 ` virtio-PCI interrupt corner cases Michael S. Tsirkin
2026-04-05 20:34   ` Demi Marie Obenour
2026-04-05 20:43     ` Michael S. Tsirkin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=983b94a2-a97a-449e-ba4d-ef5360704a59@gmail.com \
    --to=demiobenour@gmail.com \
    --cc=virtio-comment@lists.linux.dev \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox