On Mon, 13 Jun 2016 23:54:31 +0300
"Michael S. Tsirkin" wrote:
> A simple array based FIFO of pointers. Intended for net stack which
> commonly has a single consumer/producer.
>
> Signed-off-by: Michael S. Tsirkin
Acked-by: Jesper Dangaard Brouer
--
Best regards,
Jesper Dangaard Brouer
A simple array based FIFO of pointers. Intended for net stack which
commonly has a single consumer/producer.
Signed-off-by: Michael S. Tsirkin
---
include/linux/ptr_ring.h | 264 +++
1 file changed, 264 insertions(+)
create mode 100644 include/linux/