[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1386506152-10298-1-git-send-email-amirv@mellanox.com>
Date: Sun, 8 Dec 2013 14:35:40 +0200
From: Amir Vadai <amirv@...lanox.com>
To: "David S. Miller" <davem@...emloft.net>
Cc: Or Gerlitz <ogerlitz@...lanox.com>,
Yevgeny Petrilin <yevgenyp@...lanox.com>,
Amir Vadai <amirv@...lanox.com>, netdev@...r.kernel.org
Subject: [PATCH net-next 00/12] net/mlx4: Mellanox driver update 08-12-2013
Hi Dave,
This patchset was tested contains:
1. An overhaul to the rx flow memory allocation done by Jenny (Eugenia). It
gives a performance boost when SR-IOV is enabled.
2. Support in ndo_get_phys_port_id added by Hadar.
3. Change the driver to use by default CQE/EQE size of 64 bytes done by Eyal.
This doubles the packet-rate of the NIC.
4. Configure the XPS queue mapping on driver load - added by Ido.
5. Fixes for some small bugs done by Jenny, Matan and Rana
Patchset was applied and tested against commit: "0d74c42 ether_addr_equal:
Optimize implementation, remove unused compare_ether_addr"
Thanks,
Amir
Eugenia Emantayev (3):
net/mlx4_en: Reuse mapped memory in RX flow
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 | 41 +-
drivers/net/ethernet/mellanox/mlx4/en_rx.c | 723 +++++++++---------------
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 | 66 +--
include/linux/mlx4/device.h | 2 +
12 files changed, 504 insertions(+), 528 deletions(-)
--
1.8.3.4
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists