Re: [PATCH net 0/4] mlx4 misc fixes

2017-08-02 Thread David Miller
From: Tariq Toukan 
Date: Tue,  1 Aug 2017 16:43:42 +0300

> This patchset contains misc bug fixes from the team
> to the mlx4 Core and Eth drivers.
> 
> Patch 1 by Inbar fixes a wrong ethtool indication for Wake-on-LAN.
> The other 3 patches by Jack add a missing capability description,
> and fixes the off-by-1 misalignment for the following capabilities
> descriptions.
> 
> Series generated against net commit:
> cc75f8514db6 samples/bpf: fix bpf tunnel cleanup

Series applied, thanks!


[PATCH net 0/4] mlx4 misc fixes

2017-08-01 Thread Tariq Toukan
Hi Dave,

This patchset contains misc bug fixes from the team
to the mlx4 Core and Eth drivers.

Patch 1 by Inbar fixes a wrong ethtool indication for Wake-on-LAN.
The other 3 patches by Jack add a missing capability description,
and fixes the off-by-1 misalignment for the following capabilities
descriptions.

Series generated against net commit:
cc75f8514db6 samples/bpf: fix bpf tunnel cleanup

Thanks,
Tariq.


Inbar Karmy (1):
  net/mlx4_en: Fix wrong indication of Wake-on-LAN (WoL) support

Jack Morgenstein (3):
  net/mlx4_core: Fix sl_to_vl_change bit offset in flags2 dump
  net/mlx4_core: Fix namespace misalignment in QinQ VST support commit
  net/mlx4_core: Fixes missing capability bit in flags2 capability dump

 drivers/net/ethernet/mellanox/mlx4/en_ethtool.c | 15 ---
 drivers/net/ethernet/mellanox/mlx4/fw.c |  9 +++--
 drivers/net/ethernet/mellanox/mlx4/fw.h |  1 +
 drivers/net/ethernet/mellanox/mlx4/main.c   |  2 ++
 include/linux/mlx4/device.h |  1 +
 5 files changed, 19 insertions(+), 9 deletions(-)

-- 
1.8.3.1



Re: [PATCH net 0/4] mlx4 misc fixes

2017-02-22 Thread Tariq Toukan



On 22/02/2017 2:33 PM, Tariq Toukan wrote:

Hi Dave,

This patchset contains misc bug fixes from the team
to the mlx4 Core and Eth drivers.

Series generated against net commit:
00ea1ceebe0d ipv6: release dst on error in ip6_dst_lookup_tail

Thanks,
Tariq.



Please ignore this one.
I am submitting V2 with an additional patch.

Thanks,
Tariq


[PATCH net 0/4] mlx4 misc fixes

2017-02-22 Thread Tariq Toukan
Hi Dave,

This patchset contains misc bug fixes from the team
to the mlx4 Core and Eth drivers.

Series generated against net commit:
00ea1ceebe0d ipv6: release dst on error in ip6_dst_lookup_tail

Thanks,
Tariq.

Eugenia Emantayev (1):
  net/mlx4: Spoofcheck and zero MAC can't coexist

Jack Morgenstein (1):
  net/mlx4_core: Use cq quota in SRIOV when creating completion EQs

Majd Dibbiny (1):
  net/mlx4_core: Fix VF overwrite of module param which disables DMFS on
new probed PFs

Or Gerlitz (1):
  net/mlx4: Change ENOTSUPP to EOPNOTSUPP

 drivers/net/ethernet/mellanox/mlx4/cmd.c   | 22 --
 drivers/net/ethernet/mellanox/mlx4/en_dcb_nl.c |  2 +-
 drivers/net/ethernet/mellanox/mlx4/en_netdev.c |  6 +-
 drivers/net/ethernet/mellanox/mlx4/eq.c|  5 ++---
 drivers/net/ethernet/mellanox/mlx4/fw.c|  2 +-
 drivers/net/ethernet/mellanox/mlx4/intf.c  |  2 +-
 drivers/net/ethernet/mellanox/mlx4/main.c  | 11 +--
 drivers/net/ethernet/mellanox/mlx4/mr.c|  2 +-
 drivers/net/ethernet/mellanox/mlx4/qp.c|  2 +-
 .../net/ethernet/mellanox/mlx4/resource_tracker.c  |  2 +-
 include/linux/mlx4/cmd.h   |  2 +-
 include/linux/mlx4/driver.h| 10 ++
 12 files changed, 45 insertions(+), 23 deletions(-)

-- 
1.8.3.1