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/03/22 16:53:45 UTC

[GitHub] [mynewt-nimble] andrzej-kaczmarek commented on a change in pull request #380: [WP] nimble/host: Improve usage of MSYS

andrzej-kaczmarek commented on a change in pull request #380: [WP] nimble/host: Improve usage of MSYS
URL: https://github.com/apache/mynewt-nimble/pull/380#discussion_r268255078
 
 

 ##########
 File path: nimble/host/syscfg.yml
 ##########
 @@ -440,6 +440,16 @@ syscfg.defs:
         description: >
             Sysinit stage for the NimBLE host.
         value: 200
+    BLE_HS_OWN_MBUF_FOR_HEADERS:
+        description: >
+             In order to not waste big msys blocks for the ATT + L2CAP and HCI headers
+             with this option on there will be dedicated mempool for this.
+        value : 0
+    BLE_HS_OWN_MBUF_FOR_HEADERS_CNT:
+        description: >
+            Number of blocks for the headers. If this will be used up, MSYS block
+            will be used.
+        value: 'MYNEWT_VAL_MSYS_1_BLOCK_COUNT'
 
 Review comment:
   you can combine both into single option (>0 means use separate pool)
   I'd call it e.g. `BLE_HS_L2CAP_HDR_POOL_COUNT

----------------------------------------------------------------
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