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/12/20 13:25:52 UTC

[GitHub] [mynewt-nimble] sjanc opened a new pull request #709: nimble/ll: Schedule for periodic chain PDU before reporting data HCI

sjanc opened a new pull request #709: nimble/ll: Schedule for periodic chain PDU before reporting data HCI
URL: https://github.com/apache/mynewt-nimble/pull/709
 
 
   Make sure to schedule for next PDu in chain as soon as possible (that
   means before data is reported to host). Case when we are left with no
   buffers but with scheduled PDU is handled by additional flag which
   allows to end event early when PDU is received.
   
   This is important on slow MCUs (eg CM0) where HCI reports handling can
   take too much time resulting in not being able to scan whole chain.
   
   This was affecting following qualification test cases:
   LL/CON/INI/BV-25-C
   LL/DDI/SCN/BV-21-C
   LL/DDI/SCN/BV-46-C

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

[GitHub] [mynewt-nimble] sjanc merged pull request #709: nimble/ll: Schedule for periodic chain PDU before reporting data on HCI

Posted by GitBox <gi...@apache.org>.
sjanc merged pull request #709: nimble/ll: Schedule for periodic chain PDU before reporting data on HCI
URL: https://github.com/apache/mynewt-nimble/pull/709
 
 
   

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