From: Doug Ledford <dledford@redhat.com>
To: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
Cc: "Luis R. Rodriguez" <mcgrof@suse.com>,
Andy Lutomirski <luto@amacapital.net>,
mike.marciniszyn@intel.com, infinipath@intel.com,
linux-rdma@vger.kernel.org, awalls@md.metrocast.net,
Toshi Kani <toshi.kani@hp.com>, "H. Peter Anvin" <hpa@zytor.com>,
Ingo Molnar <mingo@kernel.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
Hal Rosenstock <hal.rosenstock@gmail.com>,
Sean Hefty <sean.hefty@intel.com>,
Suresh Siddha <sbsiddha@gmail.com>,
Rickard Strandqvist <rickard_strandqvist@spectrumdigital.se>,
Roland Dreier <roland@purestorage.com>,
Juergen Gross <jgross@suse.com>,
Mauro Carvalho Chehab <mchehab@osg.samsung.com>,
Borislav Petkov <bp@suse.de>, Mel Gorman <mgorman@suse.de>,
Vlastimil Babka <vbabka@suse.cz>,
Davidlohr Bueso <dbueso@suse.de>,
Dave Hansen <dave.hansen@linux.intel.com>,
Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>,
Thomas Gleixner <tglx@linutronix.de>,
Ville Syrj?l? <syrjala@sci.fi>,
Linux Fbdev development list <linux-fbdev@vger.kernel.org>,
linux-media@vger.kernel.org, X86 ML <x86@kernel.org>,
mcgrof@do-not-panic.com
Subject: Re: ioremap_uc() followed by set_memory_wc() - burrying MTRR
Date: Wed, 22 Apr 2015 20:58:59 +0000 [thread overview]
Message-ID: <1429736339.121496.25.camel@redhat.com> (raw)
In-Reply-To: <20150422204637.GA29491@obsidianresearch.com>
[-- Attachment #1: Type: text/plain, Size: 1548 bytes --]
On Wed, 2015-04-22 at 14:46 -0600, Jason Gunthorpe wrote:
> On Wed, Apr 22, 2015 at 02:53:11PM -0400, Doug Ledford wrote:
>
> > To be precise, the split is that ipath powers the old HTX bus cards that
> > only work in AMD systems, qib is all PCI-e cards. I still have a few
> > HTX cards, but I no longer have any systems with HTX slots, so we
> > haven't even used this driver in testing for 3 or 4 years now. And
> > these are all old SDR cards, where the performance numbers were 800MB/s
> > with WC enabled, 50MB/s without it.
>
> Wow, I doubt any HTX systems are still in any kind of use.
>
> It would be a nice clean up to drop the PPC support out of this driver
> too. PPC never had HTX.
commit f6d60848baf9f4015c76c665791875ed623cd5b7
Author: Ralph Campbell <ralph.campbell@qlogic.com>
Date: Thu May 6 17:03:19 2010 -0700
IB/ipath: Remove support for QLogic PCIe QLE devices
The ib_qib driver is taking over support for QLogic PCIe QLE
devices,
so remove support for them from ib_ipath. The ib_ipath driver now
supports only the obsolete QLogic Hyper-Transport IB host channel
adapter (model QHT7140).
Signed-off-by: Ralph Campbell <ralph.campbell@qlogic.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
There you go. It's been HTX only since 2010, and those cards were
already old then. I think we should seriously consider deprecating and
then removing the driver.
--
Doug Ledford <dledford@redhat.com>
GPG KeyID: 0E572FDD
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: Doug Ledford <dledford@redhat.com>
To: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
Cc: "Luis R. Rodriguez" <mcgrof@suse.com>,
Andy Lutomirski <luto@amacapital.net>,
mike.marciniszyn@intel.com, infinipath@intel.com,
linux-rdma@vger.kernel.org, awalls@md.metrocast.net,
Toshi Kani <toshi.kani@hp.com>, "H. Peter Anvin" <hpa@zytor.com>,
Ingo Molnar <mingo@kernel.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
Hal Rosenstock <hal.rosenstock@gmail.com>,
Sean Hefty <sean.hefty@intel.com>,
Suresh Siddha <sbsiddha@gmail.com>,
Rickard Strandqvist <rickard_strandqvist@spectrumdigital.se>,
Roland Dreier <roland@purestorage.com>,
Juergen Gross <jgross@suse.com>,
Mauro Carvalho Chehab <mchehab@osg.samsung.com>,
Borislav Petkov <bp@suse.de>, Mel Gorman <mgorman@suse.de>,
Vlastimil Babka <vbabka@suse.cz>,
Davidlohr Bueso <dbueso@suse.de>,
Dave Hansen <dave.hansen@linux.intel.com>,
Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>,
Thomas
Subject: Re: ioremap_uc() followed by set_memory_wc() - burrying MTRR
Date: Wed, 22 Apr 2015 16:58:59 -0400 [thread overview]
Message-ID: <1429736339.121496.25.camel@redhat.com> (raw)
In-Reply-To: <20150422204637.GA29491@obsidianresearch.com>
[-- Attachment #1: Type: text/plain, Size: 1548 bytes --]
On Wed, 2015-04-22 at 14:46 -0600, Jason Gunthorpe wrote:
> On Wed, Apr 22, 2015 at 02:53:11PM -0400, Doug Ledford wrote:
>
> > To be precise, the split is that ipath powers the old HTX bus cards that
> > only work in AMD systems, qib is all PCI-e cards. I still have a few
> > HTX cards, but I no longer have any systems with HTX slots, so we
> > haven't even used this driver in testing for 3 or 4 years now. And
> > these are all old SDR cards, where the performance numbers were 800MB/s
> > with WC enabled, 50MB/s without it.
>
> Wow, I doubt any HTX systems are still in any kind of use.
>
> It would be a nice clean up to drop the PPC support out of this driver
> too. PPC never had HTX.
commit f6d60848baf9f4015c76c665791875ed623cd5b7
Author: Ralph Campbell <ralph.campbell@qlogic.com>
Date: Thu May 6 17:03:19 2010 -0700
IB/ipath: Remove support for QLogic PCIe QLE devices
The ib_qib driver is taking over support for QLogic PCIe QLE
devices,
so remove support for them from ib_ipath. The ib_ipath driver now
supports only the obsolete QLogic Hyper-Transport IB host channel
adapter (model QHT7140).
Signed-off-by: Ralph Campbell <ralph.campbell@qlogic.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
There you go. It's been HTX only since 2010, and those cards were
already old then. I think we should seriously consider deprecating and
then removing the driver.
--
Doug Ledford <dledford@redhat.com>
GPG KeyID: 0E572FDD
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: Doug Ledford <dledford@redhat.com>
To: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
Cc: "Luis R. Rodriguez" <mcgrof@suse.com>,
Andy Lutomirski <luto@amacapital.net>,
mike.marciniszyn@intel.com, infinipath@intel.com,
linux-rdma@vger.kernel.org, awalls@md.metrocast.net,
Toshi Kani <toshi.kani@hp.com>, "H. Peter Anvin" <hpa@zytor.com>,
Ingo Molnar <mingo@kernel.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
Hal Rosenstock <hal.rosenstock@gmail.com>,
Sean Hefty <sean.hefty@intel.com>,
Suresh Siddha <sbsiddha@gmail.com>,
Rickard Strandqvist <rickard_strandqvist@spectrumdigital.se>,
Roland Dreier <roland@purestorage.com>,
Juergen Gross <jgross@suse.com>,
Mauro Carvalho Chehab <mchehab@osg.samsung.com>,
Borislav Petkov <bp@suse.de>, Mel Gorman <mgorman@suse.de>,
Vlastimil Babka <vbabka@suse.cz>,
Davidlohr Bueso <dbueso@suse.de>,
Dave Hansen <dave.hansen@linux.intel.com>,
Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>,
Thomas Gleixner <tglx@linutronix.de>,
Ville Syrj?l? <syrjala@sci.fi>,
Linux Fbdev development list <linux-fbdev@vger.kernel.org>,
linux-media@vger.kernel.org, X86 ML <x86@kernel.org>,
mcgrof@do-not-panic.com
Subject: Re: ioremap_uc() followed by set_memory_wc() - burrying MTRR
Date: Wed, 22 Apr 2015 16:58:59 -0400 [thread overview]
Message-ID: <1429736339.121496.25.camel@redhat.com> (raw)
In-Reply-To: <20150422204637.GA29491@obsidianresearch.com>
[-- Attachment #1: Type: text/plain, Size: 1548 bytes --]
On Wed, 2015-04-22 at 14:46 -0600, Jason Gunthorpe wrote:
> On Wed, Apr 22, 2015 at 02:53:11PM -0400, Doug Ledford wrote:
>
> > To be precise, the split is that ipath powers the old HTX bus cards that
> > only work in AMD systems, qib is all PCI-e cards. I still have a few
> > HTX cards, but I no longer have any systems with HTX slots, so we
> > haven't even used this driver in testing for 3 or 4 years now. And
> > these are all old SDR cards, where the performance numbers were 800MB/s
> > with WC enabled, 50MB/s without it.
>
> Wow, I doubt any HTX systems are still in any kind of use.
>
> It would be a nice clean up to drop the PPC support out of this driver
> too. PPC never had HTX.
commit f6d60848baf9f4015c76c665791875ed623cd5b7
Author: Ralph Campbell <ralph.campbell@qlogic.com>
Date: Thu May 6 17:03:19 2010 -0700
IB/ipath: Remove support for QLogic PCIe QLE devices
The ib_qib driver is taking over support for QLogic PCIe QLE
devices,
so remove support for them from ib_ipath. The ib_ipath driver now
supports only the obsolete QLogic Hyper-Transport IB host channel
adapter (model QHT7140).
Signed-off-by: Ralph Campbell <ralph.campbell@qlogic.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
There you go. It's been HTX only since 2010, and those cards were
already old then. I think we should seriously consider deprecating and
then removing the driver.
--
Doug Ledford <dledford@redhat.com>
GPG KeyID: 0E572FDD
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
next prev parent reply other threads:[~2015-04-22 20:58 UTC|newest]
Thread overview: 111+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20150410171750.GA5622@wotan.suse.de>
[not found] ` <CALCETrUG=RiG8S9Gpiqm_0CxvxurxLTNKyuyPoFNX46EAauA+g@mail.gmail.com>
[not found] ` <CAB=NE6XgNgu7i2OiDxFVJLWiEjbjBY17-dV7L3yi2+yzgMhEbw@mail.gmail.com>
[not found] ` <1428695379.6646.69.camel@misato.fc.hp.com>
[not found] ` <20150410210538.GB5622@wotan.suse.de>
[not found] ` <1428699490.21794.5.camel@misato.fc.hp.com>
[not found] ` <CALCETrUP688aNjckygqO=AXXrNYvLQX6F0=b5fjmsCqqZU78+Q@mail.gmail.com>
[not found] ` <20150411012938.GC5622@wotan.suse.de>
[not found] ` <CALCETrXd19C6pARde3pv-4pt-i52APtw5xs20itwROPq9VmCfg@mail.gmail.com>
2015-04-13 17:49 ` ioremap_uc() followed by set_memory_wc() - burrying MTRR Luis R. Rodriguez
2015-04-13 17:49 ` Luis R. Rodriguez
2015-04-15 20:42 ` Andy Lutomirski
2015-04-15 20:42 ` Andy Lutomirski
2015-04-15 20:42 ` Andy Lutomirski
2015-04-15 20:56 ` H. Peter Anvin
2015-04-15 20:56 ` H. Peter Anvin
2015-04-15 20:56 ` H. Peter Anvin
2015-04-15 22:15 ` Luis R. Rodriguez
2015-04-15 22:15 ` Luis R. Rodriguez
2015-04-15 22:15 ` Luis R. Rodriguez
2015-04-15 22:50 ` Andy Walls
2015-04-15 22:50 ` Andy Walls
2015-04-15 22:50 ` Andy Walls
2015-04-15 23:52 ` Andy Lutomirski
2015-04-15 23:52 ` Andy Lutomirski
2015-04-15 23:52 ` Andy Lutomirski
2015-04-16 0:33 ` Andy Walls
2015-04-16 0:33 ` Andy Walls
2015-04-16 0:33 ` Andy Walls
2015-04-21 22:46 ` Luis R. Rodriguez
2015-04-21 22:46 ` Luis R. Rodriguez
2015-04-21 22:46 ` Luis R. Rodriguez
2015-04-21 22:57 ` Jason Gunthorpe
2015-04-21 22:57 ` Jason Gunthorpe
2015-04-21 22:57 ` Jason Gunthorpe
2015-04-21 23:39 ` Luis R. Rodriguez
2015-04-21 23:39 ` Luis R. Rodriguez
2015-04-21 23:39 ` Luis R. Rodriguez
2015-04-22 5:39 ` Jason Gunthorpe
2015-04-22 5:39 ` Jason Gunthorpe
2015-04-22 5:39 ` Jason Gunthorpe
2015-04-22 15:23 ` Luis R. Rodriguez
2015-04-22 15:23 ` Luis R. Rodriguez
2015-04-22 15:23 ` Luis R. Rodriguez
2015-04-22 15:54 ` Luis R. Rodriguez
2015-04-22 15:54 ` Luis R. Rodriguez
2015-04-22 15:54 ` Luis R. Rodriguez
2015-04-22 15:59 ` Luis R. Rodriguez
2015-04-22 15:59 ` Luis R. Rodriguez
2015-04-22 15:59 ` Luis R. Rodriguez
2015-04-22 16:17 ` Jason Gunthorpe
2015-04-22 16:17 ` Jason Gunthorpe
2015-04-22 16:17 ` Jason Gunthorpe
2015-04-22 16:51 ` Luis R. Rodriguez
2015-04-22 16:51 ` Luis R. Rodriguez
2015-04-22 16:51 ` Luis R. Rodriguez
2015-04-22 18:53 ` Doug Ledford
2015-04-22 18:53 ` Doug Ledford
2015-04-22 18:53 ` Doug Ledford
2015-04-22 19:05 ` Luis R. Rodriguez
2015-04-22 19:05 ` Luis R. Rodriguez
2015-04-22 19:05 ` Luis R. Rodriguez
2015-04-22 19:10 ` Doug Ledford
2015-04-22 19:10 ` Doug Ledford
2015-04-22 19:10 ` Doug Ledford
2015-04-22 19:14 ` Luis R. Rodriguez
2015-04-22 19:14 ` Luis R. Rodriguez
2015-04-22 19:14 ` Luis R. Rodriguez
2015-04-22 20:46 ` Jason Gunthorpe
2015-04-22 20:46 ` Jason Gunthorpe
2015-04-22 20:46 ` Jason Gunthorpe
2015-04-22 20:58 ` Doug Ledford [this message]
2015-04-22 20:58 ` Doug Ledford
2015-04-22 20:58 ` Doug Ledford
2015-04-22 16:53 ` Andy Lutomirski
2015-04-22 16:53 ` Andy Lutomirski
2015-04-22 16:53 ` Andy Lutomirski
2015-04-22 17:07 ` Luis R. Rodriguez
2015-04-22 17:07 ` Luis R. Rodriguez
2015-04-22 17:07 ` Luis R. Rodriguez
2015-04-15 22:38 ` Andy Walls
2015-04-15 22:38 ` Andy Walls
2015-04-15 23:42 ` Andy Lutomirski
2015-04-15 23:42 ` Andy Lutomirski
2015-04-15 23:59 ` Andy Walls
2015-04-15 23:59 ` Andy Walls
2015-04-16 0:58 ` Andy Lutomirski
2015-04-16 0:58 ` Andy Lutomirski
2015-04-16 1:01 ` Andy Walls
2015-04-16 1:01 ` Andy Walls
2015-04-16 19:19 ` Andy Lutomirski
2015-04-16 19:19 ` Andy Lutomirski
2015-04-21 17:35 ` Luis R. Rodriguez
2015-04-21 17:35 ` Luis R. Rodriguez
2015-04-15 23:58 ` Luis R. Rodriguez
2015-04-15 23:58 ` Luis R. Rodriguez
2015-04-16 1:07 ` Andy Walls
2015-04-16 1:07 ` Andy Walls
2015-04-16 1:07 ` Andy Walls
2015-04-21 22:02 ` Luis R. Rodriguez
2015-04-21 22:02 ` Luis R. Rodriguez
2015-04-21 22:02 ` Luis R. Rodriguez
2015-04-21 22:08 ` Luis R. Rodriguez
2015-04-21 22:08 ` Luis R. Rodriguez
2015-04-21 22:08 ` Luis R. Rodriguez
2015-04-21 22:09 ` Andy Lutomirski
2015-04-21 22:09 ` Andy Lutomirski
2015-04-21 22:09 ` Andy Lutomirski
[not found] ` <5536d47a.95968c0a.1d12.ffffbf85@mx.google.com>
2015-04-21 23:14 ` Luis R. Rodriguez
2015-04-21 23:14 ` Luis R. Rodriguez
2015-04-21 23:14 ` Luis R. Rodriguez
2015-04-16 4:18 ` Hyong-Youb Kim
2015-04-16 4:18 ` Hyong-Youb Kim
2015-04-16 4:18 ` Hyong-Youb Kim
2015-04-16 18:54 ` Luis R. Rodriguez
2015-04-16 18:54 ` Luis R. Rodriguez
2015-04-16 18:54 ` Luis R. Rodriguez
2015-04-17 8:00 ` Hyong-Youb Kim
2015-04-17 8:00 ` Hyong-Youb Kim
2015-04-17 8:00 ` Hyong-Youb Kim
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1429736339.121496.25.camel@redhat.com \
--to=dledford@redhat.com \
--cc=awalls@md.metrocast.net \
--cc=bp@suse.de \
--cc=dave.hansen@linux.intel.com \
--cc=dbueso@suse.de \
--cc=hal.rosenstock@gmail.com \
--cc=hpa@zytor.com \
--cc=infinipath@intel.com \
--cc=jgross@suse.com \
--cc=jgunthorpe@obsidianresearch.com \
--cc=linux-fbdev@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=linux-rdma@vger.kernel.org \
--cc=luto@amacapital.net \
--cc=mcgrof@do-not-panic.com \
--cc=mcgrof@suse.com \
--cc=mchehab@osg.samsung.com \
--cc=mgorman@suse.de \
--cc=mike.marciniszyn@intel.com \
--cc=mingo@kernel.org \
--cc=plagnioj@jcrosoft.com \
--cc=rickard_strandqvist@spectrumdigital.se \
--cc=roland@purestorage.com \
--cc=sbsiddha@gmail.com \
--cc=sean.hefty@intel.com \
--cc=syrjala@sci.fi \
--cc=tglx@linutronix.de \
--cc=toshi.kani@hp.com \
--cc=vbabka@suse.cz \
--cc=x86@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.