[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20190828123202.GI20113@breakpoint.cc>
Date: Wed, 28 Aug 2019 14:32:02 +0200
From: Florian Westphal <fw@...len.de>
To: Eric Dumazet <eric.dumazet@...il.com>
Cc: Florian Westphal <fw@...len.de>,
Eric Dumazet <edumazet@...gle.com>, netdev@...r.kernel.org
Subject: Re: multipath tcp MIB counter placement - share with tcp or extra?
Eric Dumazet <eric.dumazet@...il.com> wrote:
> > Let me know -- I can go with a separate MIB, its no problem, I just want
> > to avoid going down the wrong path.
>
> There are about 40 counters.
>
> Space for that will be per netns : num_possible_cpus * 40 * 8 bytes
>
> The cost of folding all the values will make nstat slower even if MPTCP is not used.
Ok, so 'same proc file' would be fine but 'increase pcpu mem cost
unconditionally' isn't.
> Maybe find a way to not having to fold the MPTCP percpu counters if MPTCP is not loaded ?
MPTCP is builtin (bool).
However, we might be able to delay allocation until first mptcp socket
is requested, I will see if this can be done somehow.
Thanks Eric!
Powered by blists - more mailing lists