From: Rusty Russell Date: Tue, 30 Dec 2008 15:26:04 +0000 (-0600) Subject: virtio: set max_segment_size and max_sectors to infinite. X-Git-Tag: v2.6.29-rc1~558^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b7f7e2049956f6e946ad56c1ee093e7bab74da9;p=pandora-kernel.git virtio: set max_segment_size and max_sectors to infinite. 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 --- Reading git-diff-tree failed