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:	Sat, 23 Jun 2007 15:22:04 +0900
From:	Tejun Heo <htejun@...il.com>
To:	Carlo Wood <carlo@...noe.com>, Jeff Garzik <jeff@...zik.org>,
	Tejun Heo <htejun@...il.com>,
	Manoj Kasichainula <manoj@...com>, linux-kernel@...r.kernel.org
Subject: Re: SATA RAID5 speed drop of 100 MB/s

Carlo Wood wrote:
> For what it's worth... I tried applying
> 
> --- a/drivers/ata/ahci.c
> +++ b/drivers/ata/ahci.c
> @@ -516,6 +516,8 @@ static void ahci_save_initial_config(struct pci_dev *pdev,
>          * reset.  Values without are used for driver operation.
>          */
>         hpriv->saved_cap = cap = readl(mmio + HOST_CAP);
> +       hpriv->saved_cap &= ( (1<<28) | (1<<17) );
> +       hpriv->saved_cap |= (1 << 27);
>         hpriv->saved_port_map = port_map = readl(mmio + HOST_PORTS_IMPL);

Hmmm... That's super-odd.  You win my oddest-of-the-month award.  :-)

I'll think about it a bit.  Please stand by.

-- 
tejun
-
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