Currently, memzone allocation with length set to 0 that are also
IOVA-contiguous is not supported. Document this limitation.
Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>
* memzones from memory that is already available. It will not trigger any
* new allocations.
*
+ * @note Reserving IOVA-contiguous memzones with len set to 0 is not currently
+ * supported.
+ *
* @param name
* The name of the memzone. If it already exists, the function will
* fail and return NULL.
* memzones from memory that is already available. It will not trigger any
* new allocations.
*
+ * @note Reserving IOVA-contiguous memzones with len set to 0 is not currently
+ * supported.
+ *
* @param name
* The name of the memzone. If it already exists, the function will
* fail and return NULL.
* memzones from memory that is already available. It will not trigger any
* new allocations.
*
+ * @note Reserving IOVA-contiguous memzones with len set to 0 is not currently
+ * supported.
+ *
* @param name
* The name of the memzone. If it already exists, the function will
* fail and return NULL.