RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 497185 - [LTC 6.0 FEAT] Timer migration from idle CPUs [201926]
Summary: [LTC 6.0 FEAT] Timer migration from idle CPUs [201926]
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: kernel
Version: 6.0
Hardware: All
OS: All
low
high
Target Milestone: rc
: ---
Assignee: Peter Martuccelli
QA Contact: Martin Jenner
URL:
Whiteboard:
Depends On:
Blocks: 356741
TreeView+ depends on / blocked
 
Reported: 2009-04-22 17:40 UTC by IBM Bug Proxy
Modified: 2010-05-10 17:25 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-09-15 13:13:03 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
IBM Linux Technology Center 52945 0 None None None Never

Description IBM Bug Proxy 2009-04-22 17:40:49 UTC
=Comment: #0=================================================
Emily J. Ratliff <ratliff.com> - 
1. Feature Overview:
Feature Id:	[201926]
a. Name of Feature:	Timer migration from idle CPUs
b. Feature Description
In an SMP system, tasks are scheduled on different CPUs by the scheduler, interrupts are managed by
irqbalancer daemon, but timers are still stuck to the CPUs that they have been initialised.  Timers
 queued by tasks gets re-queued on the CPU where the task gets to run next, but timers from IRQ
context like the ones in device drivers are still stuck on the CPU they were initialised.

2. Feature Details:
Sponsor:	Linux Systems Tech
Architectures:
x86_64
ppc64
s390x

Arch Specificity: Purely Common Code
Affects Core Kernel: Yes
Delivery Mechanism: Direct from community
Category:	Kernel
Request Type:	Kernel - Enhancement from Upstream
d. Upstream Acceptance:	Submitted
Sponsor Priority	1
f. Severity: High
IBM Confidential:	no
Code Contribution:	IBM code
g. Component Version Target:	Patch and discussions: (Version 6)
 http://lkml.org/lkml/2009/4/16/45
 Targetting 2.6.31

3. Business Case
This framework will help move all 'movable timers' using a sysctl interface.

4. Primary contact at Red Hat: 
John Jarvis
jjarvis

5. Primary contacts at Partner:
Project Management Contact:
Stephanie Glass, sglass.com, 512-838-9284

Technical contact(s):

Vaidyanathan Srinivasan, svaidyan.com

IBM Manager:
Jeffrey Heroux, heroux.com

Comment 1 IBM Bug Proxy 2009-05-20 06:10:40 UTC
------- Comment From svaidyan.com 2009-05-20 02:08 EDT-------
Upstream code in sched-tip development tree.

Comment 2 IBM Bug Proxy 2009-06-17 20:51:10 UTC
------- Comment From sglass.com 2009-06-17 16:44 EDT-------
This is now in 2.6.31-rc kernel.

------- Comment From sglass.com 2009-06-17 16:45 EDT-------
This is now in 2.6.31-rc

Comment 3 IBM Bug Proxy 2010-05-10 17:21:20 UTC
------- Comment From arunbharadwaj.com 2010-05-10 13:14 EDT-------
Hi,

I have verified that this feature is included in RHEL6 snap1 kernel and that this feature is functionally working correct.

Here is how I have tested this feature:

On an SMP (n >= 4), all CPUs are kept idle. Run a small workload pinned to one CPU. This increases the timer interrupt rate on this CPU, and also another CPU in the same package has high interrupt rate ( equal to HZ rate). This is the ILB CPU. Now start queuing timers on another CPU using a tool called cyclictest. Due to timer migration feature, all timers from this CPU are migrated onto the ILB CPU. This verifies that the feature is functionally working correct.

thanks
arun


Note You need to log in before you can comment on or make changes to this bug.