Re: [PATCH 29/33] infiniband: sg chaining support

2007-07-16 Thread FUJITA Tomonori
From: Jens Axboe <[EMAIL PROTECTED]> Subject: [PATCH 29/33] infiniband: sg chaining support Date: Mon, 16 Jul 2007 11:47:43 +0200 > @@ -226,7 +228,8 @@ static int iser_sg_to_page_vec(struct iser_data_buf *data, > struct iser_page_v

Re: [PATCH 29/33] infiniband: sg chaining support

2007-07-16 Thread Jens Axboe
On Mon, Jul 16 2007, FUJITA Tomonori wrote: > From: Jens Axboe <[EMAIL PROTECTED]> > Subject: [PATCH 29/33] infiniband: sg chaining support > Date: Mon, 16 Jul 2007 11:47:43 +0200 > > > @@ -226,7 +228,8 @@ static int iser_sg_to_page_vec(struct

[PATCH 29/33] infiniband: sg chaining support

2007-07-16 Thread Jens Axboe
Cc: [EMAIL PROTECTED] Signed-off-by: Jens Axboe <[EMAIL PROTECTED]> --- drivers/infiniband/hw/ipath/ipath_dma.c |9 ++-- drivers/infiniband/ulp/iser/iser_memory.c | 75 +++- 2 files changed, 45 insertions(+), 39 deletions(-) diff --git a/drivers/infiniband/hw/ipath