[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1412731718.11091.175.camel@edumazet-glaptop2.roam.corp.google.com>
Date: Tue, 07 Oct 2014 18:28:38 -0700
From: Eric Dumazet <eric.dumazet@...il.com>
To: Eric Wheeler <netdev@...ts.ewheeler.net>
Cc: Shahed Shaikh <shahed.shaikh@...gic.com>,
Stephen Hemminger <stephen@...workplumber.org>,
netdev <netdev@...r.kernel.org>,
Rasesh Mody <rasesh.mody@...gic.com>
Subject: Re: [PATCH net] bna: page allocation during interrupts to use a
mempool.
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 ?
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists