Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Initial docker support #103

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

SrMouraSilva
Copy link

To do:

  • Audio interface
  • Audio plugins
  • mod-host?

@MaxPayne86
Copy link

@SrMouraSilva docker does not execute on preempt-rt patched kernels. Real-time patch is suggested by mod developers to provide acceptable performances.

@falkTX
Copy link
Member

falkTX commented May 3, 2022

RT patch is kinda pointless on more recent kernels, most of the things for realtime are already on mainline.
So nowadays it is more of a recommendation rather than a requirement, specially if one enables threadirqs boot arg.

@MaxPayne86
Copy link

@MaxPayne86
Copy link

MaxPayne86 commented Nov 15, 2022

I have made extensive tests in the past days by using a 5.10 kernel with CONFIG_IRQ_FORCED_THREADING=y CONFIG_PREEMPT=y as well as starting it with threadirqs boot arg on a Cortex-A53 soc. On userspace I've then configured i2s dma interrupt and jackd priorities with chrt. My conclusion is that Preempt-RT is not a recommendation, is it still required. Everything else works as expected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants