Re: IB/iser: Generalize rdma memory registration

2013-08-15 Thread Sagi Grimberg
On 8/14/2013 10:52 PM, Dan Carpenter wrote: Hello Sagi Grimberg, This is a semi-automatic email about new static checker warnings. The patch b4e155ffbbd6: "IB/iser: Generalize rdma memory registration" from Jul 28, 2013, leads to the following Smatch complaint: drivers/infiniban

re: IB/iser: Generalize rdma memory registration

2013-08-14 Thread Dan Carpenter
Hello Sagi Grimberg, This is a semi-automatic email about new static checker warnings. The patch b4e155ffbbd6: "IB/iser: Generalize rdma memory registration" from Jul 28, 2013, leads to the following Smatch complaint: drivers/infiniband/ulp/iser/iser_initiator.c:318 iser_free_rx_d

[PATCH V1 for-3.11 4/7] IB/iser: Generalize rdma memory registration

2013-07-28 Thread Or Gerlitz
From: Sagi Grimberg Currently the driver uses FMRs as the only means to register the memory pointed by SG provided by the SCSI mid-layer with the RDMA device. As perperation step for adding more methods for fast path memory registrarion, make the alloc/free and reg/unreg calls be function pointe

[PATCH for-3.11 4/7] IB/iser: Generalize rdma memory registration

2013-07-18 Thread Or Gerlitz
From: Sagi Grimberg Currently the driver uses FMRs as the only means to register the memory pointed by SG provided by the SCSI mid-layer with the RDMA device. As perperation step for adding more methods for fast path memory registrarion, make the alloc/free and reg/unreg calls be function pointe