From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Gospodarek Subject: Re: [patch net-next v3 07/17] rocker: introduce rocker switch driver Date: Tue, 25 Nov 2014 12:51:16 -0500 Message-ID: <20141125175116.GN27416@gospo.rtplab.test> References: <1416911328-10979-1-git-send-email-jiri@resnulli.us> <1416911328-10979-8-git-send-email-jiri@resnulli.us> <5474A705.5070007@mojatatu.com> <20141125.121019.465267851168750694.davem@davemloft.net> <20141125171514.GN1971@nanopsycho.orion> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: David Miller , jhs@mojatatu.com, netdev@vger.kernel.org, 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, sfeldma@gmail.com, f.fainelli@gmail.com, roopa@cumulusnetworks.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, bcrl@kvack.org To: Jiri Pirko Return-path: Received: from ext3.cumulusnetworks.com ([198.211.106.187]:40185 "EHLO ext3.cumulusnetworks.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750816AbaKYRv3 (ORCPT ); Tue, 25 Nov 2014 12:51:29 -0500 Content-Disposition: inline In-Reply-To: <20141125171514.GN1971@nanopsycho.orion> Sender: netdev-owner@vger.kernel.org List-ID: On Tue, Nov 25, 2014 at 06:15:14PM +0100, Jiri Pirko wrote: > Tue, Nov 25, 2014 at 06:10:19PM CET, davem@davemloft.net wrote: > >From: Jamal Hadi Salim > >Date: Tue, 25 Nov 2014 10:57:57 -0500 > > > >> On 11/25/14 05:28, Jiri Pirko wrote: > >>> This patch introduces the first driver to benefit from the switchdev > >>> infrastructure and to implement newly introduced switch ndos. This is > >>> a > >>> driver for emulated switch chip implemented in qemu: > >>> https://github.com/sfeldma/qemu-rocker/ > >>> > >>> This patch is a result of joint work with Scott Feldman. > >>> > >>> Signed-off-by: Scott Feldman > >>> Signed-off-by: Jiri Pirko > >>> Reviewed-by: Thomas Graf > >>> Reviewed-by: John Fastabend > >> > >> Users should be a different patch set for easier review. > >> I think you should separate rocker to be another patch series. > > > >I want to see how the new infrastructure is used in the same patch > >series as the changes that add that infrastructure. > > Yep. For easier review, I will move the rocker patches to the tail and > leave the other ones on head. I appreciate that. I do plan to *try* and review those, but due to their length have not done that.