| /dpdk/lib/eal/common/ |
| H A D | rte_service.c | 172 rte_service_set_stats_enable(uint32_t id, int32_t enabled) in rte_service_set_stats_enable() argument 177 if (enabled) in rte_service_set_stats_enable() 191 if (enabled) in rte_service_set_runstate_mapped_check() 609 if (enabled) in service_update() 610 *enabled = !!(lcore_states[lcore].service_mask & (sid_mask)); in service_update() 618 uint32_t on = enabled > 0; in rte_service_map_lcore_set() 625 uint32_t enabled; in rte_service_map_lcore_get() local 626 int ret = service_update(id, lcore, 0, &enabled); in rte_service_map_lcore_get() 628 return enabled; in rte_service_map_lcore_get() 763 int32_t enabled = service_mask & (UINT64_C(1) << i); in rte_service_lcore_stop() local [all …]
|
| /dpdk/examples/pipeline/ |
| H A D | thread.c | 49 uint32_t enabled; member 138 t->enabled = 1; in thread_init() 248 if (t->enabled == 0) in thread_pipeline_enable() 270 p->enabled = 1; in thread_pipeline_enable() 299 p->enabled = 1; in thread_pipeline_enable() 321 if (t->enabled == 0) in thread_pipeline_disable() 324 if (p->enabled == 0) in thread_pipeline_disable() 354 p->enabled = 0; in thread_pipeline_disable() 384 p->enabled = 0; in thread_pipeline_disable()
|
| /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() 523 p_params->pfc.enabled); in ecore_dcbx_get_pfc_data() 635 bool enabled, err; in ecore_dcbx_get_operational_params() local 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() 1016 if (p_params->pfc.enabled) in ecore_dcbx_set_pfc_data() 1169 if (params->enabled) { in ecore_dcbx_set_local_params() 1204 if (p_params->dscp.enabled) in ecore_dcbx_set_dscp_params() [all …]
|
| /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/doc/guides/howto/ |
| H A D | rte_flow.rst | 90 Terminal 1: running sample the app flow rule enabled:: 92 ./filter-program enabled 191 Terminal 1: running sample app flow rule enabled:: 193 ./filter-program enabled 285 Terminal 1: running sample app flow rule enabled:: 287 ./filter-program enabled
|
| /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/sample_app_ug/ |
| H A D | l2_forward_event.rst | 18 from the enabled portmask, that is, if the first four ports are enabled (portmask=0x0f), 20 Also, if MAC addresses updating is enabled, the MAC addresses are affected as follows: 68 * --[no-]mac-updating: Enable or disable MAC addresses updating (enabled by default). 78 * --event-vector-size: Max vector size if event vectorization is enabled. 80 * --event-vector-tmo: Max timeout to form vector in nanoseconds if event vectorization is enabled. 84 Poll mode with 4 lcores, 16 ports and 8 RX queues per lcore and MAC address updating enabled, 91 Eventdev mode with 4 lcores, 16 ports , sched method ordered and MAC address updating enabled, 362 is enabled. 366 is assigned that is either the next or previous enabled port from the portmask. 419 is enabled. [all …]
|
| H A D | l2_forward_real_virtual.rst | 23 The destination port is the adjacent port from the enabled portmask, that is, 24 if the first four ports are enabled (portmask 0xf), 26 Also, if MAC addresses updating is enabled, the MAC addresses are affected as follows: 66 The virtual functions can be enabled in the host machine or the hypervisor with the respective phys… 76 It is important to note that enabled Virtual Function 0 and 2 would belong to Physical Function 0 111 * --[no-]mac-updating: Enable or disable MAC addresses updating (enabled by default) 116 updating enabled, issue the command: 275 addresses updating is enabled. 282 a destination port is assigned that is either the next or previous enabled port from the portmask.
|
| H A D | vhost.rst | 138 enabled by default. 142 takes effect only when rx retry is enabled. The default value is 4. 146 retries on an RX burst, it takes effect only when rx retry is enabled. The 150 Dequeue zero copy will be enabled when this option is given. it is worth to 151 note that if NIC is bound to driver with iommu enabled, dequeue zero copy 159 enabled and cannot be disabled.
|
| H A D | kernel_nic_interface.rst | 62 If link monitoring is enabled with the ``-m`` command line flag, one 67 goes down and enabled when the Ethernet link goes up. 69 If link monitoring is enabled, the ``rte_kni`` kernel module should be loaded 71 set to *off*. This ensures that the KNI interface is only enabled *after* 74 If link monitoring is not enabled, the ``rte_kni`` kernel module should be 77 when the KNI interfaces are enabled without regard to the actual link state 126 be disabled automatically when the Ethernet link goes down and enabled 196 enabled, and the :ref:`default carrier state <kni_default_carrier_state>`
|
| 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/drivers/ |
| H A D | meson.build | 34 # add cmdline enabled drivers and meson enabled drivers together 41 # these drivers must always be enabled, otherwise the build breaks 74 # get already enabled drivers of the same class 108 reason = 'not in enabled drivers build config'
|
| /dpdk/drivers/net/bonding/ |
| H A D | rte_eth_bond_8023ad.h | 216 int enabled); 243 int enabled);
|
| H A D | rte_eth_bond_8023ad.c | 629 if (internals->mode4.dedicated_queues.enabled == 0) { in tx_machine() 938 if (internals->mode4.dedicated_queues.enabled == 0) { in bond_mode_8023ad_periodic_cb() 1256 mode4->dedicated_queues.enabled = 0; in bond_mode_8023ad_conf_assign() 1365 if (internals->mode4.dedicated_queues.enabled == 0) { in bond_mode_8023ad_handle_slow_pkt() 1385 if (internals->mode4.dedicated_queues.enabled == 0) { in bond_mode_8023ad_handle_slow_pkt() 1577 int enabled) in rte_eth_bond_8023ad_ext_collect() argument 1588 if (enabled) in rte_eth_bond_8023ad_ext_collect() 1598 int enabled) in rte_eth_bond_8023ad_ext_distrib() argument 1609 if (enabled) in rte_eth_bond_8023ad_ext_distrib() 1726 internals->mode4.dedicated_queues.enabled = 1; in rte_eth_bond_8023ad_dedicated_queues_enable() [all …]
|
| /dpdk/doc/guides/prog_guide/ |
| 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 …
|
| 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 157 example to enabled or disabled. 180 disable mergeable buffers and TSO features, which both are enabled by 228 Register async DMA acceleration for a vhost queue after vring is enabled. 312 after the restart. For example, if TSO is disabled and then enabled,
|
| H A D | kernel_nic_interface.rst | 52 single Single kernel thread mode enabled. 53 multiple Multiple kernel thread mode enabled. 114 Single kernel thread mode is enabled as follows: 131 kernel thread mode is enabled as follows: 158 state of the interface *down* when the interface is management enabled. 166 enabled. This is useful for DPDK applications which use the KNI interface as 259 For example, the DPDK application may wish to enabled/disable a physical 260 NIC port when a user enabled/disables a KNI interface with ``ip link set
|
| /dpdk/doc/guides/nics/ |
| H A D | bnxt.rst | 224 * When enabled, no packets are forwarded to an application except the ones 227 * When enabled, every multicast packet received on the port is forwarded to 231 * When enabled, every packet received on the port is forwarded to the 266 enabled, no packets are forwarded to an application except ones with VLAN tag 278 enabled, every multicast packet received is forwarded to the application. 289 enabled on a port, every packet received on the port is forwarded to the 444 Note that the checksum offload is always assumed to be enabled for TSO. 769 Otherwise EM support is enabled with flows created in internal memory. 871 * Simplifications enabled by not supporting chained mbufs in vector mode. 882 does not require `RTE_ETH_RX_OFFLOAD_SCATTER` to be enabled):: [all …]
|
| 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 | 46 - When SR-IOV is not enabled on the adapter, 57 - When SR-IOV is enabled on the adapter, 81 The following options can be enabled with Meson flags. Please note that 126 #. Verify SR-IOV and ARI capabilities are enabled on the adapter using ``lspci``:
|
| /dpdk/doc/guides/linux_gsg/ |
| H A D | enable_func.rst | 71 Enhanced Intel SpeedStep\ |reg| Technology must be enabled in the platform BIOS if the power manage… 81 In addition, C3 and C6 should be enabled as well for power management. The path of C3 and C6 on the… 113 #. Ensure that HPET is enabled in BIOS settings. 117 enabled by default in their kernel builds.
|
| /dpdk/examples/vm_power_manager/ |
| H A D | channel_monitor.h | 25 unsigned int enabled; member
|
| /dpdk/lib/node/ |
| H A D | ip4_rewrite_priv.h | 21 uint16_t enabled; /**< NH enable flag */ member
|
| /dpdk/drivers/net/mlx4/ |
| H A D | mlx4.c | 71 uint32_t enabled; /**< Bit-field for user-enabled ports. */ member 544 conf->ports.enabled |= 1 << tmp; in mlx4_arg_parse() 850 if (!conf.ports.enabled) in mlx4_pci_probe() 851 conf.ports.enabled = conf.ports.present; in mlx4_pci_probe() 869 if (!(conf.ports.enabled & (1 << i))) in mlx4_pci_probe() 888 if (!priv->verbs_alloc_ctx.enabled) { in mlx4_pci_probe() 1085 priv->verbs_alloc_ctx.enabled = 1; in mlx4_pci_probe()
|