* SWNCQ should be enabled by default @ 2008-03-06 12:25 Zoltan Boszormenyi 2008-03-09 17:28 ` Zoltan Boszormenyi 0 siblings, 1 reply; 4+ messages in thread From: Zoltan Boszormenyi @ 2008-03-06 12:25 UTC (permalink / raw) To: linux-kernel; +Cc: jeff, akpm, hancockr, prakash, pchen, kluo Hi, the patch is already upstream, thanks for that. I am using it without any problems. Currently I am using kernel-2.6.24.3-12.fc8 from the updates-testing repository of Fedora 8. I had to add options scsi_hostadapter1 swncq=1 options sata_nv swncq=1 before upgrading to get it enabled. Can we enable it by default for 2.6.25? It's completely independent from ADMA and its problems. E.g. my machine has 8GB memory now, no problems at all. Best regards, Zoltán Böszörményi ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: SWNCQ should be enabled by default 2008-03-06 12:25 SWNCQ should be enabled by default Zoltan Boszormenyi @ 2008-03-09 17:28 ` Zoltan Boszormenyi 2008-03-09 17:33 ` Robert Hancock 0 siblings, 1 reply; 4+ messages in thread From: Zoltan Boszormenyi @ 2008-03-09 17:28 UTC (permalink / raw) To: jeff; +Cc: linux-kernel, akpm, hancockr, prakash, pchen, kluo [-- Attachment #1: Type: text/plain, Size: 577 bytes --] Ping. Now with patch. Zoltan Boszormenyi írta: > Hi, > > the patch is already upstream, thanks for that. > I am using it without any problems. Currently I am > using kernel-2.6.24.3-12.fc8 from the updates-testing > repository of Fedora 8. I had to add > > options scsi_hostadapter1 swncq=1 > options sata_nv swncq=1 > > before upgrading to get it enabled. > Can we enable it by default for 2.6.25? > It's completely independent from ADMA and its problems. > E.g. my machine has 8GB memory now, no problems at all. > > Best regards, > Zoltán Böszörményi [-- Warning: decoded text below may be mangled, UTF-8 assumed --] [-- Attachment #2: sata_nv-swncq_enabled.patch --] [-- Type: text/x-patch; name="sata_nv-swncq_enabled.patch", Size: 804 bytes --] Enable SWNCQ by default. Signed-off-by: Zoltán Böszörményi <zboszor@dunaweb.hu> --- linux-2.6.25-rc4-git3/drivers/ata/sata_nv.c~ 2008-03-09 18:24:44.000000000 +0100 +++ linux-2.6.25-rc4-git3/drivers/ata/sata_nv.c 2008-03-09 18:24:44.000000000 +0100 @@ -641,7 +641,7 @@ MODULE_VERSION(DRV_VERSION); static int adma_enabled = 1; -static int swncq_enabled; +static int swncq_enabled = 1; static void nv_adma_register_mode(struct ata_port *ap) { @@ -2600,5 +2600,5 @@ module_param_named(adma, adma_enabled, bool, 0444); MODULE_PARM_DESC(adma, "Enable use of ADMA (Default: true)"); module_param_named(swncq, swncq_enabled, bool, 0444); -MODULE_PARM_DESC(swncq, "Enable use of SWNCQ (Default: false)"); +MODULE_PARM_DESC(swncq, "Enable use of SWNCQ (Default: true)"); ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: SWNCQ should be enabled by default 2008-03-09 17:28 ` Zoltan Boszormenyi @ 2008-03-09 17:33 ` Robert Hancock 2008-03-09 18:08 ` Zoltan Boszormenyi 0 siblings, 1 reply; 4+ messages in thread From: Robert Hancock @ 2008-03-09 17:33 UTC (permalink / raw) To: Zoltan Boszormenyi; +Cc: jeff, linux-kernel, akpm, prakash, pchen, kluo Zoltan Boszormenyi wrote: > Ping. Now with patch. > > Zoltan Boszormenyi írta: >> Hi, >> >> the patch is already upstream, thanks for that. >> I am using it without any problems. Currently I am >> using kernel-2.6.24.3-12.fc8 from the updates-testing >> repository of Fedora 8. I had to add >> >> options scsi_hostadapter1 swncq=1 >> options sata_nv swncq=1 >> >> before upgrading to get it enabled. >> Can we enable it by default for 2.6.25? >> It's completely independent from ADMA and its problems. >> E.g. my machine has 8GB memory now, no problems at all. >> >> Best regards, >> Zoltán Böszörményi > I'll ACK this, at least for -mm.. ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: SWNCQ should be enabled by default 2008-03-09 17:33 ` Robert Hancock @ 2008-03-09 18:08 ` Zoltan Boszormenyi 0 siblings, 0 replies; 4+ messages in thread From: Zoltan Boszormenyi @ 2008-03-09 18:08 UTC (permalink / raw) To: Robert Hancock; +Cc: jeff, linux-kernel, akpm, prakash, pchen, kluo Robert Hancock írta: > Zoltan Boszormenyi wrote: >> Ping. Now with patch. >> >> Zoltan Boszormenyi írta: >>> Hi, >>> >>> the patch is already upstream, thanks for that. >>> I am using it without any problems. Currently I am >>> using kernel-2.6.24.3-12.fc8 from the updates-testing >>> repository of Fedora 8. I had to add >>> >>> options scsi_hostadapter1 swncq=1 >>> options sata_nv swncq=1 >>> >>> before upgrading to get it enabled. >>> Can we enable it by default for 2.6.25? >>> It's completely independent from ADMA and its problems. >>> E.g. my machine has 8GB memory now, no problems at all. >>> >>> Best regards, >>> Zoltán Böszörményi >> > > I'll ACK this, at least for -mm.. Thanks. On the other hand, the meat of the SWNCQ patch had its exposure in -mm, there were no problem reports... ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-03-09 18:09 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2008-03-06 12:25 SWNCQ should be enabled by default Zoltan Boszormenyi 2008-03-09 17:28 ` Zoltan Boszormenyi 2008-03-09 17:33 ` Robert Hancock 2008-03-09 18:08 ` Zoltan Boszormenyi
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox