| /dpdk/lib/eal/linux/ |
| H A D | eal_dev.c | 137 int subsystem; /**< subsystem id */ member 145 char subsystem[EAL_UEV_MSG_ELEM_LEN]; in dev_uev_parse() local 150 memset(subsystem, 0, EAL_UEV_MSG_ELEM_LEN); in dev_uev_parse() 178 strlcpy(subsystem, buf, sizeof(subsystem)); in dev_uev_parse() 193 if (!strncmp(subsystem, "uio", 3)) in dev_uev_parse() 194 event->subsystem = EAL_DEV_EVENT_SUBSYSTEM_UIO; in dev_uev_parse() 195 else if (!strncmp(subsystem, "pci", 3)) in dev_uev_parse() 196 event->subsystem = EAL_DEV_EVENT_SUBSYSTEM_PCI; in dev_uev_parse() 197 else if (!strncmp(subsystem, "vfio", 4)) in dev_uev_parse() 259 uevent.devname, uevent.type, uevent.subsystem); in dev_uev_handler() [all …]
|
| /dpdk/drivers/common/cnxk/ |
| H A D | roc_platform.h | 233 #define plt_dbg(subsystem, fmt, args...) \ argument 234 rte_log(RTE_LOG_DEBUG, cnxk_logtype_##subsystem, \ 235 "[%s] %s():%u " fmt "\n", #subsystem, __func__, __LINE__, \
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | timer.rst | 37 In addition to EAL initialization, the timer subsystem must be initialized, by calling the rte_time… 82 … Since the PERIODICAL flag is provided, the timer is reloaded automatically by the timer subsystem.
|
| H A D | l3_forward_power_man.rst | 143 In general, the polling nature of the DPDK prevents the OS power management subsystem from knowing 206 There is no way to control C- state directly, and the CPUIdle subsystem in OS is intelligent enough
|
| /dpdk/doc/guides/platform/ |
| H A D | cnxk.rst | 45 DPDK subsystem. 49 .. table:: RVU managed functional blocks and its mapping to DPDK subsystem 52 | # | LF | DPDK subsystem mapping | 104 all channels. The LBK HW Unit is abstracted using ethdev subsystem, Where PF0's
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | profile_app.rst | 78 clock counter is through the ARMv8 PMU subsystem. The PMU cycle counter runs
|
| H A D | trace_lib.rst | 85 /* Trace subsystem hooks */
|
| H A D | kernel_nic_interface.rst | 219 Hence, it will have the same granularity constraints as this Linux subsystem.
|
| H A D | multi_proc_support.rst | 328 Since the memory subsystem uses IPC internally, memory allocations and IPC must
|
| H A D | env_abstraction_layer.rst | 93 There are two modes in which DPDK memory subsystem can operate: dynamic mode, 153 Memory subsystem uses DPDK IPC internally, so memory allocations/callbacks
|
| /dpdk/doc/guides/nics/ |
| H A D | enetc.rst | 63 - Driver registers the device vendor table in PCI subsystem.
|
| H A D | kni.rst | 88 "KNI: KNI subsystem has not been initialized. Invoke rte_kni_init() first"
|
| /dpdk/doc/guides/vdpadevs/ |
| H A D | ifc.rst | 18 with its specific subsystem vendor ID and device ID. To let the device be
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_18_05.rst | 10 * **Reworked memory subsystem.** 12 Memory subsystem has been reworked to support new functionality. 16 reorganized internal workings of memory subsystem, any memory allocated 144 memory subsystem including L3 cache and DDR4 interfaces, all interconnected 147 The ARM CPU subsystem features eight ARMv8 Cortex-A72 CPUs at 3.0 GHz,
|
| H A D | release_18_11.rst | 323 parameters themselves, and must instead leave it to the memory subsystem to
|
| H A D | release_20_11.rst | 469 replaced with a private enum in the PCI subsystem.
|
| /dpdk/doc/guides/rawdevs/ |
| H A D | cnxk_bphy.rst | 148 - NAME is the desired subsystem: use "BPHY" for regular, and "BPHY_CGX" for
|
| /dpdk/doc/guides/linux_gsg/ |
| H A D | linux_drivers.rst | 267 In most cases, the ``error -22`` indicates that the VFIO subsystem
|