acassis commented on code in PR #17439:
URL: https://github.com/apache/nuttx/pull/17439#discussion_r2642932118
##########
Documentation/components/mm/index.rst:
##########
@@ -232,3 +232,9 @@ available for usage by drivers. The I/O buffers have these
properties:
it is removed from the free list; when a buffer is freed it is
returned to the free list.
#. The calling application will wait if there are not free buffers.
+#. IOBs can be chained together to form larger buffers.
+#. The extension interface ``iob_init_with_data`` supports external
+ buffer init as iob structure when CONFIG_IOB_ALLOC is enabled. This
+ interface allows different protocol modules to use their own unique
+ IOBbuffer sources and allocation strategies without interfering with
Review Comment:
```suggestion
I/O buffer sources and allocation strategies without interfering with
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]