virtio: set max_segment_size and max_sectors to infinite.
authorRusty Russell <rusty@rustcorp.com.au>
Tue, 30 Dec 2008 15:26:04 +0000 (09:26 -0600)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 29 Dec 2008 22:56:05 +0000 (09:26 +1030)
Setting max_segment_size allows more than 64k per sg element, unless
the host specified a limit.  Setting max_sectors indicates that our
max_hw_segments is the only limit.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>

No differences found