From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Feldman Subject: Re: [patch net-next 0/4] Introduce Mellanox Technologies Switch ASICs switchdev drivers Date: Thu, 23 Jul 2015 17:03:20 -0700 Message-ID: References: <1437666216-3149-1-git-send-email-jiri@resnulli.us> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Cc: Netdev , "David S. Miller" , idosch@mellanox.com, eladr@mellanox.com, "ogerlitz@mellanox.com" , Roopa Prabhu , Florian Fainelli , Thomas Graf , ast@plumgrid.com, Jamal Hadi Salim , Daniel Borkmann , john fastabend , "simon.horman@netronome.com" , John Linville , Andy Gospodarek , Shrijeet Mukherjee , "nhorman@tuxdriver.com" To: Jiri Pirko Return-path: Received: from mail-ob0-f179.google.com ([209.85.214.179]:35412 "EHLO mail-ob0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752498AbbGXADk (ORCPT ); Thu, 23 Jul 2015 20:03:40 -0400 Received: by obbop1 with SMTP id op1so6836048obb.2 for ; Thu, 23 Jul 2015 17:03:39 -0700 (PDT) In-Reply-To: <1437666216-3149-1-git-send-email-jiri@resnulli.us> Sender: netdev-owner@vger.kernel.org List-ID: On Thu, Jul 23, 2015 at 8:43 AM, Jiri Pirko wrote: > This patchset introduces Mellanox Technologies Switch driver infrastructure > and support for SwitchX-2 ASIC. > > The driver is divided into 3 logical parts: > 1) Bus - implements switch bus interface. Currently only PCI bus is > implemented, but more buses will be added in the future. Namely I2C > and SGMII. > (patch #2) > 2) Driver - implemements of ASIC-specific functions. > Currently SwitchX-2 ASIC is supported, but a plan exists to introduce > support for Spectrum ASIC in the near future. > (patch #4) > 3) Core - infrastructure that glues buses and drivers together. > It implements register access logic (EMADs) and takes care of RX traps > and events. > (patch #1 and #3) > > Ido Schimmel (1): > mlxsw: Add interface to access registers and process events > > Jiri Pirko (3): > mlxsw: Introduce Mellanox switch driver core > mlxsw: Add PCI bus implementation > mlxsw: Introduce Mellanox SwitchX-2 ASIC support This is awesome! Reviewing... checkpatch.pl shows 1 ERROR, bunch of >80 chars WARNs, and bunch of CHECKs on space after cast. On the CHECKs on space after cast, should we modify checkpatch.pl to not flag those for drivers/net? -scott