linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH rdma-core 0/6] Add RSS support in mlx4
@ 2017-09-12 12:53 Yishai Hadas
       [not found] ` <1505220788-23849-1-git-send-email-yishaih-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
  0 siblings, 1 reply; 8+ messages in thread
From: Yishai Hadas @ 2017-09-12 12:53 UTC (permalink / raw)
  To: linux-rdma-u79uwXL29TY76Z2rM5mHXA
  Cc: yishaih-VPRAkNaXOzVWk0Htik3J/w, guyle-VPRAkNaXOzVWk0Htik3J/w,
	majd-VPRAkNaXOzVWk0Htik3J/w

This patch set from Guy Levi implements the RSS related verbs for ConnectX-3
devices in the mlx4 provider.

The matching kernel part was already merged into 4.14.

PR was sent:
https://github.com/linux-rdma/rdma-core/pull/218

Guy Levi (6):
  mlx4: Add support for WQ control path related verbs
  mlx4: Introduce the direct verb mlx4dv_set_ctx_attr
  mlx4: Add support for WQ indirection table related verbs
  mlx4: Add support for RSS QP
  mlx4: Add WQ data path support
  mlx4: Support WQ object type in direct verb mlx4dv_init_obj

 debian/ibverbs-providers.symbols     |   1 +
 providers/mlx4/cq.c                  |   5 +-
 providers/mlx4/libmlx4.map           |   1 +
 providers/mlx4/man/mlx4dv_init_obj.3 |  20 +++
 providers/mlx4/mlx4-abi.h            |  33 ++++
 providers/mlx4/mlx4.c                |  42 +++++
 providers/mlx4/mlx4.h                |  30 +++-
 providers/mlx4/mlx4dv.h              |  32 +++-
 providers/mlx4/qp.c                  |  34 +++-
 providers/mlx4/verbs.c               | 339 ++++++++++++++++++++++++++++++++++-
 10 files changed, 525 insertions(+), 12 deletions(-)

-- 
1.8.3.1

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2017-09-14  8:22 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-12 12:53 [PATCH rdma-core 0/6] Add RSS support in mlx4 Yishai Hadas
     [not found] ` <1505220788-23849-1-git-send-email-yishaih-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
2017-09-12 12:53   ` [PATCH rdma-core 1/6] mlx4: Add support for WQ control path related verbs Yishai Hadas
2017-09-12 12:53   ` [PATCH rdma-core 2/6] mlx4: Introduce the direct verb mlx4dv_set_ctx_attr Yishai Hadas
2017-09-12 12:53   ` [PATCH rdma-core 3/6] mlx4: Add support for WQ indirection table related verbs Yishai Hadas
2017-09-12 12:53   ` [PATCH rdma-core 4/6] mlx4: Add support for RSS QP Yishai Hadas
2017-09-12 12:53   ` [PATCH rdma-core 5/6] mlx4: Add WQ data path support Yishai Hadas
2017-09-12 12:53   ` [PATCH rdma-core 6/6] mlx4: Support WQ object type in direct verb mlx4dv_init_obj Yishai Hadas
2017-09-14  8:22   ` [PATCH rdma-core 0/6] Add RSS support in mlx4 Yishai Hadas

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