dpdk-fm10k/lib/librte_port
Konstantin Ananyev ebff988d0c ring: prepare ring to allow new sync schemes
To make these preparations two main things are done:
- Change from *single* to *sync_type* to allow different
  synchronisation schemes to be applied.
  Mark *single* as deprecated in comments.
  Add new functions to allow user to query ring sync types.
  Replace direct access to *single* with appropriate function call.
- Move actual rte_ring and related structures definitions into a
  separate file: <rte_ring_core.h>. It allows to refer contents
  of <rte_ring_elem.h> from <rte_ring.h> without introducing a
  circular dependency.

Signed-off-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
Acked-by: Honnappa Nagarahalli <honnappa.nagarahalli@arm.com>
2020-04-21 11:34:09 +02:00
..
Makefile build: remove individual library versions 2019-11-20 23:05:39 +01:00
meson.build build: remove individual library versions 2019-11-20 23:05:39 +01:00
rte_port.h lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
rte_port_ethdev.c lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
rte_port_ethdev.h lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
rte_port_eventdev.c lib: use common macro RTE_DIM 2020-02-05 14:37:41 +01:00
rte_port_eventdev.h lib: use common macro RTE_DIM 2020-02-05 14:37:41 +01:00
rte_port_fd.c lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
rte_port_fd.h lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
rte_port_frag.c lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
rte_port_frag.h lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
rte_port_kni.c port: replace license text with SPDX tag 2019-11-28 03:02:51 +01:00
rte_port_kni.h port: replace license text with SPDX tag 2019-11-28 03:02:51 +01:00
rte_port_ras.c net: add rte prefix to IP defines 2019-05-24 13:34:46 +02:00
rte_port_ras.h lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
rte_port_ring.c ring: prepare ring to allow new sync schemes 2020-04-21 11:34:09 +02:00
rte_port_ring.h lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
rte_port_sched.c lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
rte_port_sched.h lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
rte_port_source_sink.c net: add rte prefix to ether defines 2019-05-24 13:34:45 +02:00
rte_port_source_sink.h lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
rte_port_sym_crypto.c port: add symmetric crypto 2018-10-12 19:33:02 +02:00
rte_port_sym_crypto.h port: add symmetric crypto 2018-10-12 19:33:02 +02:00
rte_port_version.map build: align symbols with global ABI version 2019-11-20 23:05:39 +01:00