[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAATkVEw93KaUQuNJY9hxA+q2dxPb2AAxicojkjDfXDZU5VGxtg@mail.gmail.com>
Date: Thu, 11 Jun 2015 17:35:00 -0400
From: Debabrata Banerjee <dbavatar@...il.com>
To: Chris Mason <clm@...com>
Cc: Eric Dumazet <eric.dumazet@...il.com>, Shaohua Li <shli@...com>,
"netdev@...r.kernel.org" <netdev@...r.kernel.org>,
"davem@...emloft.net" <davem@...emloft.net>, Kernel-team@...com,
Eric Dumazet <edumazet@...gle.com>,
David Rientjes <rientjes@...gle.com>, linux-mm@...ck.org,
Joshua Hunt <johunt@...mai.com>,
"Banerjee, Debabrata" <dbanerje@...mai.com>
Subject: Re: [RFC] net: use atomic allocation for order-3 page allocation
There is no "background" it doesn't matter if this activity happens
synchronously or asynchronously, unless you're sensitive to the
latency on that single operation. If you're driving all your cpu's and
memory hard then this is work that still takes resources. If there's a
kernel thread with compaction running, then obviously your process is
not.
Your patch should help in that not every atomic allocation failure
should mean yet another run at compaction/reclaim.
-Deb
On Thu, Jun 11, 2015 at 5:16 PM, Chris Mason <clm@...com> wrote:
> networking is asking for 32KB, and the MM layer is doing what it can to
> provide it. Are the gains from getting 32KB contig bigger than the cost
> of moving pages around if the MM has to actually go into compaction?
> Should we start disk IO to give back 32KB contig?
>
> I think we want to tell the MM to compact in the background and give
> networking 32KB if it happens to have it available. If not, fall back
> to smaller allocations without doing anything expensive.
>
--
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