netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] mlx5 driver changes related to PCI handling ***
@ 2014-07-28 20:30 Eli Cohen
  2014-07-28 20:30 ` [PATCH net-next 1/3] mlx5: Move pci device handling from mlx5_ib to mlx5_core Eli Cohen
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Eli Cohen @ 2014-07-28 20:30 UTC (permalink / raw)
  To: davem; +Cc: netdev, roland, ogerlitz, Eli Cohen

Hi Dave,

The first of these patches is changing the pci device driver from mlx5_ib to
mlx5_core in a similar manner it is done in mlx4. This set the grounds for us
to introduce Ethernet driver for HW which uses mlx5.

The other two patches contain minor fixes.

Eli

Jack Morgenstein (3):
  mlx5: Move pci device from mlx5_ib to mlx5_core
  mlx5: minor fixes (mainly avoidance of hidden casts)
  mlx5: Adjust events to use unsigned long param instead of void *

 drivers/infiniband/hw/mlx5/cq.c                    |  48 ++--
 drivers/infiniband/hw/mlx5/mad.c                   |   6 +-
 drivers/infiniband/hw/mlx5/main.c                  | 292 +++++++--------------
 drivers/infiniband/hw/mlx5/mem.c                   |   2 +-
 drivers/infiniband/hw/mlx5/mlx5_ib.h               |  14 +-
 drivers/infiniband/hw/mlx5/mr.c                    |  48 ++--
 drivers/infiniband/hw/mlx5/qp.c                    |  88 +++----
 drivers/infiniband/hw/mlx5/srq.c                   |  26 +-
 drivers/net/ethernet/mellanox/mlx5/core/alloc.c    |   2 +-
 drivers/net/ethernet/mellanox/mlx5/core/cmd.c      |   2 +-
 drivers/net/ethernet/mellanox/mlx5/core/eq.c       |   4 +-
 drivers/net/ethernet/mellanox/mlx5/core/mad.c      |   2 +-
 drivers/net/ethernet/mellanox/mlx5/core/main.c     | 292 ++++++++++++++++++++-
 .../net/ethernet/mellanox/mlx5/core/pagealloc.c    |   2 +-
 drivers/net/ethernet/mellanox/mlx5/core/port.c     |   2 +-
 include/linux/mlx5/device.h                        |   4 -
 include/linux/mlx5/driver.h                        |  27 +-
 17 files changed, 522 insertions(+), 339 deletions(-)

-- 
1.9.3

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

end of thread, other threads:[~2014-07-30 20:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-28 20:30 [PATCH net-next 0/3] mlx5 driver changes related to PCI handling *** Eli Cohen
2014-07-28 20:30 ` [PATCH net-next 1/3] mlx5: Move pci device handling from mlx5_ib to mlx5_core Eli Cohen
2014-07-28 20:57   ` Or Gerlitz
2014-07-30 10:26     ` Eli Cohen
2014-07-30 20:57       ` Or Gerlitz
2014-07-28 20:30 ` [PATCH net-next 2/3] mlx5: minor fixes (mainly avoidance of hidden casts) Eli Cohen
2014-07-28 20:30 ` [PATCH net-next 3/3] mlx5: Adjust events to use unsigned long param instead of void * Eli Cohen

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