netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Eli Cohen <eli@dev.mellanox.co.il>
To: davem@davemloft.net
Cc: netdev@vger.kernel.org, roland@kernel.org, ogerlitz@mellanox.com,
	Eli Cohen <eli@mellanox.com>
Subject: [PATCH net-next 0/3] mlx5 driver changes related to PCI handling ***
Date: Mon, 28 Jul 2014 23:30:21 +0300	[thread overview]
Message-ID: <1406579424-16213-1-git-send-email-eli@mellanox.com> (raw)

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

             reply	other threads:[~2014-07-28 20:30 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-28 20:30 Eli Cohen [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1406579424-16213-1-git-send-email-eli@mellanox.com \
    --to=eli@dev.mellanox.co.il \
    --cc=davem@davemloft.net \
    --cc=eli@mellanox.com \
    --cc=netdev@vger.kernel.org \
    --cc=ogerlitz@mellanox.com \
    --cc=roland@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).