On Mon, May 23, 2016 at 12:06:01PM +0530, Shyam Saini wrote:
Fixed following checkpatch.pl warnings:
Prefer 'unsigned int' to bare use of 'unsigned'
Prefer READ_ONCE() over ACCESS_ONCE()
In general please don't fix two types of issues in the same patch. Also, as
to the unsinged -> unsigned i
On Mon, May 23, 2016 at 12:06:02PM +0530, Shyam Saini wrote:
Fixed following checkpatch.pl warnings:
Prefer 'unsigned int' to bare use of 'unsigned'
Prefer READ_ONCE() over ACCESS_ONCE()
Same response [1] as to your previous patch. If you do spin the READ_ONCE
bit please squash the two.
On Sun, Feb 21, 2016 at 04:30:39PM +0100, Jannik Becher wrote:
Fixed a coding style issue.
Signed-off-by: Jannik Becher
---
drivers/staging/rdma/hfi1/verbs_mcast.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/staging/rdma/hfi1/verbs_mcast.c
b/drivers/staging
This patch begins to make use of rdmavt by registering with it and
providing access to the header files. This is just the beginning of
rdmavt support in hfi1.
Reviewed-by: Ira Weiny
Reviewed-by: Mike Marciniszyn
Signed-off-by: Dennis Dalessandro
---
drivers/staging/rdma/hfi1/Kconfig |2
Rdmavt split the header files to be based on ibta object. This patch
makes changes in hfi1 to account for the move.
The actual removal of HFI1 code continues in the following patch.
Reviewed-by: Mike Marciniszyn
Signed-off-by: Dennis Dalessandro
Signed-off-by: Jubin John
---
drivers/staging
Mmap data structure has already been moved to rdmavt and hfi1 supports
it. Now that the mmap functionality has also been moved to rdmavt its
time for hfi1 to use that as well.
Reviewed-by: Mike Marciniszyn
Signed-off-by: Dennis Dalessandro
Signed-off-by: Jubin John
---
drivers/staging/rdma
Remove most of the ibport members from hfi1 and use the rdmavt version.
Also register the port with rdmavt.
Reviewed-by: Mike Marciniszyn
Reviewed-by: Harish Chegondi
Signed-off-by: Dennis Dalessandro
Signed-off-by: Jubin John
---
drivers/staging/rdma/hfi1/chip.c| 34
.
Reviewed-by: Mike Marciniszyn
Signed-off-by: Dennis Dalessandro
Signed-off-by: Jubin John
---
drivers/staging/rdma/hfi1/Makefile |2
drivers/staging/rdma/hfi1/cq.c |2
drivers/staging/rdma/hfi1/diag.c|8
drivers/staging/rdma/hfi1/driver.c | 10 -
drivers
SRQ data structure has been moved to rdmavt. Make use of it.
Reviewed-by: Harish Chegondi
Signed-off-by: Dennis Dalessandro
---
drivers/staging/rdma/hfi1/qp.c|2 +-
drivers/staging/rdma/hfi1/ruc.c |4 ++--
drivers/staging/rdma/hfi1/srq.c | 10 +-
drivers/staging/rdma
adding a lot of value in and of itself is a prerequisite to move the
queue pair out of the drivers and into rdmavt.
The driver specific, private queue pair data structure should condense as
more of the send side code moves to rdmavt.
Reviewed-by: Mike Marciniszyn
Signed-off-by: Dennis
No need to keep providing the query pkey function. This is now being
done in rdmavt. Remove support from hfi1. The allocation and
maintenance of the list still resides in the driver.
Reviewed-by: Mike Marciniszyn
Signed-off-by: Dennis Dalessandro
---
drivers/staging/rdma/hfi1/verbs.c | 20
For OPA devices additional work is required to create an AH.
This patch adds support to set the VL correctly.
Reviewed-by: Mike Marciniszyn
Signed-off-by: Dennis Dalessandro
---
drivers/staging/rdma/hfi1/verbs.c | 24
1 files changed, 24 insertions(+), 0 deletions
Implement get_card_name and get_pci_dev helper functions for rdmavt
for hfi1.
Reviewed-by: Mike Marciniszyn
Reviewed-by: Ira Weiny
Signed-off-by: Dennis Dalessandro
---
drivers/staging/rdma/hfi1/driver.c | 16
drivers/staging/rdma/hfi1/hfi.h|2 ++
drivers/staging
Original patch from Kamal Heib , split
apart from original and modified to accomodate recent changes
in rdmavt.
Remove AH from hfi1 and use rdmavt version.
Signed-off-by: Kamal Heib
Signed-off-by: Dennis Dalessandro
Signed-off-by: Jubin John
---
drivers/staging/rdma/hfi1/common.h |2
Remove MR data structures from hfi1 and use the version in rdmavt
Reviewed-by: Dean Luick
Reviewed-by: Mike Marciniszyn
Signed-off-by: Dennis Dalessandro
---
drivers/staging/rdma/hfi1/keys.c | 30 +-
drivers/staging/rdma/hfi1/mr.c| 22 ++---
drivers/staging
-rdma%40vger.kernel.org/msg29360.html
---
Dennis Dalessandro (15):
IB/hfi1: Begin to use rdmavt for verbs
IB/hfi1: Add basic rdmavt capability flags for hfi1
IB/hfi1: Consolidate dma ops for hfi1
IB/hfi1: Use rdmavt protection domain
IB/hfi1: Remove MR data structures
Remove protection domain from hfi1 and use rdmavt's version.
Reviewed-by: Ira Weiny
Reviewed-by: Mike Marciniszyn
Signed-off-by: Dennis Dalessandro
---
drivers/staging/rdma/hfi1/keys.c |4 +-
drivers/staging/rdma/hfi1/mr.c|2 +
drivers/staging/rdma/hfi1/ruc.c |4 +-
dr
Remove the dma.c file from hfi1 in favor of using that which is
present in rdmavt.
Reviewed-by: Ira Weiny
Reviewed-by: Mike Marciniszyn
Signed-off-by: Dennis Dalessandro
---
drivers/staging/rdma/hfi1/Makefile |2 +-
drivers/staging/rdma/hfi1/verbs.c |2 +-
drivers/staging/rdma/hfi1
Most functionality is still being done in the driver, set flags so that
rdmavt will let hfi1 continue to handle mr, qp, and cq init.
Reviewed-by: Mike Marciniszyn
Signed-off-by: Dennis Dalessandro
---
drivers/staging/rdma/hfi1/verbs.c |3 +++
1 files changed, 3 insertions(+), 0 deletions
On Thu, Nov 12, 2015 at 04:13:18PM -0500, Dennis Dalessandro wrote:
The major todo for the hfi1 driver in staging is getting rid of the verbs
code duplication between ipath, qib, and now hfi1. The ipath driver has
been deprecated and is going to be deleted soon. So that leaves qib and
hfi. To
The major todo for the hfi1 driver in staging is getting rid of the verbs
code duplication between ipath, qib, and now hfi1. The ipath driver has been
deprecated and is going to be deleted soon. So that leaves qib and hfi. To
address this we have proposed rdmavt which will be a common kmod that
On Thu, Nov 12, 2015 at 08:04:01AM +0200, Or Gerlitz wrote:
On Wed, Nov 11, 2015 at 3:39 PM, Dennis Dalessandro
wrote:
On Wed, Nov 11, 2015 at 08:25:35AM +0200, Leon Romanovsky wrote:
On Wed, Nov 11, 2015 at 12:34:37AM -0500, ira.we...@intel.com wrote:
From: Dennis Dalessandro
+int
On Wed, Nov 11, 2015 at 12:03:36PM +0300, Dan Carpenter wrote:
On Wed, Nov 11, 2015 at 12:43:05AM -0500, ira.we...@intel.com wrote:
From: Ira Weiny
This goto done is followed by an if (ret) break in the outer switch clause. It
is unnecessary.
Signed-off-by: Dennis Dalessandro
Signed-off-by
On Wed, Nov 11, 2015 at 08:25:35AM +0200, Leon Romanovsky wrote:
On Wed, Nov 11, 2015 at 12:34:37AM -0500, ira.we...@intel.com wrote:
From: Dennis Dalessandro
+int snoop_send_dma_handler(struct hfi1_qp *qp, struct hfi1_pkt_state *ps,
+ u64 pbc)
{
- pr_alert
On Thu, Nov 05, 2015 at 10:58:36AM +0300, Dan Carpenter wrote:
On Wed, Nov 04, 2015 at 11:14:57PM -0500, jubin.j...@intel.com wrote:
From: Sebastian Sanchez
Replacing dd_dev_info() for hfi1_cdbg() to avoid generating syslog
output for every context that is open by PSM.
Just delete it... Pe
25 matches
Mail list logo