numam-dpdk/doc/guides
Pablo de Lara b17def6c2b doc: announce API change in crypto driver allocation
rte_cryptodev_allocate_driver() function gets one parameter
(rte_driver), as the cryptodev_driver structure is
allocated inside the function with rte_malloc.

This function is called from a constructor function,
when crypto PMDs are registered.
If malloc fails, there is no way to recover from it,
so it is better to allocate this structure
statically, in each PMD.

Therefore, it is required to add an extra parameter in
this function, to also get a pointer to this structure.

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
Acked-by: John McNamara <john.mcnamara@intel.com>
Acked-by: Akhil Goyal <akhil.goyal@nxp.com>
Acked-by: Deepak Kumar Jain <deepak.k.jain@intel.com>
2017-08-08 12:21:32 +02:00
..
contributing doc: add author on cc to git fixline alias 2017-08-03 15:27:26 +02:00
cryptodevs doc: complete crypto sample command line 2017-07-28 18:47:17 +02:00
eventdevs doc: update DPAA2 eventdev extra path 2017-07-30 23:21:09 +02:00
faq doc: update FAQ with new testpmd default burst size 2017-08-06 12:34:07 +02:00
freebsd_gsg doc: use corelist instead of coremask 2017-03-01 20:39:58 +01:00
howto doc: add how-to on packet capture framework 2017-08-04 01:10:29 +02:00
linux_gsg doc: clarify restrictions to run as non-root 2017-08-06 12:26:57 +02:00
nics doc: list NPAR as supported feature in qede 2017-08-06 12:42:17 +02:00
prog_guide doc: add GRO guide 2017-08-06 14:51:26 +02:00
rel_notes doc: announce API change in crypto driver allocation 2017-08-08 12:21:32 +02:00
sample_app_ug doc: fix l2fwd-crypto sample code 2017-07-27 17:41:48 +02:00
testpmd_app_ug doc: add 802.3ad modes in testpmd guide 2017-07-31 19:58:41 +02:00
tools doc: add how-to on packet capture framework 2017-08-04 01:10:29 +02:00
xen doc: use corelist instead of coremask 2017-03-01 20:39:58 +01:00
conf.py doc: import sphinx rtd theme when available 2017-07-10 00:46:38 +02:00
index.rst doc: add event device and software eventdev 2017-04-04 19:19:52 +02:00