You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/10/08 05:29:46 UTC

[GitHub] [incubator-nuttx] masayuki2009 opened a new pull request #1950: Fix spresense smp

masayuki2009 opened a new pull request #1950:
URL: https://github.com/apache/incubator-nuttx/pull/1950


   ## Summary
   
   - This PR consists of two commits.
   - cxd56_cpupause.c
   During Wi-Fi audio streaming test, I noticed data corruption in tcb
   Finally, I found an issue in IRQ request handing with IPI
   This commit fixes this issue
   - cxd56_gs2200m.c
   During streaming test, I noticed a dealock when controlling IRQ
   Actually, it will send an IPI when the cpu index is not 0
   However, up_cpu_pause() also sends IPI with critical section
   So the IRQ control must follow the same rule
   
   ## Impact
   
   - Affects SMP only
   
   ## Testing
   
   -  Tested with spresense:smp_wifi


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



[GitHub] [incubator-nuttx] jerpelea merged pull request #1950: Fix spresense smp

Posted by GitBox <gi...@apache.org>.
jerpelea merged pull request #1950:
URL: https://github.com/apache/incubator-nuttx/pull/1950


   


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



[GitHub] [incubator-nuttx] jerpelea merged pull request #1950: Fix spresense smp

Posted by GitBox <gi...@apache.org>.
jerpelea merged pull request #1950:
URL: https://github.com/apache/incubator-nuttx/pull/1950


   


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



[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #1950: Fix spresense smp

Posted by GitBox <gi...@apache.org>.
masayuki2009 commented on pull request #1950:
URL: https://github.com/apache/incubator-nuttx/pull/1950#issuecomment-705340388


   @jerpelea 
   


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



[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #1950: Fix spresense smp

Posted by GitBox <gi...@apache.org>.
masayuki2009 commented on pull request #1950:
URL: https://github.com/apache/incubator-nuttx/pull/1950#issuecomment-705340388


   @jerpelea 
   


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