Home
last modified time | relevance | path

Searched refs:isolate (Results 1 – 22 of 22) sorted by relevance

/dpdk/doc/guides/howto/
H A Ddebug_troubleshoot.rst18 In all the above cases, it is tedious to isolate, debug, and understand various
20 consolidate a few commonly seen issues for reference. Then, isolate to identify
241 on the objects, packets, lookup tables to isolate the issue.
303 * Use ``rte_thread_get_affinity`` to isolate functions running on the same
413 #. To isolate the possible packet corruption in the processing pipeline,
416 * First, isolate at NIC entry and exit.
422 * Second, isolate at pipeline entry and exit.
H A Dflow_bifurcation.rst68 testpmd> flow isolate 0 true
H A Dpvp_reference_benchmark.rst37 In this setup, we isolate 6 cores (from CPU2 to CPU7) on the same NUMA
/dpdk/lib/ethdev/
H A Drte_flow_driver.h71 int (*isolate) member
H A Drte_flow.c484 if (likely(!!ops->isolate)) { in rte_flow_isolate()
486 ret = ops->isolate(dev, set, error); in rte_flow_isolate()
/dpdk/drivers/net/failsafe/
H A Dfailsafe_flow.c254 .isolate = fs_flow_isolate,
/dpdk/drivers/net/bonding/
H A Drte_eth_bond_flow.c244 .isolate = bond_flow_isolate,
/dpdk/drivers/net/cnxk/
H A Dcnxk_flow.c476 .isolate = cnxk_flow_isolate,
/dpdk/doc/guides/linux_gsg/
H A Denable_func.rst95 it is possible to use the ``isolcpus`` Linux kernel parameter to isolate them from the general Linu…
/dpdk/drivers/net/bnxt/tf_ulp/
H A Dbnxt_ulp_flow.c687 .isolate = NULL,
/dpdk/doc/guides/prog_guide/
H A Dlink_bonding_poll_mode_drv_lib.rst204 - Call to flow isolate for all slaves.
205 - Failure in flow isolation for existed slave rejects the isolate mode.
/dpdk/drivers/net/mlx4/
H A Dmlx4_flow.c1591 .isolate = mlx4_flow_isolate,
/dpdk/drivers/net/cxgbe/
H A Dcxgbe_flow.c1447 .isolate = NULL,
/dpdk/doc/guides/testpmd_app_ug/
H A Drun_app.rst454 * ``--flow-isolate-all``
H A Dtestpmd_funcs.rst1662 testpmd> set bypass mode (normal|bypass|isolate) (port_id)
1670 mode (normal|bypass|isolate) (port_id)
3435 flow isolate {port_id} {boolean}
4652 ``flow isolate`` can be used to tell the underlying PMD that ingress traffic
4657 flow isolate {port_id} {boolean}
4679 testpmd> flow isolate 0 true
4685 testpmd> flow isolate 0 false
/dpdk/drivers/net/mvpp2/
H A Dmrvl_flow.c1955 .isolate = mrvl_flow_isolate
/dpdk/drivers/net/tap/
H A Dtap_flow.c215 .isolate = tap_flow_isolate,
/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_flow.c2292 .isolate = NULL,
/dpdk/drivers/net/sfc/
H A Dsfc_flow.c2800 .isolate = sfc_flow_isolate,
/dpdk/drivers/net/hns3/
H A Dhns3_flow.c2295 .isolate = NULL,
/dpdk/app/test-pmd/
H A Dcmdline_flow.c1031 } isolate; /**< Isolated mode arguments. */ member
3213 .args = ARGS(ARGS_ENTRY(struct buffer, args.isolate.set),
10568 port_flow_isolate(in->port, in->args.isolate.set); in cmd_flow_parsed()
/dpdk/drivers/net/mlx5/
H A Dmlx5_flow.c947 .isolate = mlx5_flow_isolate,