public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH rdma-core 0/2] Flow steering handling
@ 2017-11-08 16:18 Yishai Hadas
       [not found] ` <1510157897-10384-1-git-send-email-yishaih-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: Yishai Hadas @ 2017-11-08 16:18 UTC (permalink / raw)
  To: linux-rdma-u79uwXL29TY76Z2rM5mHXA
  Cc: yishaih-VPRAkNaXOzVWk0Htik3J/w, majd-VPRAkNaXOzVWk0Htik3J/w,
	dledford-H+wXaHxf7aLQT0dZR+AlfA

This series aligns in the user space area the flow steering uverbs commands
with other objects (e.g. QP, CQ) such that the commands don't allocate and free
the ib_flow but are just responsible to issue the command.

The second patch in the series in mlx4 handles the cleanup on fatal scenario as
already done for other destroy commands on top of the above change.

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

Yishai Hadas (2):
  Align flow steering commands with other objects
  mlx4: Cleanup upon fatal in the destroy flow

 libibverbs/cmd.c       | 15 +++++----------
 libibverbs/driver.h    |  3 ++-
 providers/mlx4/mlx4.c  |  4 ++--
 providers/mlx4/mlx4.h  |  2 ++
 providers/mlx4/verbs.c | 30 ++++++++++++++++++++++++++++++
 providers/mlx5/mlx5.c  |  4 ++--
 providers/mlx5/mlx5.h  |  2 ++
 providers/mlx5/verbs.c | 29 +++++++++++++++++++++++++++++
 8 files changed, 74 insertions(+), 15 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] 5+ messages in thread

end of thread, other threads:[~2017-11-09 17:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-08 16:18 [PATCH rdma-core 0/2] Flow steering handling Yishai Hadas
     [not found] ` <1510157897-10384-1-git-send-email-yishaih-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
2017-11-08 16:18   ` [PATCH rdma-core 1/2] Align flow steering commands with other objects Yishai Hadas
2017-11-08 16:18   ` [PATCH rdma-core 2/2] mlx4: Cleanup upon fatal in the destroy flow Yishai Hadas
2017-11-09 13:30   ` [PATCH rdma-core 0/2] Flow steering handling Yishai Hadas
2017-11-09 17:53   ` Jason Gunthorpe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox