]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_rawdev/rte_rawdev_pmd.h
mbuf: improve API doc for attaching external buffer
[dpdk.git] / lib / librte_rawdev / rte_rawdev_pmd.h
index aa6af4a3751bc8a7ef192f2e750e1e4b7bb9b500..cb3555ab50cc66c2085e04b8b026ab9e8f505b7b 100644 (file)
@@ -568,7 +568,9 @@ struct rte_rawdev_ops {
  * @param name
  *   Unique identifier name for each device
  * @param dev_private_size
- *   Private data allocated within rte_rawdev object.
+ *   Size of private data memory allocated within rte_rawdev object.
+ *   Set to 0 to disable internal memory allocation and allow for
+ *   self-allocation.
  * @param socket_id
  *   Socket to allocate resources on.
  * @return