Re: [PATCH 05/9] ib/iser: simplify send flow/descriptors

2010-02-04 Thread Or Gerlitz
Or Gerlitz wrote: Simplify and shrink the logic/code used for the send descriptors. Changes include removal of struct iser_dto which is unnecessary abstraction, use struct iser_regd_buf only for handling SCSI commands, use dma_sync instead of dma_map/unmap, etc. it turns out that bunch of

[PATCH 05/9] ib/iser: simplify send flow/descriptors

2010-02-03 Thread Or Gerlitz
Simplify and shrink the logic/code used for the send descriptors. Changes include removal of struct iser_dto which is unnecessary abstraction, use struct iser_regd_buf only for handling SCSI commands, use dma_sync instead of dma_map/unmap, etc. Signed-off-by: Or Gerlitz ogerl...@voltaire.com ---