Re: [PATCH] bsg: iovec support

2007-03-19 Thread FUJITA Tomonori
From: Pete Wyckoff [EMAIL PROTECTED] Subject: [PATCH] bsg: iovec support Date: Thu, 1 Mar 2007 17:29:08 -0500 Support vectored IO as in SGv3. The iovec structure uses explicit sizes to avoid the need for compat conversion. Signed-off-by: Pete Wyckoff [EMAIL PROTECTED] --- My application

Re: [PATCH] bsg: iovec support

2007-03-19 Thread Douglas Gilbert
FUJITA Tomonori wrote: From: Pete Wyckoff [EMAIL PROTECTED] Subject: [PATCH] bsg: iovec support Date: Thu, 1 Mar 2007 17:29:08 -0500 Support vectored IO as in SGv3. The iovec structure uses explicit sizes to avoid the need for compat conversion. Signed-off-by: Pete Wyckoff [EMAIL

Re: [PATCH] bsg: iovec support

2007-03-19 Thread FUJITA Tomonori
From: Douglas Gilbert [EMAIL PROTECTED] Subject: Re: [PATCH] bsg: iovec support Date: Mon, 19 Mar 2007 08:56:39 -0400 FUJITA Tomonori wrote: From: Pete Wyckoff [EMAIL PROTECTED] Subject: [PATCH] bsg: iovec support Date: Thu, 1 Mar 2007 17:29:08 -0500 Support vectored IO as in SGv3

Re: [PATCH] bsg: iovec support

2007-03-19 Thread Douglas Gilbert
FUJITA Tomonori wrote: From: Douglas Gilbert [EMAIL PROTECTED] Subject: Re: [PATCH] bsg: iovec support Date: Mon, 19 Mar 2007 08:56:39 -0400 FUJITA Tomonori wrote: From: Pete Wyckoff [EMAIL PROTECTED] Subject: [PATCH] bsg: iovec support Date: Thu, 1 Mar 2007 17:29:08 -0500 Support

Re: [PATCH] bsg: iovec support

2007-03-19 Thread FUJITA Tomonori
From: Douglas Gilbert [EMAIL PROTECTED] Subject: Re: [PATCH] bsg: iovec support Date: Mon, 19 Mar 2007 10:04:45 -0400 Pete is also suggesting (shown above) a revised sg_io_vec structure that uses a uint64_t for the pointer to simplify 32, 64 bit thunking. All I said is that it would

[PATCH] bsg: iovec support

2007-03-01 Thread Pete Wyckoff
Support vectored IO as in SGv3. The iovec structure uses explicit sizes to avoid the need for compat conversion. Signed-off-by: Pete Wyckoff [EMAIL PROTECTED] --- My application definitely can take advantage of scatter/gather IO, which is supported in sgv3 but not in the bsg implementation of