numam-dpdk/lib
Olivier Matz 1d64e46eb8 ring: allow to initialize without memzone
Allow to initialize a ring in an already allocated memory. The rte_ring_create()
function that allocates a ring in a rte_memzone is still available and now uses
the new rte_ring_init() function in order to factorize the code.

Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
2014-05-13 14:40:09 +02:00
..
librte_cmdline add FreeBSD support 2014-02-25 21:29:18 +01:00
librte_eal pci: remove deprecated RTE_EAL_UNBIND_PORTS option 2014-05-13 13:21:48 +02:00
librte_ether ethdev: introduce if_index in device info 2014-02-26 11:07:28 +01:00
librte_hash hash: make arg for jhash2 const 2014-03-24 18:58:25 +01:00
librte_ivshmem ivshmem: library changes for mmaping using ivshmem 2014-02-25 21:29:19 +01:00
librte_kni kni: add kni close function 2014-02-25 21:29:19 +01:00
librte_kvargs devargs: use a comma instead of semicolon to separate key/values 2014-04-10 15:50:11 +02:00
librte_lpm update Intel copyright years to 2014 2014-02-25 21:29:14 +01:00
librte_malloc malloc: simplify heap initialisation 2014-04-30 11:31:22 +02:00
librte_mbuf mbuf: copy offload flags when doing attach/clone 2014-03-24 18:58:25 +01:00
librte_mempool mempool: use GCC push/pop_options 2014-03-24 18:58:25 +01:00
librte_meter update Intel copyright years to 2014 2014-02-25 21:29:14 +01:00
librte_net update Intel copyright years to 2014 2014-02-25 21:29:14 +01:00
librte_pmd_e1000 igb: release software locked semaphores on initialization 2014-04-09 18:30:02 +02:00
librte_pmd_ixgbe ixgbe: release software locked semaphores on initialization 2014-04-09 18:30:02 +02:00
librte_pmd_pcap vdev: new registration API 2014-04-11 16:17:42 +02:00
librte_pmd_ring vdev: new registration API 2014-04-11 16:17:42 +02:00
librte_pmd_virtio pci: remove virtio-uio workaround 2014-05-13 13:20:35 +02:00
librte_pmd_vmxnet3 vmxnet3: rename library 2014-03-21 15:40:30 +01:00
librte_pmd_xenvirt vdev: new registration API 2014-04-11 16:17:42 +02:00
librte_power update Intel copyright years to 2014 2014-02-25 21:29:14 +01:00
librte_ring ring: allow to initialize without memzone 2014-05-13 14:40:09 +02:00
librte_sched sched: use common macro RTE_DIM 2014-02-25 21:29:18 +01:00
librte_timer timer: missing optimization flag in compile 2014-02-25 21:29:18 +01:00
Makefile kvargs: add a new library to parse key/value arguments 2014-02-26 11:01:13 +01:00