* [pve-devel] Plans for Realtime Kernel and Realtime Configuration Support in Proxmox?
@ 2025-05-16 8:02 Florent Carli via pve-devel
0 siblings, 0 replies; 3+ messages in thread
From: Florent Carli via pve-devel @ 2025-05-16 8:02 UTC (permalink / raw)
To: pve-devel; +Cc: Florent Carli
[-- Attachment #1: Type: message/rfc822, Size: 5969 bytes --]
From: Florent Carli <fcarli@gmail.com>
To: pve-devel@lists.proxmox.com
Subject: Plans for Realtime Kernel and Realtime Configuration Support in Proxmox?
Date: Fri, 16 May 2025 10:02:21 +0200
Message-ID: <CAJuRqcAk8xtaXW9kRod6eq3TFteKW0_Kx8tBVA0h40hRV1S+Xg@mail.gmail.com>
Hello,
After trying the user forum first, I'm turning to you here. I did a
quick Google search to make sure the question hadn't already been
answered (apparently not). Now I'm reaching out to the real experts :)
I’m currently exploring Proxmox for some use cases that require
low-latency and deterministic behavior - particularly in the context
of real-time workloads. I’m wondering if there are any current plans
or ongoing discussions around:
- Supporting a real-time kernel (e.g., with the PREEMPT-RT preemption model).
- Enabling and integrating real-time system configurations, such as:
- Integrated workflows for CPU isolation, IRQ affinity, and low-latency tuning
- vCPU pinning, and using real-time scheduling policies (e.g.,
SCHED_FIFO, SCHED_RR)
- Integration or support for tools like tuned to do the kernel
configuration customization options relevant to RT
- Integration with PTP...
Are there any official efforts or community-led initiatives in this
direction? And if not currently on the roadmap, would this be
something of interest to the Proxmox team or the community?
Thanks in advance, and looking forward to your thoughts!
Best regards,
Florent
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [pve-devel] Plans for Realtime Kernel and Realtime Configuration Support in Proxmox?
2025-06-06 8:22 Florent Carli via pve-devel
@ 2025-06-11 9:33 ` Fabian Grünbichler
0 siblings, 0 replies; 3+ messages in thread
From: Fabian Grünbichler @ 2025-06-11 9:33 UTC (permalink / raw)
To: Proxmox VE development discussion
> Florent Carli via pve-devel <pve-devel@lists.proxmox.com> hat am 06.06.2025 10:22 CEST geschrieben:
> Hello,
>
> After trying the user forum first, I'm turning to you here. I did a
> quick Google search to make sure the question hadn't already been
> answered (apparently not). Now I'm reaching out to the real experts :)
>
> I’m currently exploring Proxmox for some use cases that require
> low-latency and deterministic behavior - particularly in the context
> of real-time workloads. I’m wondering if there are any current plans
> or ongoing discussions around:
>
> - Supporting a real-time kernel (e.g., with the PREEMPT-RT preemption model).
a lot of the RT patch set got merged in 6.12, but we currently don't plan on
shipping a separate RT-optimized set of kernel packages. the sources are there,
so evaluating your own kernel build with custom KConfig values should be fairly
straightforward.
> - Enabling and integrating real-time system configurations, such as:
> - Integrated workflows for CPU isolation, IRQ affinity, and low-latency tuning
> - vCPU pinning, and using real-time scheduling policies (e.g.,
> SCHED_FIFO, SCHED_RR)
> - Integration or support for tools like tuned to do the kernel
> configuration customization options relevant to RT
> - Integration with PTP...
better support for vCPU/iothread pinning, affinity settings and various
scheduling optimizations are planned or being worked on, but those mostly
happen in the context of perf and resource usage optimization, not RT
workloads. I do suspect a lot of that work can serve as a baseline for
doing your own optimizations.
for both kernel and user space the issue is that many optimizations that
improve RT performance can either change or hurt performance characteristics
for "regular" usage.
> Are there any official efforts or community-led initiatives in this
> direction? And if not currently on the roadmap, would this be
> something of interest to the Proxmox team or the community?
in particular for features/settings that are of interest across the board,
feel free to file enhancement requests on bugzilla.proxmox.com, ideally
with reference configs and benchmark results!
thanks
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
^ permalink raw reply [flat|nested] 3+ messages in thread
* [pve-devel] Plans for Realtime Kernel and Realtime Configuration Support in Proxmox?
@ 2025-06-06 8:22 Florent Carli via pve-devel
2025-06-11 9:33 ` Fabian Grünbichler
0 siblings, 1 reply; 3+ messages in thread
From: Florent Carli via pve-devel @ 2025-06-06 8:22 UTC (permalink / raw)
To: pve-devel; +Cc: Florent Carli
[-- Attachment #1: Type: message/rfc822, Size: 6017 bytes --]
From: Florent Carli <fcarli@gmail.com>
To: pve-devel@lists.proxmox.com
Subject: Plans for Realtime Kernel and Realtime Configuration Support in Proxmox?
Date: Fri, 6 Jun 2025 10:22:40 +0200
Message-ID: <CAJuRqcB+5=QEQq-KpQ7jfCa-taOdJip8Q6iz4t1xtFPM4kVrow@mail.gmail.com>
Hello,
After trying the user forum first, I'm turning to you here. I did a
quick Google search to make sure the question hadn't already been
answered (apparently not). Now I'm reaching out to the real experts :)
I’m currently exploring Proxmox for some use cases that require
low-latency and deterministic behavior - particularly in the context
of real-time workloads. I’m wondering if there are any current plans
or ongoing discussions around:
- Supporting a real-time kernel (e.g., with the PREEMPT-RT preemption model).
- Enabling and integrating real-time system configurations, such as:
- Integrated workflows for CPU isolation, IRQ affinity, and low-latency tuning
- vCPU pinning, and using real-time scheduling policies (e.g.,
SCHED_FIFO, SCHED_RR)
- Integration or support for tools like tuned to do the kernel
configuration customization options relevant to RT
- Integration with PTP...
Are there any official efforts or community-led initiatives in this
direction? And if not currently on the roadmap, would this be
something of interest to the Proxmox team or the community?
Thanks in advance, and looking forward to your thoughts!
Best regards,
Florent
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-06-11 9:33 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-05-16 8:02 [pve-devel] Plans for Realtime Kernel and Realtime Configuration Support in Proxmox? Florent Carli via pve-devel
2025-06-06 8:22 Florent Carli via pve-devel
2025-06-11 9:33 ` Fabian Grünbichler
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal