netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 00/10] mlx5 driver updates
@ 2016-02-25 16:33 Saeed Mahameed
  2016-02-25 16:33 ` [PATCH net-next 01/10] net/mlx5e: Replace async events spinlock with synchronize_irq() Saeed Mahameed
                   ` (9 more replies)
  0 siblings, 10 replies; 12+ messages in thread
From: Saeed Mahameed @ 2016-02-25 16:33 UTC (permalink / raw)
  To: David S. Miller
  Cc: netdev, Or Gerlitz, Tal Alon, Eran Ben Elisha, Saeed Mahameed

Hi Dave, 

This series includes some bug fixes and updates for the mlx5 core
and ethernet driver.

>From Gal, two fixes that protects the update CQ moderation flows
when it is not allowed.

>From Moshe, two fixes for the core and ethernet driver in 
non-cached(NC) and write combining(WC) buffers mappings, 
which prevents the driver from double memory mappings.

>From Or, reduce the firmware command completion timeout.

>From Tariq, several small trivial fixes.

This series is generated against net-next commit 555d5b70f159 'ppp: clarify parsing of user supplied data in ppp_set_compress()'

Thanks,
Saeed

Gal Pressman (2):
  net/mlx5e: Don't try to modify CQ moderation if it is not supported
  net/mlx5e: Don't modify CQ before it was created

Moshe Lazer (2):
  net/mlx5: Fix global UAR mapping
  net/mlx5: Avoid double mapping of io mapped memory

Or Gerlitz (1):
  net/mlx5: Make command timeout way shorter

Tariq Toukan (5):
  net/mlx5e: Replace async events spinlock with synchronize_irq()
  net/mlx5e: Placement changed for carrier state updates
  net/mlx5e: Changed naming convention of tx queues in ethtool stats
  net/mlx5e: Move common case counters within sq_stats struct
  net/mlx5e: Set drop RQ's necessary parameters only

 drivers/net/ethernet/mellanox/mlx5/core/en.h       |   27 ++++-----
 .../net/ethernet/mellanox/mlx5/core/en_ethtool.c   |   27 ++++++--
 drivers/net/ethernet/mellanox/mlx5/core/en_main.c  |   64 ++++++++++---------
 drivers/net/ethernet/mellanox/mlx5/core/en_tx.c    |    2 +-
 drivers/net/ethernet/mellanox/mlx5/core/eq.c       |    5 ++
 drivers/net/ethernet/mellanox/mlx5/core/main.c     |   28 +--------
 .../net/ethernet/mellanox/mlx5/core/mlx5_core.h    |    1 +
 drivers/net/ethernet/mellanox/mlx5/core/uar.c      |   31 ++++++----
 include/linux/mlx5/driver.h                        |    7 +-
 9 files changed, 97 insertions(+), 95 deletions(-)

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

end of thread, other threads:[~2016-02-28  5:43 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-25 16:33 [PATCH net-next 00/10] mlx5 driver updates Saeed Mahameed
2016-02-25 16:33 ` [PATCH net-next 01/10] net/mlx5e: Replace async events spinlock with synchronize_irq() Saeed Mahameed
2016-02-25 16:33 ` [PATCH net-next 02/10] net/mlx5e: Placement changed for carrier state updates Saeed Mahameed
2016-02-25 16:33 ` [PATCH net-next 03/10] net/mlx5e: Changed naming convention of tx queues in ethtool stats Saeed Mahameed
2016-02-25 16:33 ` [PATCH net-next 04/10] net/mlx5e: Move common case counters within sq_stats struct Saeed Mahameed
2016-02-25 16:33 ` [PATCH net-next 05/10] net/mlx5e: Set drop RQ's necessary parameters only Saeed Mahameed
2016-02-25 16:33 ` [PATCH net-next 06/10] net/mlx5e: Don't try to modify CQ moderation if it is not supported Saeed Mahameed
2016-02-25 16:33 ` [PATCH net-next 07/10] net/mlx5e: Don't modify CQ before it was created Saeed Mahameed
2016-02-25 16:33 ` [PATCH net-next 08/10] net/mlx5: Make command timeout way shorter Saeed Mahameed
2016-02-25 16:33 ` [PATCH net-next 09/10] net/mlx5: Fix global UAR mapping Saeed Mahameed
2016-02-28  5:43   ` David Miller
2016-02-25 16:33 ` [PATCH net-next 10/10] net/mlx5: Avoid double mapping of io mapped memory Saeed Mahameed

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).