Home
last modified time | relevance | path

Searched refs:stub (Results 1 – 17 of 17) sorted by relevance

/dpdk/lib/table/
H A Drte_table_stub.c34 struct rte_table_stub *stub; in rte_table_stub_create() local
38 stub = rte_zmalloc_socket("TABLE", size, RTE_CACHE_LINE_SIZE, in rte_table_stub_create()
40 if (stub == NULL) { in rte_table_stub_create()
47 return stub; in rte_table_stub_create()
58 __rte_unused struct rte_table_stub *stub = (struct rte_table_stub *) table; in rte_table_stub_lookup() local
61 RTE_TABLE_LPM_STATS_PKTS_IN_ADD(stub, n_pkts_in); in rte_table_stub_lookup()
63 RTE_TABLE_LPM_STATS_PKTS_LOOKUP_MISS(stub, n_pkts_in); in rte_table_stub_lookup()
/dpdk/examples/ip_pipeline/examples/
H A Dl2fwd.cli36 pipeline PIPELINE0 table match stub
37 pipeline PIPELINE0 table match stub
38 pipeline PIPELINE0 table match stub
39 pipeline PIPELINE0 table match stub
H A Dtap.cli51 pipeline PIPELINE0 table match stub action AP0
52 pipeline PIPELINE0 table match stub action AP0
53 pipeline PIPELINE0 table match stub action AP0
54 pipeline PIPELINE0 table match stub action AP0
H A Dkni.cli54 pipeline PIPELINE0 table match stub action AP0
55 pipeline PIPELINE0 table match stub action AP0
56 pipeline PIPELINE0 table match stub action AP0
57 pipeline PIPELINE0 table match stub action AP0
H A Drss.cli63 pipeline PIPELINE0 table match stub
76 pipeline PIPELINE1 table match stub
89 pipeline PIPELINE2 table match stub
102 pipeline PIPELINE3 table match stub
H A Dflow_crypto.cli43 pipeline PIPELINE0 table match stub action AP1
/dpdk/examples/pipeline/examples/
H A Dl2fwd.spec24 table stub {
40 table stub
H A Dl2fwd_macswp.spec38 table stub {
55 table stub
/dpdk/drivers/net/softnic/
H A Dfirmware.cli9 pipeline RX table match stub
16 pipeline TX table match stub
/dpdk/lib/eal/windows/
H A Deal_memory.c400 void *stub; in eal_mem_decommit() local
415 stub = VirtualAlloc2_ptr( in eal_mem_decommit()
417 if (stub == NULL) { in eal_mem_decommit()
419 if (!VirtualFreeEx(process, stub, 0, MEM_RELEASE)) in eal_mem_decommit()
420 RTE_LOG_WIN32_ERR("VirtualFreeEx(%p, release)", stub); in eal_mem_decommit()
/dpdk/doc/guides/nics/
H A Dsoftnic.rst145 pipeline RX table match stub
151 pipeline TX table match stub
247 pipeline RX table match stub (Soft NIC rx pipeline match-action table)
248 pipeline TX table match stub (Soft NIC tx pipeline match-action table)
H A Dintel_vf.rst460 sudo /sbin/modprobe pci-stub
467 echo "8086 10ed" > /sys/bus/pci/drivers/pci-stub/new_id
469 echo 0000:08:10.0 > /sys/bus/pci/drivers/pci-stub/bind
/dpdk/doc/guides/sample_app_ug/
H A Dtest_pipeline.rst86 …| 2 | stub | Stub table. Core B is implementing the same pass-through | N/A …
89 …| | | stub table for each input NIC port. | …
H A Dip_pipeline.rst407 | stub
/dpdk/doc/api/
H A Ddoxy-api-index.md182 [stub] (@ref rte_table_stub.h)
/dpdk/doc/guides/rel_notes/
H A Drelease_20_11.rst16 The functions are provided as a generic stub and
31 This API is specific to x86 and implemented as a stub for other
/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst3449 - Tunnel offload - create a tunnel stub::
3453 - Tunnel offload - destroy a tunnel stub::
3661 Creating a tunnel stub for offload
3664 ``flow tunnel create`` setup a tunnel stub for tunnel offload flow rules::
3668 If successful, it will return a tunnel stub ID usable with other commands::
3672 Tunnel stub ID is relative to a port.
3674 Destroying tunnel offload stub
3677 ``flow tunnel destroy`` destroy port tunnel stub::