Skip to content

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

Notifications You must be signed in to change notification settings

milannedic/ringbuffer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

ringbuffer

a ring buffer like kfifo, work in linux kernel space and 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 ring buffer like kfifo, work in linux kernel and user space, test on kernel 3.16 on both x86 and ARM platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%