Displaying 3 results from an estimated 3 matches for "8x2".
Did you mean:
0x2
2009 May 07
1
extending strsplit to handle missing text that doesn't have the target on which to split
..."Tue"
[4,] " 15 Nov 2005 16:29:57 +0000" "Wed"
[5,] " 16 Nov 2005 07:00:45 EST" "Wed"
[6,] " 16 Nov 2005 05:28:00 -0800" "Wed"
[7,] " 16 Nov 2005 14:06:21 +0000" "15 Nov 2005 09:10:00 +0100"
I'd like an 8x2 matrix with tmp.dat.data[2,1] == "" and
tmp.dat.data[8,1] == ""
I'm sure there must be a simple way to achieve this by rolling a
slightly different variant of strsplit that pads things and then
applying that to the input vector but I'm failing to see how to do this
at t...
2012 Dec 18
13
[PATCH v2 0/5] Multiqueue virtio-scsi, and API for piecewise buffer submission
Hi all,
this series adds multiqueue support to the virtio-scsi driver, based
on Jason Wang's work on virtio-net. It uses a simple queue steering
algorithm that expects one queue per CPU. LUNs in the same target always
use the same queue (so that commands are not reordered); queue switching
occurs when the request being queued is the only one for the target.
Also based on Jason's
2012 Dec 18
13
[PATCH v2 0/5] Multiqueue virtio-scsi, and API for piecewise buffer submission
Hi all,
this series adds multiqueue support to the virtio-scsi driver, based
on Jason Wang's work on virtio-net. It uses a simple queue steering
algorithm that expects one queue per CPU. LUNs in the same target always
use the same queue (so that commands are not reordered); queue switching
occurs when the request being queued is the only one for the target.
Also based on Jason's