Skip to content

tracewong/ringbuffer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ringbuffer

a ring buffer like kfifo, work in linux user space, and test on kernel 3.16 on x86, ARM platform.

Please note that the data in the buffer will keep there until they be read out. If the buffer is full, the data could not be put into any more, until a read action free some space.

About

a classic c ringbuffer from linux kernel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published