remove useless memzone includes
[dpdk.git] / test / test / test_ring.c
2017-11-06 Thomas Monjalonremove useless memzone includes
2017-10-05 Olivier Matztest/ring: do not mask result of enqueue or dequeue
2017-07-16 Stephen Hemmingertest: remove duplicate includes
2017-07-07 Bruce Richardsontest/ring: add unit tests for exact size rings
2017-03-29 Bruce Richardsonring: return remaining entry count when dequeuing
2017-03-29 Bruce Richardsonring: return free space when enqueuing
2017-03-29 Bruce Richardsonring: make bulk and burst return values consistent
2017-03-29 Bruce Richardsonring: remove watermark support
2017-03-29 Bruce Richardsonring: remove debug setting
2017-03-29 Bruce Richardsonring: eliminate duplication of size and mask fields
2017-02-28 Ferruh Yigittest: move unit tests to separate directory