From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Dumazet Subject: Re: [PATCH net] bna: page allocation during interrupts to use a mempool. Date: Tue, 07 Oct 2014 18:28:38 -0700 Message-ID: <1412731718.11091.175.camel@edumazet-glaptop2.roam.corp.google.com> References: <20140929092833.6c2cb7e9@urahara> <262CB373A6D1F14F9B81E82F74F77D5A4704FAE7@avmb2.qlogic.org> <1412646735.11091.93.camel@edumazet-glaptop2.roam.corp.google.com> <1412651746.11091.98.camel@edumazet-glaptop2.roam.corp.google.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: Shahed Shaikh , Stephen Hemminger , netdev , Rasesh Mody To: Eric Wheeler Return-path: Received: from mail-pa0-f45.google.com ([209.85.220.45]:43955 "EHLO mail-pa0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755196AbaJHB25 (ORCPT ); Tue, 7 Oct 2014 21:28:57 -0400 Received: by mail-pa0-f45.google.com with SMTP id rd3so8131462pab.4 for ; Tue, 07 Oct 2014 18:28:57 -0700 (PDT) In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: On Tue, 2014-10-07 at 17:48 -0700, Eric Wheeler wrote: > Just += unmap->vector.len still did not work (same backtrace), so I've > rebuilt with PAGE_SIZE<<2 and so far so good. I'll let it run all night > and see if we get any problems. Further inspection of the driver told me that unmap->vector.len should be 16384 already. (same than PAGE_SIZE << 2) (set at line 304, drivers/net/ethernet/brocade/bna/bnad.c) So you might hit memory fragmentation issues. Do you have CONFIG_COMPACTION=y in your .config ?