You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2019/10/30 00:55:01 UTC

[GitHub] [mynewt-nimble] wes3 opened a new pull request #630: nimble/host: Use os_mbuf_pack_chains

wes3 opened a new pull request #630: nimble/host: Use os_mbuf_pack_chains
URL: https://github.com/apache/mynewt-nimble/pull/630
 
 
   if BLE_L2CAP_JOIN_RX_FRAGS is set to 1, use the new API to pack
   mbuf chains instead of previous method. This new API will do more
   copying (possibly) but will better utilize memory in that it
   will use the entire data buffer of each mbuf in the chain.
   
   NOTE: This PR requires PR #2075 from apache-mynewt-core to be used. That PR has been merged into core but just mentioning it here so folks know to use the proper version of mynewt-core.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services