alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* Getting rid of inside_vm in intel8x0
@ 2016-03-29 21:37 Andy Lutomirski
  2016-03-30  6:07 ` Takashi Iwai
  2016-03-30  7:32 ` Konstantin Ozerkov
  0 siblings, 2 replies; 14+ messages in thread
From: Andy Lutomirski @ 2016-03-29 21:37 UTC (permalink / raw)
  To: Luis Rodriguez, Konstantin Ozerkov, Takashi Iwai, linux-kernel,
	ALSA development

Would it be possible to revert:

commit 228cf79376f13b98f2e1ac10586311312757675c
Author: Konstantin Ozerkov <kozerkov@parallels.com>
Date:   Wed Oct 26 19:11:01 2011 +0400

    ALSA: intel8x0: Improve performance in virtual environment

Presumably one or more of the following is true:

a) The inside_vm == true case is just an optimization and should apply
unconditionally.

b) The inside_vm == true case is incorrect and should be fixed or disabled.

c) The inside_vm == true case is a special case that makes sense then
IO is very very slow but doesn't make sense when IO is fast.  If so,
why not literally measure the time that the IO takes and switch over
to the "inside VM" path when IO is slow?

There are a pile of nonsensical "are we in a VM" checks of various
sorts scattered throughout the kernel, they're all a mess to maintain
(there are lots of kinds of VMs in the world, and Linux may not even
know it's a guest), and, in most cases, it appears that the correct
solution is to delete the checks.  I just removed a nasty one in the
x86_32 entry asm, and this one is written in C so it should be a piece
of cake :)

--Andy

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2016-04-04 18:31 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-29 21:37 Getting rid of inside_vm in intel8x0 Andy Lutomirski
2016-03-30  6:07 ` Takashi Iwai
2016-03-31 22:26   ` Luis R. Rodriguez
2016-04-01  5:34     ` Takashi Iwai
2016-04-01 22:28       ` Luis R. Rodriguez
2016-04-02  5:33         ` Takashi Iwai
2016-04-02 12:57           ` Andy Lutomirski
2016-04-02 16:07             ` Takashi Iwai
2016-04-02 18:05               ` Andy Lutomirski
2016-04-02 20:22                 ` Takashi Iwai
2016-04-04 18:31                   ` Luis R. Rodriguez
2016-04-04  9:05             ` George Dunlap
2016-04-04  9:15               ` Takashi Iwai
2016-03-30  7:32 ` Konstantin Ozerkov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).