All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/2] iser bounce buffering cleanup
@ 2015-10-11 15:35 Sagi Grimberg
       [not found] ` <1444577707-15778-1-git-send-email-sagig-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
  0 siblings, 1 reply; 9+ messages in thread
From: Sagi Grimberg @ 2015-10-11 15:35 UTC (permalink / raw)
  To: linux-rdma-u79uwXL29TY76Z2rM5mHXA

Now that the block layer reliably takes care that SG lists
won't contain gaps if a driver set a virt_boundary we can
lose the bounce buffering in iser code. The second patch
enables SG clustering as iser fully supports it.

This should be applied before the New memory registration
API patch set.

Changes from v0:
- Added Reviewed-by tags
- Fixed patch (1) title

Sagi Grimberg (2):
  iser: set block queue_virt_boundary
  IB/iser: Enable SG clustering

 drivers/infiniband/ulp/iser/iscsi_iser.c     |  14 +-
 drivers/infiniband/ulp/iser/iscsi_iser.h     |   7 +-
 drivers/infiniband/ulp/iser/iser_initiator.c |  51 +----
 drivers/infiniband/ulp/iser/iser_memory.c    | 274 ---------------------------
 4 files changed, 19 insertions(+), 327 deletions(-)

-- 
1.8.4.3

--
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] 9+ messages in thread

end of thread, other threads:[~2015-10-12  5:37 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-11 15:35 [PATCH v1 0/2] iser bounce buffering cleanup Sagi Grimberg
     [not found] ` <1444577707-15778-1-git-send-email-sagig-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
2015-10-11 15:35   ` [PATCH v1 1/2] IB/iser: set block queue_virt_boundary Sagi Grimberg
     [not found]     ` <1444577707-15778-2-git-send-email-sagig-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
2015-10-11 19:04       ` Or Gerlitz
     [not found]         ` <CAJ3xEMhhFSRcMrDm--PD-ekr6hJZZXGk_3JE2iEmmHN0fi=b-Q-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-10-11 21:22           ` Bart Van Assche
2015-10-12  4:34           ` Sagi Grimberg
     [not found]             ` <561B3849.6000000-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>
2015-10-12  5:37               ` Or Gerlitz
2015-10-11 15:35   ` [PATCH v1 2/2] IB/iser: Enable SG clustering Sagi Grimberg
     [not found]     ` <1444577707-15778-3-git-send-email-sagig-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
2015-10-11 15:38       ` Sagi Grimberg
     [not found]         ` <561A827B.6020508-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>
2015-10-11 18:56           ` Or Gerlitz

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.