From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jiri Pirko Subject: Re: [patch net] mlxsw: spectrum: Disable MAC learning for ovs port Date: Fri, 15 Dec 2017 18:11:18 +0100 Message-ID: <20171215171118.GB1912@nanopsycho> References: <20171215132658.6553-1-jiri@resnulli.us> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: davem@davemloft.net, yuvalm@mellanox.com, idosch@mellanox.com, mlxsw@mellanox.com To: netdev@vger.kernel.org Return-path: Received: from mail-wm0-f46.google.com ([74.125.82.46]:38269 "EHLO mail-wm0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755727AbdLORLW (ORCPT ); Fri, 15 Dec 2017 12:11:22 -0500 Received: by mail-wm0-f46.google.com with SMTP id 64so18885603wme.3 for ; Fri, 15 Dec 2017 09:11:22 -0800 (PST) Content-Disposition: inline In-Reply-To: <20171215132658.6553-1-jiri@resnulli.us> Sender: netdev-owner@vger.kernel.org List-ID: Fri, Dec 15, 2017 at 02:26:58PM CET, jiri@resnulli.us wrote: >From: Yuval Mintz > >Learning is currently enabled for ports which are OVS slaves - >even though OVS doesn't need this indication. >Since we're not associating a fid with the port, HW would continuously >notify driver of learned [& aged] MACs which would be logged as errors. > >Fixes: 2b94e58df58c ("mlxsw: spectrum: Allow ports to work under OVS master") >Signed-off-by: Yuval Mintz >Reviewed-by: Ido Schimmel >Signed-off-by: Jiri Pirko Oh, I sent this one twice. Sorry :)