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 2021/03/03 04:15:51 UTC

[GitHub] [incubator-nuttx] GUIDINGLI opened a new pull request #2957: mqueue: add poll support

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


   
   ## Summary
   mqueue: add poll support
   
   ## Impact
   mqeue, can support poll
   
   ## Testing
   
   


----------------------------------------------------------------
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] xiaoxiang781216 merged pull request #2957: mqueue: add poll support

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


   


----------------------------------------------------------------
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] gustavonihei commented on a change in pull request #2957: mqueue: add poll support

Posted by GitBox <gi...@apache.org>.
gustavonihei commented on a change in pull request #2957:
URL: https://github.com/apache/incubator-nuttx/pull/2957#discussion_r586627358



##########
File path: fs/mqueue/Kconfig
##########
@@ -11,4 +11,10 @@ config FS_MQUEUE_MPATH
 	---help---
 		The path to where POSIX message queues will exist in the VFS namespace.
 
+config FS_MQUEUE_NPOLLWAITERS
+	int "mesage queue number of poll waiters"
+	default 4
+	---help---
+		Mesage queue number of poll waiters

Review comment:
       Please, here is a suggestion to improve the description.
   ```suggestion
   config FS_MQUEUE_NPOLLWAITERS
   	int "Maximum number of poll waiters"
   	default 4
   	---help---
   		The maximum number of waiters for the poll operation.
   ```




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