Home
last modified time | relevance | path

Searched refs:rte_vdev_init (Results 1 – 25 of 45) sorted by relevance

12

/f-stack/dpdk/doc/guides/compressdevs/
H A Dzlib.rst58 * Call ``rte_vdev_init("compress_zlib")`` within the application.
60 * Use ``--vdev="compress_zlib"`` in the EAL options, which will call ``rte_vdev_init()`` internally.
H A Disal.rst138 * Call ``rte_vdev_init("compress_isal")`` within the application.
140 * Use ``--vdev="compress_isal"`` in the EAL options, which will call ``rte_vdev_init()`` internally.
/f-stack/dpdk/drivers/bus/vdev/
H A Dversion.map5 rte_vdev_init;
H A Drte_bus_vdev.h192 int rte_vdev_init(const char *name, const char *args);
/f-stack/dpdk/doc/guides/bbdevs/
H A Dnull.rst33 - Call ``rte_vdev_init("baseband_null")`` within the application.
35 - Use ``--vdev="baseband_null"`` in the EAL options, which will call ``rte_vdev_init()`` internally.
H A Dturbo_sw.rst157 - Call ``rte_vdev_init("baseband_turbo_sw")`` within the application.
159 - Use ``--vdev="baseband_turbo_sw"`` in the EAL options, which will call ``rte_vdev_init()`` intern…
/f-stack/dpdk/doc/guides/eventdevs/
H A Ddpaa.rst51 * Invoking ``rte_vdev_init("event_dpaa1")`` from the application
54 rte_vdev_init() internally
H A Ddpaa2.rst60 * Invoking ``rte_vdev_init("event_dpaa2")`` from the application
63 rte_vdev_init() internally
H A Ddsw.rst29 * Call ``rte_vdev_init("event_dsw0")`` from the application
32 rte_vdev_init() internally
H A Docteontx.rst54 * Invoking ``rte_vdev_init("event_octeontx")`` from the application
57 rte_vdev_init() internally
H A Dopdl.rst37 * Call ``rte_vdev_init("event_opdl0")`` from the application
40 rte_vdev_init() internally
H A Dsw.rst39 * Call ``rte_vdev_init("event_sw0")`` from the application
42 rte_vdev_init() internally
/f-stack/dpdk/app/test/
H A Dtest_rawdev.c20 rte_vdev_init(pmd, opts); in test_rawdev_selftest_impl()
H A Dtest_event_eth_rx_adapter.c209 err = rte_vdev_init("event_skeleton", NULL); in testsuite_setup()
235 err = rte_vdev_init("net_null", NULL); in testsuite_setup()
268 err = rte_vdev_init("event_skeleton", NULL); in testsuite_setup_rx_intr()
295 err = rte_vdev_init("net_null", NULL); in testsuite_setup_rx_intr()
553 err = rte_vdev_init(driver_name, NULL); in adapter_multi_eth_add_del()
/f-stack/dpdk/doc/guides/rawdevs/
H A Ddpaa2_cmdif.rst68 * Invoking ``rte_vdev_init("dpaa2_dpci")`` from the application
71 rte_vdev_init() internally
/f-stack/dpdk/doc/guides/cryptodevs/
H A Dnull.rst53 * Call rte_vdev_init("crypto_null") within the application.
55 * Use --vdev="crypto_null" in the EAL options, which will call rte_vdev_init() internally.
H A Dzuc.rst93 * Call rte_vdev_init("crypto_zuc") within the application.
95 * Use --vdev="crypto_zuc" in the EAL options, which will call rte_vdev_init() internally.
H A Dccp.rst88 * Call rte_vdev_init("crypto_ccp") within the application.
90 * Use --vdev="crypto_ccp" in the EAL options, which will call rte_vdev_init() internally.
H A Dsnow3g.rst93 * Call rte_vdev_init("crypto_snow3g") within the application.
95 * Use --vdev="crypto_snow3g" in the EAL options, which will call rte_vdev_init() internally.
H A Daesni_gcm.rst99 * Call rte_vdev_init("crypto_aesni_gcm") within the application.
101 * Use --vdev="crypto_aesni_gcm" in the EAL options, which will call rte_vdev_init() internally.
H A Daesni_mb.rst146 * Call rte_vdev_init("crypto_aesni_mb") within the application.
148 * Use --vdev="crypto_aesni_mb" in the EAL options, which will call rte_vdev_init() internally.
H A Dkasumi.rst94 * Call rte_vdev_init("crypto_kasumi") within the application.
96 * Use --vdev="crypto_kasumi" in the EAL options, which will call rte_vdev_init() internally.
H A Dscheduler.rst40 * Call rte_vdev_init("crypto_scheduler") within the application.
43 rte_vdev_init() internally.
/f-stack/dpdk/doc/guides/prog_guide/
H A Drawdev.rst103 Or using the rte_vdev_init API within the application code.
107 rte_vdev_init("rawdev_dev1", NULL)
/f-stack/dpdk/doc/guides/nics/
H A Docteontx.rst117 * Invoking ``rte_vdev_init("eth_octeontx")`` from the application
120 rte_vdev_init() internally

12