From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jamal Hadi Salim Subject: Re: [patch net-next v2 10/10] rocker: implement L2 bridge offloading Date: Mon, 10 Nov 2014 14:27:14 -0500 Message-ID: <54611192.5080606@mojatatu.com> References: <1415530280-9190-1-git-send-email-jiri@resnulli.us> <1415530280-9190-11-git-send-email-jiri@resnulli.us> <546036A3.3010404@mojatatu.com> <5460AF22.2040701@mojatatu.com> <5460E3D5.3000104@cumulusnetworks.com> <5461058F.1020709@cumulusnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2; format=flowed Content-Transfer-Encoding: 7bit Cc: Jiri Pirko , Netdev , "David S. Miller" , nhorman@tuxdriver.com, Andy Gospodarek , Thomas Graf , 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 , John Linville , jasowang@redhat.com, ebiederm@xmission.com, nicolas.dichtel@6wind.com, ryazanov.s.a@gmail.com, buytenh@wantstofly.org, aviadr@mellanox.com, nbd@openwrt.org, Alexei Starovoitov , Neil Jerram , ronye@me To: Roopa Prabhu , Scott Feldman Return-path: Received: from mail-ig0-f170.google.com ([209.85.213.170]:40312 "EHLO mail-ig0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751203AbaKJT1S (ORCPT ); Mon, 10 Nov 2014 14:27:18 -0500 Received: by mail-ig0-f170.google.com with SMTP id h15so16234930igd.1 for ; Mon, 10 Nov 2014 11:27:17 -0800 (PST) In-Reply-To: <5461058F.1020709@cumulusnetworks.com> Sender: netdev-owner@vger.kernel.org List-ID: On 11/10/14 13:35, Roopa Prabhu wrote: > On 11/10/14, 9:36 AM, Scott Feldman wrote: >> On Mon, Nov 10, 2014 at 6:12 AM, Roopa Prabhu >> wrote: >>> On 11/10/14, 4:27 AM, Jamal Hadi Salim wrote: >>>> On 11/10/14 03:46, Scott Feldman wrote: > > yes it is, But if i remember correctly, the api (ndo op) could indicate > offload to hw (or nic in this case) > by giving 'self'. And in those cases the netdev nic port represents the > switch. > (Will be nice to check and confirm this though). No, you are correct. You select to add to the bridge fdb or/and via the underlying brport fdb. cheers, jamal