Home
last modified time | relevance | path

Searched refs:setup (Results 1 – 25 of 187) sorted by relevance

12345678

/dpdk/examples/vm_power_manager/
H A Doob_monitor_x86.c151 long setup; in add_core_to_monitor() local
165 setup = IA32_PERFEVT_BRANCH_HITS; in add_core_to_monitor()
166 ret = pwrite(ci->cd[core].msr_fd, &setup, in add_core_to_monitor()
167 sizeof(setup), IA32_PERFEVTSEL0); in add_core_to_monitor()
174 setup = IA32_PERFEVT_BRANCH_MISS; in add_core_to_monitor()
176 sizeof(setup), IA32_PERFEVTSEL1); in add_core_to_monitor()
211 long setup; in remove_core_from_monitor() local
228 setup = 0x0; /* clear event */ in remove_core_from_monitor()
230 sizeof(setup), IA32_PERFEVTSEL0); in remove_core_from_monitor()
237 setup = 0x0; /* clear event */ in remove_core_from_monitor()
[all …]
/dpdk/app/test/
H A Dtest.h108 int (*setup)(void); member
121 #define TEST_CASE_ST(setup, teardown, testcase) \ argument
122 { setup, teardown, testcase, NULL, #testcase, 1, NULL }
124 #define TEST_CASE_WITH_DATA(setup, teardown, testcase, data) \ argument
125 { setup, teardown, NULL, testcase, #testcase, 1, data }
127 #define TEST_CASE_NAMED_ST(name, setup, teardown, testcase) \ argument
128 { setup, teardown, NULL, testcase, name, 1, NULL }
131 { setup, teardown, NULL, testcase, name, 1, data }
135 #define TEST_CASE_ST_DISABLED(setup, teardown, testcase) \ argument
136 { setup, teardown, testcase, NULL, #testcase, 0, NULL }
[all …]
H A Dtest.c315 if (suite->setup) { in unit_test_suite_runner()
316 test_success = suite->setup(); in unit_test_suite_runner()
340 if (tc.setup) in unit_test_suite_runner()
341 test_success = tc.setup(); in unit_test_suite_runner()
/dpdk/drivers/net/liquidio/
H A Dlio_rxtx.h503 union lio_cmd_setup *setup, in lio_prepare_pci_cmd() argument
520 ih3->pkind = lio_dev->instr_queue[setup->s.iq_no]->txpciq.s.pkind; in lio_prepare_pci_cmd()
524 if (!setup->s.gather) { in lio_prepare_pci_cmd()
525 ih3->dlengsz = setup->s.u.datasize; in lio_prepare_pci_cmd()
528 ih3->dlengsz = setup->s.u.gatherptrs; in lio_prepare_pci_cmd()
537 port = (int)lio_dev->instr_queue[setup->s.iq_no]->txpciq.s.port; in lio_prepare_pci_cmd()
545 pki_ih3->qpg = lio_dev->instr_queue[setup->s.iq_no]->txpciq.s.qpg; in lio_prepare_pci_cmd()
555 packet_params.s.ip_csum = setup->s.ip_csum; in lio_prepare_pci_cmd()
556 packet_params.s.transport_csum = setup->s.transport_csum; in lio_prepare_pci_cmd()
557 packet_params.s.tnl_csum = setup->s.tnl_csum; in lio_prepare_pci_cmd()
[all …]
/dpdk/app/test-bbdev/
H A Dmain.h68 int (*setup)(void); member
76 #define TEST_CASE_ST(setup, teardown, testcase) \ argument
77 {setup, teardown, testcase, #testcase}
83 int (*setup)(void); member
H A Dmain.c59 if (suite->setup) { in unit_test_suite_runner()
60 test_result = suite->setup(); in unit_test_suite_runner()
76 if (suite->unit_test_cases[total].setup) in unit_test_suite_runner()
77 test_result = suite->unit_test_cases[total].setup(); in unit_test_suite_runner()
/dpdk/doc/guides/tools/
H A Dhugepages.rst59 * ``--setup SIZE``
66 status of huge pages, modifying the setup requires root privileges.
76 To a complete setup of with 2 Gigabyte of 1G huge pages::
78 dpdk-hugepages.py -p 1G --setup 2G
/dpdk/drivers/net/ark/
H A Dark_udm.c22 if (udm->setup.const0 != ARK_UDM_CONST) { in ark_udm_verify()
25 udm->setup.const0); in ark_udm_verify()
36 udm->setup.r0 = 0; in ark_udm_stop()
75 udm->setup.r0 = 0x100; in ark_udm_start()
H A Dark_ddm.c88 ddm->setup.cons_write_index_addr = cons_addr; in ark_ddm_setup()
89 ddm->setup.write_index_interval = interval / 4; /* 4 ns period */ in ark_ddm_setup()
/dpdk/lib/ethdev/
H A Dethdev_trace_points.c13 lib.ethdev.rxq.setup)
16 lib.ethdev.txq.setup)
/dpdk/drivers/raw/skeleton/
H A Dskeleton_rawdev_test.c28 #define SKELDEV_TEST_RUN(setup, teardown, test) \ argument
29 skeldev_test_run(setup, teardown, test, #test)
407 static void skeldev_test_run(int (*setup)(void), in skeldev_test_run()
414 if (setup) { in skeldev_test_run()
415 ret = setup(); in skeldev_test_run()
/dpdk/doc/guides/nics/features/
H A Dfailsafe.ini12 Runtime Rx queue setup = Y
13 Runtime Tx queue setup = Y
H A Dhns3_vf.ini11 Runtime Rx queue setup = Y
12 Runtime Tx queue setup = Y
H A Dipn3ke.ini12 Runtime Rx queue setup = Y
13 Runtime Tx queue setup = Y
H A Dhns3.ini12 Runtime Rx queue setup = Y
13 Runtime Tx queue setup = Y
H A Di40e.ini13 Runtime Rx queue setup = Y
14 Runtime Tx queue setup = Y
H A Dsfc.ini13 Runtime Rx queue setup = Y
14 Runtime Tx queue setup = Y
H A Dcnxk_vf.ini13 Runtime Rx queue setup = Y
14 Runtime Tx queue setup = Y
H A Dcnxk_vec.ini14 Runtime Rx queue setup = Y
15 Runtime Tx queue setup = Y
/dpdk/examples/pipeline/examples/
H A Dvarbit.cli5 ; Customize the LINK parameters to match your setup.
15 ; PIPELINE0 setup.
H A Dlearner.cli5 ; Customize the LINK parameters to match your setup.
15 ; PIPELINE0 setup.
/dpdk/doc/guides/howto/
H A Dpvp_reference_benchmark.rst6 PVP reference benchmark setup using testpmd
9 This guide lists the steps required to setup a PVP benchmark using testpmd as
10 a simple forwarder between NICs and Vhost interfaces. The goal of this setup
27 PVP setup using 2 NICs
34 Host setup
37 In this setup, we isolate 6 cores (from CPU2 to CPU7) on the same NUMA
270 Guest setup
/dpdk/doc/guides/contributing/
H A Dunit_test.rst194 which contains a test suite name, setup, tear down,
198 Each test suite has a setup and tear down function
200 Each unit test has a similar function for test case setup and tear down.
237 .setup = testsuite_setup,
272 .setup = testsuite_setup,
282 .setup = sub_testsuite_setup,
293 .setup = NULL,
358 during test case setup, or during test case execution
382 $ meson setup build -Db_coverage=true
432 as it requires a more complex setup than other vdevs.
/dpdk/lib/eventdev/
H A Deventdev_trace_points.c14 lib.eventdev.queue.setup)
17 lib.eventdev.port.setup)
/dpdk/doc/guides/eventdevs/
H A Ddpaa.rst34 See :doc:`../platform/dpaa` for setup information
41 - Follow the DPDK :ref:`Getting Started Guide for Linux <linux_gsg>` to setup the basic DPDK enviro…

12345678