public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
From: Doug Ledford <dledford@redhat.com>
To: "Luis R. Rodriguez" <mcgrof@suse.com>
Cc: Jason Gunthorpe <jgunthorpe@obsidianresearch.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>
Subject: Re: ioremap_uc() followed by set_memory_wc() - burrying MTRR
Date: Wed, 22 Apr 2015 15:10:41 -0400	[thread overview]
Message-ID: <1429729841.121496.15.camel@redhat.com> (raw)
In-Reply-To: <20150422190520.GL5622@wotan.suse.de>

[-- Attachment #1: Type: text/plain, Size: 679 bytes --]

On Wed, 2015-04-22 at 21:05 +0200, Luis R. Rodriguez wrote:

> > > I'd also love to remove the driver if it turns out there are actually
> > > no users. qib substantially replaces it except for a few very old
> > > cards.
> > 
> > To be precise, the split is that ipath powers the old HTX bus cards that
> > only work in AMD systems,
> 
> Do those systems have PAT support? CAn anyone check if PAT is enabled
> if booted on a recent kernel?

I don't have one of these systems any more.  The *only* one I ever had
was a monster IBM box...I can't even find a reference to it any more.

-- 
Doug Ledford <dledford@redhat.com>
              GPG KeyID: 0E572FDD



[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

  reply	other threads:[~2015-04-22 19:10 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-15 20:42 ioremap_uc() followed by set_memory_wc() - burrying MTRR Andy Lutomirski
2015-04-15 22:15 ` Luis R. Rodriguez
2015-04-15 22:50 ` Andy Walls
     [not found]   ` <1429138212.1899.34.camel-xioobY1GIEhKttHedORAlB2eb7JE58TQ@public.gmane.org>
2015-04-15 23:52     ` Andy Lutomirski
2015-04-16  0:33       ` Andy Walls
     [not found] ` <CALCETrV0B7rp08-VYjp5=1CWJp7=xTUTBYo3uGxX317RxAQT+w-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-04-15 20:56   ` H. Peter Anvin
2015-04-21 22:46   ` Luis R. Rodriguez
2015-04-21 22:57     ` Jason Gunthorpe
     [not found]       ` <20150421225732.GA17356-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2015-04-21 23:39         ` Luis R. Rodriguez
     [not found]           ` <20150421233907.GA5622-B4tOwbsTzaBolqkO4TVVkw@public.gmane.org>
2015-04-22  5:39             ` Jason Gunthorpe
2015-04-22 15:23               ` Luis R. Rodriguez
2015-04-22 15:54                 ` Luis R. Rodriguez
2015-04-22 15:59                   ` Luis R. Rodriguez
     [not found]                 ` <20150422152328.GB5622-B4tOwbsTzaBolqkO4TVVkw@public.gmane.org>
2015-04-22 16:17                   ` Jason Gunthorpe
2015-04-22 16:51                     ` Luis R. Rodriguez
     [not found]                     ` <20150422161755.GA19500-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2015-04-22 18:53                       ` Doug Ledford
     [not found]                         ` <1429728791.121496.10.camel-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2015-04-22 19:05                           ` Luis R. Rodriguez
2015-04-22 19:10                             ` Doug Ledford [this message]
2015-04-22 19:14                               ` Luis R. Rodriguez
2015-04-22 20:46                           ` Jason Gunthorpe
2015-04-22 20:58                             ` Doug Ledford
2015-04-22 16:53                 ` Andy Lutomirski
2015-04-22 17:07                   ` Luis R. Rodriguez

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=1429729841.121496.15.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-kernel@vger.kernel.org \
    --cc=linux-rdma@vger.kernel.org \
    --cc=luto@amacapital.net \
    --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=toshi.kani@hp.com \
    --cc=vbabka@suse.cz \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox