All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/4] mlx5 update for 3.18
@ 2014-09-30 13:02 Eli Cohen
  2014-09-30 13:02 ` Eli Cohen
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Eli Cohen @ 2014-09-30 13:02 UTC (permalink / raw)
  To: davem; +Cc: netdev, ogerlitz, yevgenyp, Eli Cohen

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

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

end of thread, other threads:[~2014-10-01 13:47 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-30 13:02 [PATCH net-next 0/4] mlx5 update for 3.18 Eli Cohen
2014-09-30 13:02 ` Eli Cohen
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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.