All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next V1 00/11] net/mlx4: Mellanox driver update 08-12-2013
@ 2013-12-17  7:01 Amir Vadai
  2013-12-17  7:01 ` [PATCH net-next V1 01/11] net/mlx4_core: Remove zeroed out of explicit QUERY_FUNC_CAP fields Amir Vadai
                   ` (10 more replies)
  0 siblings, 11 replies; 16+ messages in thread
From: Amir Vadai @ 2013-12-17  7:01 UTC (permalink / raw)
  To: David S. Miller; +Cc: Or Gerlitz, Yevgeny Petrilin, Amir Vadai, netdev

Hi Dave,

This patchset contains:
1. Support in ndo_get_phys_port_id added by Hadar.
2. Change the driver to use by default CQE/EQE size of 64 bytes done by Eyal.
   This doubles the packet-rate  of the NIC.
3. Configure the XPS queue mapping on driver load - added by Ido.
4. Fixes for some small bugs done by Jenny, Matan and Rana

Patchset was applied and tested against commit: "89e47d3 fddi: cleanup unsigned
to unsigned int/short"

Changes from V0:
- Found some issues in "Reuse memory in RX flow" patch from V0.
  Removing this patch from the patchset till analyzed and fixed.
- Fix some coding style issues in patch 6 "Configure the XPS queue mapping on
  driver load"
- Changed patch 9 "Add NAPI support for transmit side" to use NAPI_POLL_WEIGHT
  instead of MLX4_EN_TX_BUDGET   

Thanks,
Amir

Eugenia Emantayev (2):
  net/mlx4_en: Ignore irrelevant hypervisor events
  net/mlx4_en: Add NAPI support for transmit side

Eyal Perry (1):
  net/mlx4_core: Set CQE/EQE size to 64B by default

Hadar Hen Zion (5):
  net/mlx4_core: Remove zeroed out of explicit QUERY_FUNC_CAP fields
  net/mlx4_core: Rename QUERY_FUNC_CAP fields
  net/mlx4_core: Introduce nic_info new flag in QUERY_FUNC_CAP
  net/mlx4_core: Expose physical port id as PF/VF capability
  net/mlx4_en: Implement ndo_get_phys_port_id

Ido Shamay (1):
  net/mlx4_en: Configure the XPS queue mapping on driver load

Matan Barak (1):
  net/mlx4_core: Check port number for validity before accessing data

Rana Shahout (1):
  net/mlx4_en: Fix Supported/Advertised link mode reported by ethtool

 drivers/net/ethernet/mellanox/mlx4/en_cq.c      | 12 ++--
 drivers/net/ethernet/mellanox/mlx4/en_ethtool.c | 24 +++++++-
 drivers/net/ethernet/mellanox/mlx4/en_main.c    |  3 +
 drivers/net/ethernet/mellanox/mlx4/en_netdev.c  | 29 +++++++++-
 drivers/net/ethernet/mellanox/mlx4/en_tx.c      | 48 +++++++++++++---
 drivers/net/ethernet/mellanox/mlx4/fw.c         | 74 ++++++++++++++++++++-----
 drivers/net/ethernet/mellanox/mlx4/fw.h         |  2 +
 drivers/net/ethernet/mellanox/mlx4/main.c       |  9 ++-
 drivers/net/ethernet/mellanox/mlx4/mcg.c        | 28 +++++++++-
 drivers/net/ethernet/mellanox/mlx4/mlx4_en.h    |  6 +-
 include/linux/mlx4/device.h                     |  2 +
 11 files changed, 202 insertions(+), 35 deletions(-)

-- 
1.8.3.4

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2013-12-19 18:55 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-17  7:01 [PATCH net-next V1 00/11] net/mlx4: Mellanox driver update 08-12-2013 Amir Vadai
2013-12-17  7:01 ` [PATCH net-next V1 01/11] net/mlx4_core: Remove zeroed out of explicit QUERY_FUNC_CAP fields Amir Vadai
2013-12-17  7:01 ` [PATCH net-next V1 02/11] net/mlx4_core: Rename " Amir Vadai
2013-12-17  7:01 ` [PATCH net-next V1 03/11] net/mlx4_core: Introduce nic_info new flag in QUERY_FUNC_CAP Amir Vadai
2013-12-17  7:01 ` [PATCH net-next V1 04/11] net/mlx4_core: Expose physical port id as PF/VF capability Amir Vadai
2013-12-17  7:01 ` [PATCH net-next V1 05/11] net/mlx4_en: Implement ndo_get_phys_port_id Amir Vadai
2013-12-17  7:01 ` [PATCH net-next V1 06/11] net/mlx4_en: Configure the XPS queue mapping on driver load Amir Vadai
2013-12-17  7:01 ` [PATCH net-next V1 07/11] net/mlx4_core: Set CQE/EQE size to 64B by default Amir Vadai
2013-12-17  7:01 ` [PATCH net-next V1 08/11] net/mlx4_en: Ignore irrelevant hypervisor events Amir Vadai
2013-12-17  7:01 ` [PATCH net-next V1 09/11] net/mlx4_en: Add NAPI support for transmit side Amir Vadai
2013-12-17  7:01 ` [PATCH net-next V1 10/11] net/mlx4_en: Fix Supported/Advertised link mode reported by ethtool Amir Vadai
2013-12-17 15:46   ` Ben Hutchings
2013-12-17 17:35     ` Amir Vadai
2013-12-19  8:34       ` Amir Vadai
2013-12-19 18:55         ` David Miller
2013-12-17  7:02 ` [PATCH net-next V1 11/11] net/mlx4_core: Check port number for validity before accessing data Amir Vadai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.