From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jiri Pirko Subject: Re: [patch iproute2 0/6] iproute2: add changes for switchdev Date: Thu, 4 Dec 2014 15:34:00 +0100 Message-ID: <20141204143400.GC1861@nanopsycho.orion> References: <1417683438-10935-1-git-send-email-jiri@resnulli.us> <54806F2A.2050109@cumulusnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netdev@vger.kernel.org, davem@davemloft.net, nhorman@tuxdriver.com, andy@greyhouse.net, tgraf@suug.ch, dborkman@redhat.com, ogerlitz@mellanox.com, jesse@nicira.com, pshelar@nicira.com, azhou@nicira.com, ben@decadent.org.uk, stephen@networkplumber.org, jeffrey.t.kirsher@intel.com, vyasevic@redhat.com, xiyou.wangcong@gmail.com, john.r.fastabend@intel.com, edumazet@google.com, jhs@mojatatu.com, sfeldma@gmail.com, f.fainelli@gmail.com, linville@tuxdriver.com, 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@gmail.com, Neil.Jerram@metaswitch.com, ronye@mellanox.com, simon.horman@netronome.com, alexander.h.duyck@redhat.com, john.ronciak@intel.com, mleitner@redhat.com, shrijeet@gmail.com, gospo@cumulusnetworks.com, bcrl@kvack.org, hemal@broadcom.com To: Roopa Prabhu Return-path: Received: from mail-wg0-f46.google.com ([74.125.82.46]:54647 "EHLO mail-wg0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754581AbaLDOeD (ORCPT ); Thu, 4 Dec 2014 09:34:03 -0500 Received: by mail-wg0-f46.google.com with SMTP id a1so14712185wgh.33 for ; Thu, 04 Dec 2014 06:34:01 -0800 (PST) Content-Disposition: inline In-Reply-To: <54806F2A.2050109@cumulusnetworks.com> Sender: netdev-owner@vger.kernel.org List-ID: Thu, Dec 04, 2014 at 03:26:50PM CET, roopa@cumulusnetworks.com wrote: >On 12/4/14, 12:57 AM, Jiri Pirko wrote: >>Jiri Pirko (1): >> iproute2: ipa: show switch id >> >>Scott Feldman (5): >> bridge/fdb: fix statistics output spacing >> bridge/fdb: add flag/indication for FDB entry synced from offload >> device >> bridge/link: add new offload hwmode swdev >Ack to most patches but nack on this one. The todo list still has a note to >revist the flag to indicate switchdev offloads. >Exposing this to userspace does not help that. Hmm, note that this is already exposed to userspace, this patchset is for iproute2 (userspace tool). > >> link: add missing IFLA_BRPORT_PROXYARP >> bridge/link: add learning_sync policy flag >> >> bridge/fdb.c | 4 +++- >> bridge/link.c | 17 +++++++++++++++-- >> include/linux/if_bridge.h | 1 + >> include/linux/if_link.h | 3 +++ >> include/linux/neighbour.h | 1 + >> ip/ipaddress.c | 8 ++++++++ >> man/man8/bridge.8 | 19 ++++++++++++++----- >> 7 files changed, 45 insertions(+), 8 deletions(-) >> >