Skip to content

Commit

Permalink
docs: migration-guide-3.6: add note about changes in net buffer pools
Browse files Browse the repository at this point in the history
Add point about moving maximum allocation size from fixed buffer pool's
internal structure to a common one.

Signed-off-by: Konrad Derda <[email protected]>
  • Loading branch information
kderda committed Feb 5, 2024
1 parent 1902e2c commit f42b836
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/releases/migration-guide-3.6.rst
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,11 @@ Networking
* The zperf ratio between mbps and kbps, kbps and bps is changed to 1000, instead of 1024,
to align with iperf ratios.

* For network buffer pools maximum allocation size was added to a common structure
``struct net_buf_data_alloc`` as a new field ``max_alloc_size``. Similar member ``data_size`` of
``struct net_buf_pool_fixed`` that was specific only for buffer pools with a fixed size was
removed.

zcbor
=====

Expand Down

0 comments on commit f42b836

Please sign in to comment.