From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Graf Subject: Re: [patch net-next v3 04/17] net: introduce generic switch devices support Date: Thu, 27 Nov 2014 13:03:45 +0000 Message-ID: <20141127130345.GB27041@casper.infradead.org> References: <5474B795.3080204@mojatatu.com> <20141125215402.GA3912@casper.infradead.org> <54754A10.6020601@mojatatu.com> <5475BB53.3070200@mojatatu.com> <20141126160859.GB13786@casper.infradead.org> <54760939.8050805@mojatatu.com> <20141126175944.GW1875@nanopsycho.orion> <20141126215034.GA32174@casper.infradead.org> <547662F4.3060408@mojatatu.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Jiri Pirko , Scott Feldman , Netdev , "David S. Miller" , "nhorman@tuxdriver.com" , Andy Gospodarek , "dborkman@redhat.com" , "ogerlitz@mellanox.com" , "jesse@nicira.com" , "pshelar@nicira.com" , "azhou@nicira.com" , "ben@decadent.org.uk" , "stephen@networkplumber.org" , "Kirsher, Jeffrey T" , "vyasevic@redhat.com" , Cong Wang , "Fastabend, John R" , Eric Dumazet , Florian Fainelli , Roopa Prabhu , John Linville Return-path: Received: from casper.infradead.org ([85.118.1.10]:38487 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753251AbaK0NDz (ORCPT ); Thu, 27 Nov 2014 08:03:55 -0500 Content-Disposition: inline In-Reply-To: <547662F4.3060408@mojatatu.com> Sender: netdev-owner@vger.kernel.org List-ID: On 11/26/14 at 06:32pm, Jamal Hadi Salim wrote: > Jiri/Scott: We'll call this offload thing hanging off a port_ops > a "switch". It does one or more of L2, L3 and flows. > Jamal: I am not fond of that name because not everything that offloads > off a port is a switch (some mention of fitting even with dpdk) > Jiri: What do you have - an L3 "switch"? > Jamal: No, it is something that does offloading of packet processing off > a port with flows and action. Example a netronome would be a good fit (if > you are to ignore Simon going for OVS). So what is your name suggestion?