From: Leon Romanovsky <leon@kernel.org>
To: Doug Ledford <dledford@redhat.com>, Jason Gunthorpe <jgg@mellanox.com>
Cc: Leon Romanovsky <leonro@mellanox.com>,
RDMA mailing list <linux-rdma@vger.kernel.org>
Subject: [PATCH rdma-next 0/2] Initial code to cleanup RWQ
Date: Thu, 4 Jul 2019 16:09:34 +0300 [thread overview]
Message-ID: <20190704130936.8705-1-leon@kernel.org> (raw)
From: Leon Romanovsky <leonro@mellanox.com>
Inside mlx4 RWQ is integrated into QP, this complicates my deallocation
patches. This is small set of patches which I carried for whole cycle.
Thanks
Leon Romanovsky (2):
RDMA/mlx4: Separate creation of RWQ and QP
RDMA/mlx4: Annotate boolean arguments as bool and not int
drivers/infiniband/hw/mlx4/qp.c | 242 +++++++++++++++++++++-----------
1 file changed, 157 insertions(+), 85 deletions(-)
--
2.20.1
next reply other threads:[~2019-07-04 13:09 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-04 13:09 Leon Romanovsky [this message]
2019-07-04 13:09 ` [PATCH rdma-next 1/2] RDMA/mlx4: Separate creation of RWQ and QP Leon Romanovsky
2019-07-04 13:09 ` [PATCH rdma-next 2/2] RDMA/mlx4: Annotate boolean arguments as bool and not int Leon Romanovsky
2019-07-25 17:09 ` [PATCH rdma-next 0/2] Initial code to cleanup RWQ Jason Gunthorpe
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=20190704130936.8705-1-leon@kernel.org \
--to=leon@kernel.org \
--cc=dledford@redhat.com \
--cc=jgg@mellanox.com \
--cc=leonro@mellanox.com \
--cc=linux-rdma@vger.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 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.