From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roland Dreier Subject: [ofa-general] Re: mthca use of dma_sync_single is bogus Date: Tue, 10 Jul 2007 11:06:29 -0700 Message-ID: References: <20070709213913.GB20052@mellanox.co.il> <20070710141409.GH3885@ics.muni.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: In-Reply-To: <20070710141409.GH3885@ics.muni.cz> (Lukas Hejtmanek's message of "Tue, 10 Jul 2007 16:14:09 +0200") List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: general-bounces@lists.openfabrics.org Errors-To: general-bounces@lists.openfabrics.org To: Lukas Hejtmanek Cc: Keir Fraser , xen-devel@lists.xensource.com, "Michael S. Tsirkin" , general@lists.openfabrics.org List-Id: xen-devel@lists.xenproject.org > And what about the attached patch to mthca_memfree? It changes alloc_pages for > pci_alloc_consistent. Using it, I can enable FMR and the driver runs fine. As Michael said, this uses a lot of consistent memory. Probably too much on some systems. - R.