ring: support configurable element size
[dpdk.git] / lib / librte_ring / rte_ring.h
index 2a9f768..18fc5d8 100644 (file)
@@ -216,6 +216,7 @@ int rte_ring_init(struct rte_ring *r, const char *name, unsigned count,
  */
 struct rte_ring *rte_ring_create(const char *name, unsigned count,
                                 int socket_id, unsigned flags);
+
 /**
  * De-allocate all memory used by the ring.
  *