Actions
Feature #9829
closedwant interface for posted-interrupt-request IPIs
Start date:
2018-09-10
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
External Bug:
Description
Newer hypervisors (read: bhyve) can use Intel's APICv functionality to reduce the number of APIC-related guest exits by injecting interrupts into the guest via a posted-interrupt-request IPI. Rather than burdening that logic with knowledge of how IPIs are allocated/sent in our APIC modules, it would be nice to provide simple functions via the PSM to accomplish the task. This work is a combination of OS-6548 and OS-6837 in SmartOS.
Updated by Electric Monk about 5 years ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
git commit 1c2d047073bbce6a9b75c601e17fcaadf4060f52
commit 1c2d047073bbce6a9b75c601e17fcaadf4060f52 Author: Patrick Mooney <pmooney@pfmooney.com> Date: 2018-09-19T13:47:26.000Z 9829 want interface for posted-interrupt-request IPIs Reviewed by: Bryan Cantrill <bryan@joyent.com> Reviewed by: John Levon <john.levon@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Dan McDonald <danmcd@joyent.com>
Updated by Patrick Mooney about 5 years ago
RTI test notes: I tested a build of the gate to ensure that the expected IPI vector was allocated on during start-up and mdb properly identified it via the '::interrupts' dcmd.
Actions