From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <1355723169.23943.3.camel@cr0> From: Cong Wang Date: Mon, 17 Dec 2012 13:46:09 +0800 In-Reply-To: <20121215.171656.1197452765852503859.davem@davemloft.net> References: <1355558992-32285-1-git-send-email-amwang@redhat.com> <1355558992-32285-2-git-send-email-amwang@redhat.com> <20121215.171656.1197452765852503859.davem@davemloft.net> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Mime-Version: 1.0 Subject: Re: [Bridge] [PATCH 2/2] bridge: add flags to distinguish permanent mdb entires List-Id: Linux Ethernet Bridging List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Miller Cc: netdev@vger.kernel.org, shemminger@vyatta.com, bridge@lists.linux-foundation.org, herbert@gondor.hengli.com.au On Sat, 2012-12-15 at 17:16 -0800, David Miller wrote: > From: Cong Wang > Date: Sat, 15 Dec 2012 16:09:51 +0800 > > > This patch adds a flag to each mdb entry, so that we can distinguish > > permanent entries with temporary entries. > > > > Cc: Herbert Xu > > Cc: Stephen Hemminger > > Cc: "David S. Miller" > > Signed-off-by: Cong Wang > > Applied, but you _really_ need to lock down the interface and > stop making changes to the user visible side of this _now_. > OK. I think it is okay to break ABI at this time, since the merge window is not closed yet, who will develop applications based on an unstable kernel though. :-/