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] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 13 Sep 2010 17:55:32 -0700
From:	Venkatesh Pallipadi <venki@...gle.com>
To:	Vasily Khoruzhick <anarsoul@...il.com>
Cc:	Jesse Barnes <jbarnes@...tuousgeek.org>,
	intel-gfx@...ts.freedesktop.org,
	Thomas Gleixner <tglx@...utronix.de>,
	linux-kernel@...r.kernel.org
Subject: Re: Interrupt latency on some 945GM platforms

On Mon, Sep 13, 2010 at 3:03 PM, Vasily Khoruzhick <anarsoul@...il.com> wrote:
> В сообщении от 14 of September 2010 00:59:52 автор Jesse Barnes написал:
>> On Tue, 14 Sep 2010 00:52:31 +0300
>>
>> Vasily Khoruzhick <anarsoul@...il.com> wrote:
>> > В сообщении от 14 of September 2010 00:46:32 автор Jesse Barnes написал:
>> > > Yes, you can set vblank_mode=0 in your environment or drirc.  At least
>> > > I think 0 is no vsync. :)
>> >
>> > That doesn't help, glxgears shows ~1000fps, but it's output is jerky.
>>
>> Is it smooth with clocksource=tsc?  I wonder if the GPU batch
>> interrupts are also getting delayed, and possibly timer ticks...
>
>
> Yes, it's smooth with clocksource=tsc nohz=off
>

Whats the clockevent in this case ("Tick Device" section of /proc/timer_list).
clocksource= option only changes the clocksource used to maintain
timeofday. But, timer interrupt (clockevent) source will not change.
Wondering how just the clocksource change is making the diff here..

Also, if clocksource tsc has a higher rating than HPET. The reason
HPET is getting used as clocksource in the first place seems to be due
to TSC is not a dependable clocksource on this platform (may be it
stops in C3). So, I am not sure forcing it to tsc will be a good
thing. May be clocksource=acpi_pm is a better thing to try.

Thanks,
Venki
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ