• Federico Vaga's avatar
    sw:drv: bugfix filter our messages on poll · db2181c9
    Federico Vaga authored
    Without filtering the user poll on the full buffer which may not reflect
    the real status from its point of view (with filters).
    
    The following use case is buggy:
    
    - buffer is not empty
    - user does poll()
    - poll sais that the user can read
    - user does read()
    - read return nothing because the buffer does not contain valid messages
    
    This is critical for sync messages.
    Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
    db2181c9
Name
Last commit
Last update
..
firmware Loading commit data...
include Loading commit data...
kernel Loading commit data...
lib Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...