From owner-freebsd-current@FreeBSD.ORG Mon Jan 26 13:05:11 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5C925106564A for ; Mon, 26 Jan 2009 13:05:11 +0000 (UTC) (envelope-from barney_cordoba@yahoo.com) Received: from web63903.mail.re1.yahoo.com (web63903.mail.re1.yahoo.com [69.147.97.118]) by mx1.freebsd.org (Postfix) with SMTP id E77268FC1D for ; Mon, 26 Jan 2009 13:05:10 +0000 (UTC) (envelope-from barney_cordoba@yahoo.com) Received: (qmail 90715 invoked by uid 60001); 26 Jan 2009 13:05:10 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type:Message-ID; b=adM1MggafSUUXnSybRJZLON5cz7ajW40Uuz/FrZLbeYyMem4bLWDsI25eK8DmnBhzxFewwI3CNncwawA/X/yy/Z/vJXZMwxOEF/uRyUPk3wIfYQ5wdq3OgxaWsgrxSOa3ipFvWKVOu0EBKf69dkItN1Re+NU21b4gFlOIveISRw=; X-YMail-OSG: 2BIr304VM1kQwR7aVO0hquLDdSEBkkTT2dChl.l1gimq2NO3pbQ4aeaX73LGGjMiYnppli4Phc7gFcwu5cFUQMe1eEOwpjb5OeRVPFf_1eP.Y2BPtGUbJABJ_e449PB2L7uyH0SOyMrJs7kBs6OEP6I7vC0- Received: from [98.242.222.229] by web63903.mail.re1.yahoo.com via HTTP; Mon, 26 Jan 2009 05:05:10 PST X-Mailer: YahooMailWebService/0.7.260.1 Date: Mon, 26 Jan 2009 05:05:10 -0800 (PST) From: Barney Cordoba To: current@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <497758.90319.qm@web63903.mail.re1.yahoo.com> Cc: Subject: DMA bounce buffers X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: barney_cordoba@yahoo.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2009 13:05:11 -0000 I have a problem with the ixgbe driver, where bus_dmamap_load_mbuf_sg() is failing. The underlying failure is reserve_bounce_pages(). It seems that there aren't any bounce pages allocated. What could be the cause of this? Is there some tunable? Barney