Re: [RESEND PATCH] xen/blkfront: increase the default value of xen_blkif_max_segments

From: Roger Pau Monné
Date: Wed Jan 21 2015 - 05:14:10 EST


El 21/01/15 a les 8.56, Bob Liu ha escrit:
> The default max-segments of indirect requests was 32, so IO operations with
> bigger block size(>32*4k) would be split and make performance drop.
>
> Nowadays backend device usually support 512k max_sectors_kb on desktop,
> and usually larger on server machines connected with high-end storage system.
> The default max size(128k) is not appropriate anymore, this patch increases it
> to 128(128*4k=512k).
>
> Signed-off-by: Bob Liu <bob.liu@xxxxxxxxxx>

Looks fine to me, the Linux backend is also prepared to handle it
without any modifications. As I said in the last version, I would add
the following to the commit message:

This change implies we can now have 32*128+32 = 4128 in-flight grants,
which greatly surpasses the default amount of persistent grants blkback
can handle, so the LRU in blkback will kick in.

Roger.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/