From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <514DC504.5060101@cogentembedded.com> Date: Sat, 23 Mar 2013 19:06:44 +0400 From: Sergei Shtylyov MIME-Version: 1.0 References: <1364015653-7322-1-git-send-email-honkiko@gmail.com> In-Reply-To: <1364015653-7322-1-git-send-email-honkiko@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Bridge] [PATCH net-next] bridge: avoid br_ifinfo_notify when nothing changed List-Id: Linux Ethernet Bridging List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Hong Zhiguo Cc: netdev@vger.kernel.org, bridge@lists.linux-foundation.org, zhiguo.hong@emc.com, stephen@networkplumber.org, herbert@gondor.hengli.com.au, davem@davemloft.net Hello. On 23-03-2013 9:14, Hong Zhiguo wrote: > When neither IFF_BRIDGE_PORT or IFF_BRIDGE_PORT is set, That is the same flag repeated twice. > and afspec == NULL but protinfo != NULL, we run into > "if (err == 0) br_ifinfo_notify(RTM_NEWLINK, p);" with > random value in ret. > Signed-off-by: Hong Zhiguo WBR, Sergei