| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_rxmode.c | 33 if (priv->isolated) { in mlx5_promiscuous_enable() 106 if (priv->isolated) { in mlx5_allmulticast_enable()
|
| H A D | mlx5.h | 945 unsigned int isolated:1; /* Whether isolated mode is enabled. */ member
|
| H A D | mlx5_trigger.c | 1268 if (priv->isolated) in mlx5_traffic_enable()
|
| H A D | mlx5_txpp.c | 1164 if (priv->isolated || rte_eal_process_type() != RTE_PROC_PRIMARY) in mlx5_txpp_read_clock()
|
| /f-stack/dpdk/doc/guides/howto/ |
| H A D | pvp_reference_benchmark.rst | 67 #. Exclude isolated CPUs from the writeback cpumask: 131 With this command, isolated CPUs 2 to 5 will be used as lcores for PMD threads. 175 where isolated CPUs 6 and 7 will be used as lcores for Virtio PMDs: 289 #. Exclude isolated CPU1 and CPU2 from the writeback cpumask:
|
| H A D | debug_troubleshoot.rst | 79 #. Is the drop isolated to certain NIC only?
|
| /f-stack/freebsd/contrib/device-tree/Bindings/crypto/ |
| H A D | hisilicon,hip07-sec.txt | 11 Regions 2-18 have registers for the 16 individual queues which are isolated
|
| /f-stack/dpdk/drivers/net/mvpp2/ |
| H A D | mrvl_ethdev.h | 190 uint8_t isolated; member
|
| H A D | mrvl_ethdev.c | 1013 if (priv->isolated) in mrvl_promiscuous_enable() 1043 if (priv->isolated) in mrvl_allmulticast_enable() 1127 if (priv->isolated) in mrvl_mac_addr_remove() 1162 if (priv->isolated) in mrvl_mac_addr_add() 1215 if (priv->isolated) in mrvl_mac_addr_set() 1596 if (priv->isolated) in mrvl_vlan_filter_set() 1957 if (priv->isolated) in mrvl_rss_hash_update()
|
| H A D | mrvl_flow.c | 2782 priv->isolated = enable; in mrvl_flow_isolate()
|
| /f-stack/dpdk/drivers/net/mlx4/ |
| H A D | mlx4_flow.c | 1050 !priv->isolated && in mlx4_flow_toggle() 1187 if (!!enable == !!priv->isolated) in mlx4_flow_isolate() 1189 priv->isolated = !!enable; in mlx4_flow_isolate() 1191 priv->isolated = !enable; in mlx4_flow_isolate() 1538 if (priv->isolated) { in mlx4_flow_sync()
|
| H A D | mlx4.h | 168 uint32_t isolated:1; /**< Toggle isolated mode. */ member
|
| /f-stack/dpdk/drivers/net/sfc/ |
| H A D | sfc.h | 176 boolean_t isolated; member
|
| H A D | sfc_ethdev.c | 412 if (sfc_sa2shared(sa)->isolated) { in sfc_dev_filter_set() 1074 if (sfc_sa2shared(sa)->isolated) { in sfc_mac_addr_set() 1144 if (sfc_sa2shared(sa)->isolated) { in sfc_set_mc_addr_list() 1563 if (sfc_sa2shared(sa)->isolated) in sfc_dev_rss_hash_update() 1651 if (rss->context_type != EFX_RX_SCALE_EXCLUSIVE || sas->isolated) in sfc_dev_rss_reta_query() 1683 if (sfc_sa2shared(sa)->isolated) in sfc_dev_rss_reta_update()
|
| H A D | sfc_port.c | 230 if (!sfc_sa2shared(sa)->isolated) { in sfc_port_start()
|
| H A D | sfc_rx.c | 836 if (sw_index == 0 && !sfc_sa2shared(sa)->isolated) { in sfc_rx_qstart()
|
| H A D | sfc_flow.c | 2731 sfc_sa2shared(sa)->isolated = (enable) ? B_TRUE : B_FALSE; in sfc_flow_isolate()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/net/ |
| H A D | qcom,ipa.yaml | 20 The GSI is an integral part of the IPA, but it is logically isolated
|
| /f-stack/freebsd/contrib/device-tree/Bindings/net/dsa/ |
| H A D | mt7530.txt | 47 1. Port 5 is disabled and isolated: An external phy can interface to the 2nd
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | switch_representation.rst | 172 received by PF according to default rules, while VFs remain isolated. 731 associated with (**F**), while VF 1 (**D**) and VF 2 (**E**) are isolated
|
| H A D | rte_flow.rst | 2986 Flow isolated mode 3001 isolated mode is a means for applications to tell a driver that ingress on 3016 Because toggling isolated mode may cause profound changes to the ingress 3019 prevent a driver from entering isolated mode. 3045 - ``set``: nonzero to enter isolated mode, attempt to leave it otherwise.
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | performance_thread.rst | 467 one running on each EAL thread. So long as these schedulers remain isolated 471 A configuration with isolated cooperative schedulers is less flexible than the 472 pthread model where threads can be affinitized to run on any CPU. With isolated 864 If the schedulers are to be run as isolated and independent schedulers, with
|
| /f-stack/dpdk/doc/guides/testpmd_app_ug/ |
| H A D | run_app.rst | 422 Providing this parameter requests flow API isolated mode on all ports at
|
| H A D | testpmd_funcs.rst | 4202 Toggling isolated mode 4212 If successful, enabling or disabling isolated mode shows either:: 4230 Enabling isolated mode:: 4236 Disabling isolated mode::
|
| /f-stack/dpdk/doc/guides/rel_notes/ |
| H A D | release_17_08.rst | 120 * Added support for isolated mode from flow API.
|