blkif.h: Define and document the request number/size/segments extension
authorJustin T. Gibbs <justing@spectralogic.com>
Thu, 23 Feb 2012 10:03:07 +0000 (10:03 +0000)
committerJustin T. Gibbs <justing@spectralogic.com>
Thu, 23 Feb 2012 10:03:07 +0000 (10:03 +0000)
commit15c018eb32399cc53cd9270a56f3da1e6c51a24e
treee1137277f092f571ee0dd1338322abf1859d4f2b
parent829f2a9c6dfae13faee4e24b953441113338e0f2
blkif.h: Define and document the request number/size/segments extension

Note: As of __XEN_INTERFACE_VERSION__ 0x00040201 the definition of
      BLKIF_MAX_SEGMENTS_PER_REQUEST has changed.  Drivers must be
      updated to, at minimum, use BLKIF_MAX_SEGMENTS_PER_HEADER_BLOCK,
      before being recompiled with a __XEN_INTERFACE_VERSION greater
      than or equal to this value.

This extension first appeared in the FreeBSD Operating System.

Signed-off-by: Justin T. Gibbs <justing@spectralogic.com>
Committed-by: Keir Fraser <keir@xen.org>
xen/include/public/io/blkif.h
xen/include/public/xen-compat.h