From: Kamal Heib <kamalheib1@gmail.com>
To: linux-rdma@vger.kernel.org
Cc: Jason Gunthorpe <jgg@ziepe.ca>,
Doug Ledford <dledford@redhat.com>,
Potnuri Bharat Teja <bharat@chelsio.com>,
Selvin Xavier <selvin.xavier@broadcom.com>,
Gal Pressman <galpress@amazon.com>,
Leon Romanovsky <leon@kernel.org>,
Michal Kalderon <mkalderon@marvell.com>,
Christian Benvenuti <benve@cisco.com>,
Moni Shoua <monis@mellanox.com>,
Bernard Metzler <bmt@zurich.ibm.com>,
Shiraz Saleem <shiraz.saleem@intel.com>,
Kamal Heib <kamalheib1@gmail.com>
Subject: [PATCH for-next 0/4] RDMA: Cleanups and improvements
Date: Wed, 31 Jul 2019 14:14:59 +0300 [thread overview]
Message-ID: <20190731111503.8872-1-kamalheib1@gmail.com> (raw)
This series includes few cleanups and improvements, the first patch
introduce a new enum for describing the physical state values and use it
instead of using the magic numbers, patch 2-4 add support for a common
query port for iWARP drivers and remove the common code from the iWARP
drivers.
Kamal Heib (4):
RDMA: Introduce ib_port_phys_state enum
RDMA/cxgb3: Use ib_device_set_netdev()
RDMA/core: Add common iWARP query port
RDMA/{cxgb3, cxgb4, i40iw}: Remove common code
drivers/infiniband/core/device.c | 85 ++++++++++++++++----
drivers/infiniband/core/sysfs.c | 24 ++++--
drivers/infiniband/hw/bnxt_re/ib_verbs.c | 4 +-
drivers/infiniband/hw/cxgb3/iwch_provider.c | 45 +++++------
drivers/infiniband/hw/cxgb4/provider.c | 24 ------
drivers/infiniband/hw/efa/efa_verbs.c | 2 +-
drivers/infiniband/hw/i40iw/i40iw_verbs.c | 11 ---
drivers/infiniband/hw/mlx5/main.c | 4 +-
drivers/infiniband/hw/ocrdma/ocrdma_verbs.c | 4 +-
drivers/infiniband/hw/qedr/verbs.c | 4 +-
drivers/infiniband/hw/usnic/usnic_ib_verbs.c | 7 +-
drivers/infiniband/sw/rxe/rxe.h | 4 -
drivers/infiniband/sw/rxe/rxe_param.h | 2 +-
drivers/infiniband/sw/rxe/rxe_verbs.c | 6 +-
drivers/infiniband/sw/siw/siw_verbs.c | 3 +-
include/rdma/ib_verbs.h | 10 +++
16 files changed, 136 insertions(+), 103 deletions(-)
--
2.20.1
next reply other threads:[~2019-07-31 11:15 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-31 11:14 Kamal Heib [this message]
2019-07-31 11:15 ` [PATCH for-next 1/4] RDMA: Introduce ib_port_phys_state enum Kamal Heib
2019-07-31 11:15 ` [PATCH for-next 2/4] RDMA/cxgb3: Use ib_device_set_netdev() Kamal Heib
2019-07-31 11:15 ` [PATCH for-next 3/4] RDMA/core: Add common iWARP query port Kamal Heib
2019-07-31 13:09 ` Jason Gunthorpe
2019-07-31 13:29 ` Kamal Heib
2019-07-31 11:15 ` [PATCH for-next 4/4] RDMA/{cxgb3, cxgb4, i40iw}: Remove common code Kamal Heib
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=20190731111503.8872-1-kamalheib1@gmail.com \
--to=kamalheib1@gmail.com \
--cc=benve@cisco.com \
--cc=bharat@chelsio.com \
--cc=bmt@zurich.ibm.com \
--cc=dledford@redhat.com \
--cc=galpress@amazon.com \
--cc=jgg@ziepe.ca \
--cc=leon@kernel.org \
--cc=linux-rdma@vger.kernel.org \
--cc=mkalderon@marvell.com \
--cc=monis@mellanox.com \
--cc=selvin.xavier@broadcom.com \
--cc=shiraz.saleem@intel.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