lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CADDUTFysmcfw=N2RarHjQhR6eWG=AAPf=Zz-Eozmhz3V2rxeZQ@mail.gmail.com>
Date: Tue, 7 Jan 2025 16:40:36 +0200
From: Costa Shulyupin <costa.shul@...hat.com>
To: Frederic Weisbecker <frederic@...nel.org>
Cc: linux-kernel@...r.kernel.org, Waiman Long <longman@...hat.com>
Subject: Re: [RFC PATCH v1] stop_machine: Add stop_housekeeping_cpuslocked()

On Mon, 6 Jan 2025 at 23:25, Frederic Weisbecker <frederic@...nel.org> wrote:
> I must confess I don't understand well your constraints. Why would you
> change the set of isolated CPUs while running realtime tests (btw. did you mean
> "tasks"?).
>
> Do I understand it correctly that your server may run different kinds of
> workloads concurrently, some of them isolated and some of them not, and these
> workloads may be added / removed concurrently _anytime_? And therefore
> a newly added isolated workload (which then adds CPUs to the isolated set)
> mustn't disturb unrelated already running isolated workloads?
Right.

Our client telco companies deploy 5G RAN low-latency realtime
applications on our platform.

Typical System Stack:

Workload: DPDK runs in containers on isolated CPUs.
Orchestration: OpenShift/Kubernetes runs on housekeeping CPUs.
Operating System: Linux with real-time preemption and statically
configured CPU isolation.
Hardware: Intel CPUs with 64 or more hyperthreads.

Current Limitations:

Currently, CPU isolation can only be configured statically. Changing
CPU isolation requires modifying boot arguments and rebooting the
system. The objective is to enable dynamic CPU isolation configuration
without requiring a reboot.

We conduct various realtime latency tests, including RTLA, to ensure
latency remains below 30 µs.

> When you refer to realtime tasks, do you mean isolated?
Realtime tasks require realtime preemption and CPU isolation.

Thank you,
Costa


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ