From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH net-next] drivers/net: add 6WIND SHULTI support Date: Wed, 27 Apr 2016 10:07:45 -0700 Message-ID: <20160427100745.29976fbc@samsung9> References: <1461749838-4613-1-git-send-email-nicolas.dichtel@6wind.com> <20160427095615.GA27071@breakpoint.cc> <20160427151336.GB1962@nanopsycho.orion> <20160427.125506.1088576804354580011.davem@davemloft.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: jiri@resnulli.us, fw@strlen.de, nicolas.dichtel@6wind.com, netdev@vger.kernel.org To: David Miller Return-path: Received: from mail-pa0-f50.google.com ([209.85.220.50]:34863 "EHLO mail-pa0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752778AbcD0RHy (ORCPT ); Wed, 27 Apr 2016 13:07:54 -0400 Received: by mail-pa0-f50.google.com with SMTP id iv1so21612915pac.2 for ; Wed, 27 Apr 2016 10:07:54 -0700 (PDT) In-Reply-To: <20160427.125506.1088576804354580011.davem@davemloft.net> Sender: netdev-owner@vger.kernel.org List-ID: On Wed, 27 Apr 2016 12:55:06 -0400 (EDT) David Miller wrote: > From: Jiri Pirko > Date: Wed, 27 Apr 2016 17:14:04 +0200 > > > Wed, Apr 27, 2016 at 11:56:15AM CEST, fw@strlen.de wrote: > >>Nicolas Dichtel wrote: > >>> This patch adds the support of the 6WIND SHULTI switch. It is a software > >>> switch doing L2 forwarding. > >>> > >>> This first version implements the minimum needed to get the device working. > >>> It also implements, via switchdev and rtnetlink, bridge forwarding offload, > >>> including FDB static entries, FDB learning and FDB ageing. > >> > >>How is this different from net/bridge? > >>How is this different from openvswitch? > > > > The difference is that it this tries to allow userspace crap to mirror > > setting user does for bridge/ovs. Basically this looks to me like an > > attempt to enable userspace SDKs and such. > > +1 > > There is no way I'm applying this. Also it has a bunch of device specific generic netlink which was a red flag for me.