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, ogerlitz@mellanox.com,
	yevgenyp@mellanox.com, Eli Cohen <eli@mellanox.com>
Subject: [PATCH net-next 0/4] mlx5 update for 3.18
Date: Tue, 30 Sep 2014 16:02:11 +0300	[thread overview]
Message-ID: <1412082135-30229-2-git-send-email-eli@mellanox.com> (raw)
In-Reply-To: <1412082135-30229-1-git-send-email-eli@mellanox.com>

Hi Dave, 

This series integrates a new mechanism for populating and extracting field values 
used in the driver/firmware interaction around command mailboxes.

Eli.


Eli Cohen (4):
  net/mlx5_core: Update device capabilities handling
  net/mlx5_core: Use hardware registers description header file
  net/mlx5_core: use set/get macros in device caps
  net/mlx5_core: Identify resources by their type

 drivers/infiniband/hw/mlx5/cq.c                |    8 +-
 drivers/infiniband/hw/mlx5/mad.c               |    2 +-
 drivers/infiniband/hw/mlx5/main.c              |   83 +-
 drivers/infiniband/hw/mlx5/qp.c                |   72 +-
 drivers/infiniband/hw/mlx5/srq.c               |    6 +-
 drivers/net/ethernet/mellanox/mlx5/core/cmd.c  |   77 +-
 drivers/net/ethernet/mellanox/mlx5/core/eq.c   |   14 +-
 drivers/net/ethernet/mellanox/mlx5/core/fw.c   |   81 +-
 drivers/net/ethernet/mellanox/mlx5/core/main.c |  229 +-
 drivers/net/ethernet/mellanox/mlx5/core/qp.c   |   60 +-
 drivers/net/ethernet/mellanox/mlx5/core/uar.c  |    4 +-
 include/linux/mlx5/device.h                    |  182 +-
 include/linux/mlx5/driver.h                    |  118 +-
 include/linux/mlx5/mlx5_ifc.h                  | 4464 ++++++++++++++++++++++++
 include/linux/mlx5/qp.h                        |    3 +-
 15 files changed, 4948 insertions(+), 455 deletions(-)
 create mode 100644 include/linux/mlx5/mlx5_ifc.h

-- 
2.1.1

  reply	other threads:[~2014-09-30 13:02 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-30 13:02 [PATCH net-next 0/4] mlx5 update for 3.18 Eli Cohen
2014-09-30 13:02 ` Eli Cohen [this message]
2014-09-30 13:02 ` [PATCH net-next 1/4] net/mlx5_core: Update device capabilities handling Eli Cohen
2014-09-30 13:02 ` [PATCH net-next 2/4] net/mlx5_core: Use hardware registers description header file Eli Cohen
2014-09-30 15:34   ` Alexei Starovoitov
2014-09-30 19:34     ` Eli Cohen
2014-09-30 20:13       ` David Miller
2014-10-01 13:47         ` Eli Cohen
2014-09-30 13:02 ` [PATCH net-next 3/4] net/mlx5_core: use set/get macros in device caps Eli Cohen
2014-09-30 13:02 ` [PATCH net-next 4/4] net/mlx5_core: Identify resources by their type 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=1412082135-30229-2-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=yevgenyp@mellanox.com \
    /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).