netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next V2 0/9] net/mlx4: Mellanox driver update 27-02-2014
@ 2014-03-02  8:24 Amir Vadai
  2014-03-02  8:24 ` [PATCH net-next V2 1/9] net/mlx4_en: Fix UP limit in ieee_ets->prio_tc Amir Vadai
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Amir Vadai @ 2014-03-02  8:24 UTC (permalink / raw)
  To: David S. Miller; +Cc: netdev, Yevgeny Petrilin, Or Gerlitz, Amir Vadai

Hi,

This patchset contains some fixes for small trivial bugs, and
compilation/syntactic parsers warnings

Patchset was applied and tested over commit 750f679 "Merge branch '6lowpan'"

Changes from V1:
-patch 5/9:  Replace mlx4_en_mac_to_u64() with mlx4_mac_to_u64()
  - Remove unnecessary define of ETH_ALEN

Changes from V0:
-patch 3/9:  net/mlx4_en: Pad ethernet packets smaller than 17 bytes
  - Make condition more efficient
  - Didn't use canonical function to pad buffer since using bounce buffer

Thanks,
Amir

Amir Vadai (3):
  net/mlx4_en: Fix UP limit in ieee_ets->prio_tc
  net/mlx4_en: Fix selftest failing on non 10G link speed
  net/mlx4_en: Use union for BlueFlame WQE

Eugenia Emantayev (4):
  net/mlx4_en: Verify mlx4_en module parameters
  net/mlx4_en: Pad ethernet packets smaller than 17 bytes
  net/mlx4_en: Move queue stopped/waked counters to be per ring
  net/mlx4: Replace mlx4_en_mac_to_u64() with mlx4_mac_to_u64()

Eyal Perry (2):
  net/mlx4_core: Fix sparse warning
  net/mlx4_en: Change Connect-X description in kconfig

 drivers/net/ethernet/mellanox/mlx4/Kconfig       |  2 +-
 drivers/net/ethernet/mellanox/mlx4/en_dcb_nl.c   |  2 +-
 drivers/net/ethernet/mellanox/mlx4/en_main.c     | 30 +++++++++++++++++++
 drivers/net/ethernet/mellanox/mlx4/en_netdev.c   | 32 +++++++-------------
 drivers/net/ethernet/mellanox/mlx4/en_port.c     |  6 ++++
 drivers/net/ethernet/mellanox/mlx4/en_selftest.c |  6 ++--
 drivers/net/ethernet/mellanox/mlx4/en_tx.c       | 38 +++++++++++-------------
 drivers/net/ethernet/mellanox/mlx4/fw.c          |  3 +-
 drivers/net/ethernet/mellanox/mlx4/mlx4_en.h     | 12 +++++++-
 include/linux/mlx4/driver.h                      | 12 ++++++++
 include/linux/mlx4/qp.h                          | 11 +++++--
 11 files changed, 102 insertions(+), 52 deletions(-)

-- 
1.8.3.4

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

end of thread, other threads:[~2014-03-03  1:04 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-02  8:24 [PATCH net-next V2 0/9] net/mlx4: Mellanox driver update 27-02-2014 Amir Vadai
2014-03-02  8:24 ` [PATCH net-next V2 1/9] net/mlx4_en: Fix UP limit in ieee_ets->prio_tc Amir Vadai
2014-03-02  8:24 ` [PATCH net-next V2 2/9] net/mlx4_en: Verify mlx4_en module parameters Amir Vadai
2014-03-02  8:24 ` [PATCH net-next V2 3/9] net/mlx4_en: Pad ethernet packets smaller than 17 bytes Amir Vadai
2014-03-02  8:25 ` [PATCH net-next V2 4/9] net/mlx4_en: Move queue stopped/waked counters to be per ring Amir Vadai
2014-03-02  8:25 ` [PATCH net-next V2 5/9] net/mlx4: Replace mlx4_en_mac_to_u64() with mlx4_mac_to_u64() Amir Vadai
2014-03-02  8:25 ` [PATCH net-next V2 6/9] net/mlx4_en: Fix selftest failing on non 10G link speed Amir Vadai
2014-03-02  8:25 ` [PATCH net-next V2 7/9] net/mlx4_core: Fix sparse warning Amir Vadai
2014-03-02  8:25 ` [PATCH net-next V2 8/9] net/mlx4_en: Use union for BlueFlame WQE Amir Vadai
2014-03-02  8:25 ` [PATCH net-next V2 9/9] net/mlx4_en: Change Connect-X description in kconfig Amir Vadai
2014-03-03  1:04 ` [PATCH net-next V2 0/9] net/mlx4: Mellanox driver update 27-02-2014 David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).