[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1347304514.1234.1993.camel@edumazet-glaptop>
Date: Mon, 10 Sep 2012 21:15:14 +0200
From: Eric Dumazet <eric.dumazet@...il.com>
To: Or Gerlitz <or.gerlitz@...il.com>
Cc: Shlomo Pongartz <shlomop@...lanox.com>, netdev@...r.kernel.org
Subject: Re: ndo_get_stats and rtnl_netlink
On Mon, 2012-09-10 at 22:10 +0300, Or Gerlitz wrote:
> On Mon, Sep 10, 2012 at 12:09 PM, Eric Dumazet <eric.dumazet@...il.com> wrote:
>
> > RTNL locking is not needed to fetch stats, and would be overkill.
> > Each driver has its own way to protect/gather its stats.
>
> FWIW, again, when dev_get_stats is called from rtnl_fill_ifinfo e.g as
> of invocation
> of "ip link show <interface>, there IS RTNL locking, is that a problem?
>
> Or.
Why should it be a problem ?
A dev_get_stats() is not allowed to sleep, so its not allowed to use
RTNL by itself.
So caller might use RTNL, we dont care at all.
--
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