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: Wed, 08 Oct 2014 12:04:52 -0700 Message-ID: <1412795092.11091.197.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> <1412731718.11091.175.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]:39863 "EHLO mail-pa0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751866AbaJHTEy (ORCPT ); Wed, 8 Oct 2014 15:04:54 -0400 Received: by mail-pa0-f45.google.com with SMTP id rd3so9567978pab.18 for ; Wed, 08 Oct 2014 12:04:54 -0700 (PDT) In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: On Wed, 2014-10-08 at 12:01 -0700, Eric Wheeler wrote: > On Tue, 7 Oct 2014, Eric Dumazet wrote: > > > 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 ? > > We're still having the backtrace. What is the output of free cat /proc/sys/vm/min_free_kbytes cat /proc/buddyinfo