[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20140907.161720.168413856991894569.davem@davemloft.net>
Date: Sun, 07 Sep 2014 16:17:20 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: roy.qing.li@...il.com
Cc: pshelar@...ira.com, netdev@...r.kernel.org
Subject: Re: [PATCH][net-next] openvswitch: change the data type of error
status to atomic_long_t
From: Li RongQing <roy.qing.li@...il.com>
Date: Sun, 7 Sep 2014 17:24:11 +0800
> 2. I did not find that tx_dropped/tx_error/.. is protected by spin
> lock under net dir,
> sometime tx_dropped is atomic_long_t; sometime it is percpu variable;
> sometime it is
> u64,but does not need to protect.
If it is only modified in ->ndo_start_xmit() then it is protected by
the per-queue TX lock, as ->ndo_start_xmit() is always invoked with
it held (except in LLTX drivers of course).
--
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