From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=fm1; bh=vF+M2DtGBa4JCIeSkp xJDHQMfQLKJp7uO48quCuo3fU=; b=CEgKb/alCVMOZwuOY4cHZRVNd0HM+gFUML esyiKVpa+ioz4GDrtWDcVAnrQdSXePYXw2O/U0N/laaZitollxFSyflWYfpfdBXC Gltdp2IbC0FYOlFwaJQ4R6IZk2o0dbY8AYEEfo+sgSdpN82D++Unn55dyVMBJN8b nRt/VffFP09EpeP3IqSE/40/GhXyCZEMVNasjIqsVjZxWxl9eHSXq5itipk3a2UZ +mdcqcTKdRKWHhHUWj0mOCpXKIRyDkWrVYSvVkC1Hlc/K0BiBF9abyldEH/Eb37H S57gN2RUc8cbDu/xG3QZrEWFMmQBZi3Gr3df/5imU3El21IxjQvw== Date: Thu, 23 Mar 2017 21:47:13 +0200 From: Ido Schimmel Message-ID: <20170323194713.GA25688@splinter.mtl.com> References: <1490264833-28867-1-git-send-email-nikolay@cumulusnetworks.com> <1490264833-28867-2-git-send-email-nikolay@cumulusnetworks.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1490264833-28867-2-git-send-email-nikolay@cumulusnetworks.com> Subject: Re: [Bridge] [PATCH net-next 1/2] net: bridge: allow SW learn to take over HW fdb entries List-Id: Linux Ethernet Bridging List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Nikolay Aleksandrov Cc: jiri@resnulli.us, netdev@vger.kernel.org, roopa@cumulusnetworks.com, bridge@lists.linux-foundation.org, idosch@mellanox.com, davem@davemloft.net On Thu, Mar 23, 2017 at 12:27:12PM +0200, Nikolay Aleksandrov wrote: > Allow to take over an entry which was previously learned via HW when it > shows up from a SW port. This is analogous to how HW takes over SW learned > entries already. > > Suggested-by: Roopa Prabhu > Signed-off-by: Nikolay Aleksandrov Reviewed-by: Ido Schimmel From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ido Schimmel Subject: Re: [PATCH net-next 1/2] net: bridge: allow SW learn to take over HW fdb entries Date: Thu, 23 Mar 2017 21:47:13 +0200 Message-ID: <20170323194713.GA25688@splinter.mtl.com> References: <1490264833-28867-1-git-send-email-nikolay@cumulusnetworks.com> <1490264833-28867-2-git-send-email-nikolay@cumulusnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netdev@vger.kernel.org, idosch@mellanox.com, jiri@resnulli.us, stephen@networkplumber.org, bridge@lists.linux-foundation.org, roopa@cumulusnetworks.com, davem@davemloft.net To: Nikolay Aleksandrov Return-path: Received: from out1-smtp.messagingengine.com ([66.111.4.25]:50662 "EHLO out1-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933031AbdCWTrR (ORCPT ); Thu, 23 Mar 2017 15:47:17 -0400 Content-Disposition: inline In-Reply-To: <1490264833-28867-2-git-send-email-nikolay@cumulusnetworks.com> Sender: netdev-owner@vger.kernel.org List-ID: On Thu, Mar 23, 2017 at 12:27:12PM +0200, Nikolay Aleksandrov wrote: > Allow to take over an entry which was previously learned via HW when it > shows up from a SW port. This is analogous to how HW takes over SW learned > entries already. > > Suggested-by: Roopa Prabhu > Signed-off-by: Nikolay Aleksandrov Reviewed-by: Ido Schimmel