Re: [patch net-next 0/5] mlxsw: small driver update

2017-01-09 Thread David Miller
From: Jiri Pirko 
Date: Mon,  9 Jan 2017 11:25:43 +0100

> This patchset contains various small "non-net" fixes and enhancements.

Series applied, thanks Jiri.


[patch net-next 0/5] mlxsw: small driver update

2017-01-09 Thread Jiri Pirko
From: Jiri Pirko 

This patchset contains various small "non-net" fixes and enhancements.

Elad Raz (2):
  mlxsw: Fix mlxsw_i2c_write return value
  mlxsw: cmd: Fix API name comments for event-queues

Yotam Gigi (3):
  mlxsw: spectrum: Make the add_matchall_tc_entry symmetric
  mlxsw: spectrum: Fix order of commands in port remove function
  mlxsw: spectrum: Change ENOTSUPP to EOPNOTSUPP

 drivers/net/ethernet/mellanox/mlxsw/cmd.h  |  10 +--
 drivers/net/ethernet/mellanox/mlxsw/i2c.c  |   2 +-
 drivers/net/ethernet/mellanox/mlxsw/spectrum.c | 101 +
 3 files changed, 59 insertions(+), 54 deletions(-)

-- 
2.7.4



Re: [patch net-next 0/5] mlxsw: small driver update

2016-10-28 Thread David Miller
From: Jiri Pirko 
Date: Thu, 27 Oct 2016 15:12:56 +0200

> For details, see individual patches.

Series applied, thanks.


[patch net-next 0/5] mlxsw: small driver update

2016-10-27 Thread Jiri Pirko
From: Jiri Pirko 

For details, see individual patches.

Ido Schimmel (1):
  mlxsw: spectrum: Remove extra whitespace

Jiri Pirko (4):
  mlxsw: pci: Rename header with HW definitions
  mlxsw: Move PCI id table definitions into driver modules
  mlxsw: spectrum: Set physical device for port netdevice
  mlxsw: switchx2: Set physical device for port netdevice

 drivers/net/ethernet/mellanox/mlxsw/Kconfig|   4 +-
 drivers/net/ethernet/mellanox/mlxsw/core.c |  14 --
 drivers/net/ethernet/mellanox/mlxsw/core.h |   8 -
 drivers/net/ethernet/mellanox/mlxsw/pci.c  |  56 ++---
 drivers/net/ethernet/mellanox/mlxsw/pci.h  | 206 ++
 drivers/net/ethernet/mellanox/mlxsw/pci_hw.h   | 229 +
 drivers/net/ethernet/mellanox/mlxsw/spectrum.c |  26 ++-
 .../net/ethernet/mellanox/mlxsw/spectrum_router.c  |   2 +-
 drivers/net/ethernet/mellanox/mlxsw/switchx2.c |  35 +++-
 9 files changed, 323 insertions(+), 257 deletions(-)
 create mode 100644 drivers/net/ethernet/mellanox/mlxsw/pci_hw.h

-- 
2.5.5



Re: [patch net-next 0/5] mlxsw: small driver update

2016-04-08 Thread David Miller
From: Jiri Pirko 
Date: Fri, 8 Apr 2016 17:51:55 +0200

> Fri, Apr 08, 2016 at 05:45:20PM CEST, j...@resnulli.us wrote:
>>From: Jiri Pirko 
>>
>>Cosmetics, in preparation to sharedbuffer patchset.
> 
> Dave, I just realized there is dependency on:
> "devlink: remove implicit type set in port register" which I sent couple
> of minutes after this patchset. I can either resend in bulk, or if you
> could apply in order, that would be great.

The devlink series also lacked a header posting.  Can you just sort this
all out properly and respin everything?

Thanks.

> Thanks and sorry, owe you another beer :)

:-)


Re: [patch net-next 0/5] mlxsw: small driver update

2016-04-08 Thread Jiri Pirko
Fri, Apr 08, 2016 at 07:07:37PM CEST, da...@davemloft.net wrote:
>From: Jiri Pirko 
>Date: Fri, 8 Apr 2016 17:51:55 +0200
>
>> Fri, Apr 08, 2016 at 05:45:20PM CEST, j...@resnulli.us wrote:
>>>From: Jiri Pirko 
>>>
>>>Cosmetics, in preparation to sharedbuffer patchset.
>> 
>> Dave, I just realized there is dependency on:
>> "devlink: remove implicit type set in port register" which I sent couple
>> of minutes after this patchset. I can either resend in bulk, or if you
>> could apply in order, that would be great.
>
>The devlink series also lacked a header posting.  Can you just sort this
>all out properly and respin everything?

done.

>
>Thanks.
>
>> Thanks and sorry, owe you another beer :)
>
>:-)


Re: [patch net-next 0/5] mlxsw: small driver update

2016-04-08 Thread Jiri Pirko
Fri, Apr 08, 2016 at 05:45:20PM CEST, j...@resnulli.us wrote:
>From: Jiri Pirko 
>
>Cosmetics, in preparation to sharedbuffer patchset.

Dave, I just realized there is dependency on:
"devlink: remove implicit type set in port register" which I sent couple
of minutes after this patchset. I can either resend in bulk, or if you
could apply in order, that would be great.

Thanks and sorry, owe you another beer :)


>
>Jiri Pirko (5):
>  mlxsw: Move devlink port registration into common core code
>  mlxsw: Pass mlxsw_core as a param of mlxsw_core_skb_transmit*
>  mlxsw: Do not pass around driver_priv directly
>  mlxsw: reg: Share direction enum between SBPR, SBCM, SBPM
>  mlxsw: reg: Fix SBPM register name
>
> drivers/net/ethernet/mellanox/mlxsw/core.c | 56 ++
> drivers/net/ethernet/mellanox/mlxsw/core.h | 26 +++---
> drivers/net/ethernet/mellanox/mlxsw/reg.h  | 27 ---
> drivers/net/ethernet/mellanox/mlxsw/spectrum.c | 52 +---
> drivers/net/ethernet/mellanox/mlxsw/spectrum.h |  3 +-
> .../net/ethernet/mellanox/mlxsw/spectrum_buffers.c | 20 
> drivers/net/ethernet/mellanox/mlxsw/switchx2.c | 42 +++-
> 7 files changed, 114 insertions(+), 112 deletions(-)
>
>-- 
>2.5.5
>


[patch net-next 0/5] mlxsw: small driver update

2016-04-08 Thread Jiri Pirko
From: Jiri Pirko 

Cosmetics, in preparation to sharedbuffer patchset.

Jiri Pirko (5):
  mlxsw: Move devlink port registration into common core code
  mlxsw: Pass mlxsw_core as a param of mlxsw_core_skb_transmit*
  mlxsw: Do not pass around driver_priv directly
  mlxsw: reg: Share direction enum between SBPR, SBCM, SBPM
  mlxsw: reg: Fix SBPM register name

 drivers/net/ethernet/mellanox/mlxsw/core.c | 56 ++
 drivers/net/ethernet/mellanox/mlxsw/core.h | 26 +++---
 drivers/net/ethernet/mellanox/mlxsw/reg.h  | 27 ---
 drivers/net/ethernet/mellanox/mlxsw/spectrum.c | 52 +---
 drivers/net/ethernet/mellanox/mlxsw/spectrum.h |  3 +-
 .../net/ethernet/mellanox/mlxsw/spectrum_buffers.c | 20 
 drivers/net/ethernet/mellanox/mlxsw/switchx2.c | 42 +++-
 7 files changed, 114 insertions(+), 112 deletions(-)

-- 
2.5.5