numam-dpdk/lib
Pablo de Lara d5404055ab cryptodev: add crypto op helper macros
In order to facilitate the access to the private data,
after the crypto operation, two new macros have been
implemented:

- rte_crypto_op_ctod_offset(c,t,o), which returns a pointer
  to "o" bytes after the start of the crypto operation
  (rte_crypto_op)
- rte_crypto_op_ctophys_offset(c, o), which returns
  the physical address of the data "o" bytes after the
  start of the crypto operation (rte_crypto_op)

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
Acked-by: Declan Doherty <declan.doherty@intel.com>
Acked-by: Akhil Goyal <akhil.goyal@nxp.com>
Acked-by: Fiona Trahe <fiona.trahe@intel.com>
2017-07-06 22:26:48 +02:00
..
librte_acl acl: remove checks for SSE4 2017-07-04 14:35:41 +02:00
librte_bitratestats fix typos using codespell utility 2017-06-14 23:54:13 +02:00
librte_cfgfile
librte_cmdline lib: add switch fall-through comments 2017-05-05 18:36:55 +02:00
librte_compat fix typos using codespell utility 2017-06-14 23:54:13 +02:00
librte_cryptodev cryptodev: add crypto op helper macros 2017-07-06 22:26:48 +02:00
librte_distributor distributor: remove checks for SSE4 2017-07-04 14:35:41 +02:00
librte_eal pci: increase domain storage to 32 bits 2017-07-06 01:28:02 +02:00
librte_efd efd: support lookup using NEON intrinsics 2017-07-03 15:27:32 +02:00
librte_ether ethdev: use device name from device structure 2017-07-06 00:17:11 +02:00
librte_eventdev eventdev: define default value for dequeue timeout 2017-06-21 15:33:23 +02:00
librte_hash hash: remove checks for SSE 2017-07-04 14:35:41 +02:00
librte_ip_frag ip_frag: check for x86 rather than SSE4 2017-07-04 14:35:41 +02:00
librte_jobstats
librte_kni kni: allocate no more mbuf than empty slots in queue 2017-07-01 12:54:51 +02:00
librte_kvargs
librte_latencystats
librte_lpm lpm: fix index of tbl8 2017-06-19 23:30:01 +02:00
librte_mbuf mbuf: introduce new Tx offload flag for MPLS-in-UDP 2017-07-06 15:00:57 +02:00
librte_mempool mem: do not advertise physical address when no hugepages 2017-07-04 17:51:22 +02:00
librte_meter
librte_metrics metrics: fix out of bound access 2017-06-05 15:30:27 +02:00
librte_net net: implement CRC for ARM64 NEON 2017-07-04 15:58:45 +02:00
librte_pdump pdump: remove unnecessary header include 2017-06-14 23:45:51 +02:00
librte_pipeline
librte_port eal: introduce macro for always inline 2017-06-06 17:21:55 +02:00
librte_power
librte_reorder fix typos using codespell utility 2017-06-14 23:54:13 +02:00
librte_ring eal: switch to architecture specific pause function 2017-07-03 23:58:51 +02:00
librte_sched sched: remove check for SSE4 2017-07-04 14:39:18 +02:00
librte_table eal: move gcc version definition to common header 2017-07-04 15:57:22 +02:00
librte_timer eal: switch to architecture specific pause function 2017-07-03 23:58:51 +02:00
librte_vhost vhost: print reason of NUMA node query failure 2017-07-07 02:17:56 +02:00
Makefile