| /dpdk/examples/pipeline/ |
| H A D | thread.c | 55 int enabled; member 73 t->enabled = 1; in thread_init() 95 t->enabled = 0; in thread_init() 115 if (!t->enabled) in pipeline_find() 135 if (!t->enabled) in block_find() 176 if (!t->enabled) in pipeline_enable() 278 if (!t->enabled) in block_enable()
|
| /dpdk/drivers/net/qede/base/ |
| H A D | ecore_dcbx_api.h | 74 bool enabled; member 89 bool enabled; member 125 bool enabled; member 133 bool enabled; member 159 bool enabled; member
|
| H A D | ecore_dcbx.c | 120 if (!dscp->enabled) in ecore_dcbx_get_dscp_value() 509 p_params->pfc.enabled = GET_MFW_FIELD(pfc, DCBX_PFC_ENABLED); in ecore_dcbx_get_pfc_data() 523 p_params->pfc.enabled); in ecore_dcbx_get_pfc_data() 613 p_dscp->enabled = GET_MFW_FIELD(p_dscp_map->flags, DCB_DSCP_ENABLE); in ecore_dcbx_get_dscp_params() 635 bool enabled, err; in ecore_dcbx_get_operational_params() local 645 enabled = !!(GET_MFW_FIELD(flags, DCBX_CONFIG_VERSION) != in ecore_dcbx_get_operational_params() 647 if (!enabled) { in ecore_dcbx_get_operational_params() 648 p_operational->enabled = enabled; in ecore_dcbx_get_operational_params() 682 p_operational->enabled = enabled; in ecore_dcbx_get_operational_params() 908 u8 val = !!p_hwfn->p_dcbx_info->get.dscp.enabled; in ecore_dcbx_mib_update_event() [all …]
|
| /dpdk/lib/eal/common/ |
| H A D | rte_service.c | 178 rte_service_set_stats_enable(uint32_t id, int32_t enabled) 183 if (enabled) 192 rte_service_set_runstate_mapped_check(uint32_t id, int32_t enabled) in rte_service_set_stats_enable() 197 if (enabled) 639 service_update(uint32_t sid, uint32_t lcore, uint32_t *set, uint32_t *enabled) in service_update() 663 if (enabled) in service_update() 664 *enabled = rte_bitset_test(cs->mapped_services, sid); 670 rte_service_map_lcore_set(uint32_t id, uint32_t lcore, uint32_t enabled) in rte_service_map_lcore_set() 672 uint32_t on = enabled > 0; 673 rte_eal_trace_service_map_lcore(id, lcore, enabled); 185 rte_service_set_stats_enable(uint32_t id,int32_t enabled) rte_service_set_stats_enable() argument 199 rte_service_set_runstate_mapped_check(uint32_t id,int32_t enabled) rte_service_set_runstate_mapped_check() argument 635 service_update(uint32_t sid,uint32_t lcore,uint32_t * set,uint32_t * enabled) service_update() argument 666 rte_service_map_lcore_set(uint32_t id,uint32_t lcore,uint32_t enabled) rte_service_map_lcore_set() argument 676 uint32_t enabled; rte_service_map_lcore_get() local 820 int32_t enabled = service_mask & (UINT64_C(1) << i); rte_service_lcore_stop() local [all...] |
| /dpdk/drivers/net/softnic/ |
| H A D | rte_eth_softnic_thread.c | 290 p->enabled) in softnic_thread_pipeline_enable() 312 p->enabled = 1; in softnic_thread_pipeline_enable() 340 p->enabled = 1; in softnic_thread_pipeline_enable() 358 (p->enabled && (p->thread_id != thread_id))) in softnic_thread_pipeline_disable() 361 if (p->enabled == 0) in softnic_thread_pipeline_disable() 379 p->enabled = 0; in softnic_thread_pipeline_disable() 412 p->enabled = 0; in softnic_thread_pipeline_disable()
|
| H A D | rte_eth_softnic_pipeline.c | 44 if (pipeline->enabled) in softnic_pipeline_disable_all() 57 if ((pipeline->enabled) && (pipeline->thread_id == thread_id)) in softnic_pipeline_thread_count()
|
| /dpdk/drivers/net/mvpp2/ |
| H A D | mrvl_mtr.c | 258 mtr->enabled = 1; in mrvl_meter_enable() 314 mtr->enabled = 0; in mrvl_meter_disable() 430 int ret, enabled = 0; in mrvl_meter_profile_update() local 456 enabled = 1; in mrvl_meter_profile_update() 465 if (enabled) in mrvl_meter_profile_update()
|
| /dpdk/drivers/common/sfc_efx/base/ |
| H A D | efx_port.c | 210 __in boolean_t enabled) in efx_port_vlan_strip_set() argument 219 if (enabled && !encp->enc_rx_vlan_stripping_supported) { in efx_port_vlan_strip_set() 232 epp->ep_vlan_strip = enabled; in efx_port_vlan_strip_set()
|
| H A D | efx_mac.c | 264 __in boolean_t enabled) in efx_mac_drain() argument 274 if (epp->ep_mac_drain == enabled) in efx_mac_drain() 277 epp->ep_mac_drain = enabled; in efx_mac_drain() 533 __in boolean_t enabled) in efx_mac_include_fcs_set() argument 544 if (enabled && !encp->enc_rx_include_fcs_supported) { in efx_mac_include_fcs_set() 554 if (enabled && encp->enc_port_usage != EFX_PORT_USAGE_EXCLUSIVE) { in efx_mac_include_fcs_set() 559 if (epp->ep_include_fcs != enabled) { in efx_mac_include_fcs_set() 560 epp->ep_include_fcs = enabled; in efx_mac_include_fcs_set()
|
| /dpdk/drivers/net/txgbe/base/ |
| H A D | txgbe_dcb_hw.c | 211 int enabled = 0; in txgbe_dcb_config_pfc_raptor() local 215 enabled = 1; in txgbe_dcb_config_pfc_raptor() 220 if (enabled) { in txgbe_dcb_config_pfc_raptor()
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | vhost_lib.rst | 51 This reconnect option is enabled by default. However, it can be turned off 56 IOMMU support will be enabled when this flag is set. It is disabled by 65 Postcopy live-migration support will be enabled when this flag is set. 78 pktmbuf (e.g., TSO is enabled), the library will allocate additional 84 buffers to be dequeue, this flag should be enabled to force only linear 108 Asynchronous data path will be enabled when this flag is set. Async 135 Per-virtqueue statistics collection will be enabled when this flag is set. 136 When enabled, the application may use rte_vhost_stats_get_names() and 166 example to enabled or disabled. 189 disable mergeable buffers and TSO features, which both are enabled by [all …]
|
| H A D | asan.rst | 36 is enabled on all 64 bit architectures for Linux. Other architectures may have 52 Above code will result in heap-buffer-overflow error if ASan is enabled, because apply 9 bytes of m… 81 Above code will result in use-after-free error if ASan is enabled, because apply 9 bytes of memory …
|
| /dpdk/app/graph/ |
| H A D | graph_priv.h | 17 bool enabled; member
|
| /dpdk/examples/vm_power_manager/ |
| H A D | channel_monitor.h | 26 unsigned int enabled; 25 unsigned int enabled; global() member
|
| /dpdk/lib/node/ |
| H A D | ip6_rewrite_priv.h | 21 uint16_t enabled; /**< NH enable flag */ member
|
| H A D | ip4_rewrite_priv.h | 21 uint16_t enabled; /**< NH enable flag */ member
|
| /dpdk/doc/guides/nics/ |
| H A D | mvneta.rst | 82 The following ``devargs`` options can be enabled at runtime. They must 87 The name of port (owned by MUSDK) that should be enabled in DPDK. 89 enabled. For instance below will enable ``eth0`` and ``eth1`` ports.
|
| H A D | bnx2x.rst | 47 - When SR-IOV is not enabled on the adapter, 58 - When SR-IOV is enabled on the adapter, 87 The following options can be enabled with Meson flags. Please note that 132 #. Verify SR-IOV and ARI capabilities are enabled on the adapter using ``lspci``:
|
| /dpdk/drivers/net/pfe/ |
| H A D | pfe_eth.h | 38 int enabled; member
|
| /dpdk/drivers/bus/fslmc/mc/ |
| H A D | fsl_dpcon_cmd.h | 52 uint8_t enabled; member
|
| H A D | fsl_dpbp_cmd.h | 59 uint8_t enabled; member
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | packet_ordering.rst | 20 more than one port enabled. 53 The PORTMASK parameter must contain either 1 or even enabled port numbers.
|
| /dpdk/lib/eal/include/ |
| H A D | eal_trace_internal.h | 192 RTE_TRACE_POINT_ARGS(unsigned int id, unsigned int lcore_id, unsigned int enabled), 195 rte_trace_point_emit_u32(enabled);
|
| /dpdk/examples/l3fwd/ |
| H A D | main.c | 77 static int numa_on = 1; /**< NUMA is enabled by default. */ 93 /* mask of enabled ports */ 311 printf("error: lcore %u is not enabled in lcore mask\n", lcore); in check_lcore_params() 332 printf("port %u is not enabled in port mask\n", portid); in check_port_config() 450 " --event-vector-size: Max vector size if event vectorization is enabled.\n" in print_usage() 451 " --event-vector-tmo: Max timeout to form vector in nanoseconds if event vectorization is enabled\n" in print_usage() 591 evt_rsrc->enabled = false; in parse_queue_size() 593 evt_rsrc->enabled = true; in parse_queue_size() 948 printf("soft parse-ptype is enabled\n"); in parse_args() 963 printf("per port buffer pool is enabled\ in parse_args() [all...] |
| /dpdk/examples/l2fwd-event/ |
| H A D | main.c | 290 rsrc->evt_vec.enabled = 1; in l2fwd_event_parse_args() 311 if (rsrc->evt_vec.enabled && !rsrc->evt_vec.size) { in l2fwd_event_parse_args() 317 if (rsrc->evt_vec.enabled && !rsrc->evt_vec.timeout_ns) { in l2fwd_event_parse_args() 676 if (rsrc->evt_vec.enabled) { in main()
|