Home
last modified time | relevance | path

Searched refs:isolated (Results 1 – 25 of 26) sorted by relevance

12

/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_rxmode.c33 if (priv->isolated) { in mlx5_promiscuous_enable()
106 if (priv->isolated) { in mlx5_allmulticast_enable()
H A Dmlx5.h945 unsigned int isolated:1; /* Whether isolated mode is enabled. */ member
H A Dmlx5_trigger.c1268 if (priv->isolated) in mlx5_traffic_enable()
H A Dmlx5_txpp.c1164 if (priv->isolated || rte_eal_process_type() != RTE_PROC_PRIMARY) in mlx5_txpp_read_clock()
/f-stack/dpdk/doc/guides/howto/
H A Dpvp_reference_benchmark.rst67 #. 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 Ddebug_troubleshoot.rst79 #. Is the drop isolated to certain NIC only?
/f-stack/freebsd/contrib/device-tree/Bindings/crypto/
H A Dhisilicon,hip07-sec.txt11 Regions 2-18 have registers for the 16 individual queues which are isolated
/f-stack/dpdk/drivers/net/mvpp2/
H A Dmrvl_ethdev.h190 uint8_t isolated; member
H A Dmrvl_ethdev.c1013 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 Dmrvl_flow.c2782 priv->isolated = enable; in mrvl_flow_isolate()
/f-stack/dpdk/drivers/net/mlx4/
H A Dmlx4_flow.c1050 !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 Dmlx4.h168 uint32_t isolated:1; /**< Toggle isolated mode. */ member
/f-stack/dpdk/drivers/net/sfc/
H A Dsfc.h176 boolean_t isolated; member
H A Dsfc_ethdev.c412 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 Dsfc_port.c230 if (!sfc_sa2shared(sa)->isolated) { in sfc_port_start()
H A Dsfc_rx.c836 if (sw_index == 0 && !sfc_sa2shared(sa)->isolated) { in sfc_rx_qstart()
H A Dsfc_flow.c2731 sfc_sa2shared(sa)->isolated = (enable) ? B_TRUE : B_FALSE; in sfc_flow_isolate()
/f-stack/freebsd/contrib/device-tree/Bindings/net/
H A Dqcom,ipa.yaml20 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 Dmt7530.txt47 1. Port 5 is disabled and isolated: An external phy can interface to the 2nd
/f-stack/dpdk/doc/guides/prog_guide/
H A Dswitch_representation.rst172 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 Drte_flow.rst2986 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 Dperformance_thread.rst467 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 Drun_app.rst422 Providing this parameter requests flow API isolated mode on all ports at
H A Dtestpmd_funcs.rst4202 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 Drelease_17_08.rst120 * Added support for isolated mode from flow API.

12