Home
last modified time | relevance | path

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

/dpdk/drivers/net/mlx5/
H A Dmlx5_rxmode.c32 if (priv->isolated) { in mlx5_promiscuous_enable()
105 if (priv->isolated) { in mlx5_allmulticast_enable()
H A Dmlx5_txpp.c1012 if (priv->isolated || rte_eal_process_type() != RTE_PROC_PRIMARY) in mlx5_txpp_read_clock()
H A Dmlx5_trigger.c1366 if (priv->isolated) in mlx5_traffic_enable()
H A Dmlx5.h1449 unsigned int isolated:1; /* Whether isolated mode is enabled. */ member
H A Dmlx5_flow.c7809 priv->isolated = !!enable; in mlx5_flow_isolate()
/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.rst77 #. Is the drop isolated to certain NIC only?
/dpdk/drivers/net/mlx4/
H A Dmlx4_flow.c1052 !priv->isolated && in mlx4_flow_toggle()
1189 if (!!enable == !!priv->isolated) in mlx4_flow_isolate()
1191 priv->isolated = !!enable; in mlx4_flow_isolate()
1193 priv->isolated = !enable; in mlx4_flow_isolate()
1540 if (priv->isolated) { in mlx4_flow_sync()
H A Dmlx4.h168 uint32_t isolated:1; /**< Toggle isolated mode. */ member
/dpdk/drivers/net/mvpp2/
H A Dmrvl_ethdev.h161 uint8_t isolated; member
H A Dmrvl_ethdev.c1248 if (priv->isolated) in mrvl_promiscuous_enable()
1278 if (priv->isolated) in mrvl_allmulticast_enable()
1308 if (priv->isolated) in mrvl_promiscuous_disable()
1338 if (priv->isolated) in mrvl_allmulticast_disable()
1368 if (priv->isolated) in mrvl_mac_addr_remove()
1406 if (priv->isolated) in mrvl_mac_addr_add()
1456 if (priv->isolated) in mrvl_mac_addr_set()
1843 if (priv->isolated) in mrvl_vlan_filter_set()
2304 if (priv->isolated) in mrvl_rss_hash_update()
H A Dmrvl_flow.c1945 priv->isolated = enable; in mrvl_flow_isolate()
/dpdk/drivers/net/sfc/
H A Dsfc.h137 boolean_t isolated; member
H A Dsfc_ethdev.c411 if (sfc_sa2shared(sa)->isolated) { in sfc_dev_filter_set()
1188 if (sfc_sa2shared(sa)->isolated) { in sfc_mac_addr_set()
1258 if (sfc_sa2shared(sa)->isolated) { in sfc_set_mc_addr_list()
1678 if (sfc_sa2shared(sa)->isolated) in sfc_dev_rss_hash_update()
1770 if (rss->context_type != EFX_RX_SCALE_EXCLUSIVE || sas->isolated) in sfc_dev_rss_reta_query()
1802 if (sfc_sa2shared(sa)->isolated) in sfc_dev_rss_reta_update()
H A Dsfc_port.c252 if (!sfc_sa2shared(sa)->isolated) { in sfc_port_start()
H A Dsfc_rx.c862 if (ethdev_qid == 0 && !sfc_sa2shared(sa)->isolated) { in sfc_rx_qstart()
H A Dsfc_flow.c2768 sfc_sa2shared(sa)->isolated = (enable) ? B_TRUE : B_FALSE; in sfc_flow_isolate()
/dpdk/doc/guides/nics/
H A Dhns3.rst124 cores are isolated, and only a few cores are used for system
/dpdk/doc/guides/prog_guide/
H A Dswitch_representation.rst198 received by PF according to default rules, while VFs remain isolated.
757 associated with (**F**), while VF 1 (**D**) and VF 2 (**E**) are isolated
H A Drte_flow.rst3956 Flow isolated mode
3971 isolated mode is a means for applications to tell a driver that ingress on
3986 Because toggling isolated mode may cause profound changes to the ingress
3989 prevent a driver from entering isolated mode.
4014 - ``set``: nonzero to enter isolated mode, attempt to leave it otherwise.
/dpdk/doc/guides/rel_notes/
H A Drelease_17_08.rst83 * Added support for isolated mode from flow API.
/dpdk/doc/guides/testpmd_app_ug/
H A Drun_app.rst456 Providing this parameter requests flow API isolated mode on all ports at
H A Dtestpmd_funcs.rst4649 Toggling isolated mode
4659 If successful, enabling or disabling isolated mode shows either::
4677 Enabling isolated mode::
4683 Disabling isolated mode::