Home
last modified time | relevance | path

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

12

/dpdk/app/test/
H A Dtest_vdev.c80 if (rte_vdev_init("net_null_test0", "") < 0) { in test_vdev_bus()
91 if (rte_vdev_init("net_null_test1", "") < 0) { in test_vdev_bus()
H A Dtest_rawdev.c31 rte_vdev_init(pmd, opts); in test_rawdev_selftest_impl()
H A Dtest_event_eth_rx_adapter.c225 err = rte_vdev_init("event_skeleton", NULL); in testsuite_setup()
251 err = rte_vdev_init("net_null", NULL); in testsuite_setup()
284 err = rte_vdev_init("event_skeleton", NULL); in testsuite_setup_rx_intr()
311 err = rte_vdev_init("net_null", NULL); in testsuite_setup_rx_intr()
755 err = rte_vdev_init(driver_name, NULL); in adapter_multi_eth_add_del()
/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.
/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.
/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.rst54 * Invoking ``rte_vdev_init("event_dpaa2")`` from the application
57 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
/dpdk/drivers/bus/vdev/
H A Dversion.map5 rte_vdev_init;
H A Drte_bus_vdev.h197 int rte_vdev_init(const char *name, const char *args);
/dpdk/doc/guides/rawdevs/
H A Ddpaa2_cmdif.rst62 * Invoking ``rte_vdev_init("dpaa2_dpci")`` from the application
65 rte_vdev_init() internally
/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 Dchacha20_poly1305.rst81 * Call rte_vdev_init("crypto_chacha20_poly1305") within the application.
84 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 Dzuc.rst95 * Call rte_vdev_init("crypto_zuc") within the application.
97 * Use --vdev="crypto_zuc" in the EAL options, which will call rte_vdev_init() internally.
H A Dsnow3g.rst95 * Call rte_vdev_init("crypto_snow3g") within the application.
97 * Use --vdev="crypto_snow3g" in the EAL options, which will call rte_vdev_init() internally.
H A Daesni_gcm.rst102 * Call rte_vdev_init("crypto_aesni_gcm") within the application.
104 * Use --vdev="crypto_aesni_gcm" in the EAL options, which will call rte_vdev_init() internally.
H A Daesni_mb.rst150 * Call rte_vdev_init("crypto_aesni_mb") within the application.
152 * Use --vdev="crypto_aesni_mb" in the EAL options, which will call rte_vdev_init() internally.
H A Dkasumi.rst96 * Call rte_vdev_init("crypto_kasumi") within the application.
98 * Use --vdev="crypto_kasumi" in the EAL options, which will call rte_vdev_init() internally.
/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)
/dpdk/doc/guides/nics/
H A Docteontx.rst117 * Invoking ``rte_vdev_init("eth_octeontx")`` from the application
120 rte_vdev_init() internally

12