Searched refs:isolate (Results 1 – 22 of 22) sorted by relevance
| /dpdk/doc/guides/howto/ |
| H A D | debug_troubleshoot.rst | 18 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 D | flow_bifurcation.rst | 68 testpmd> flow isolate 0 true
|
| H A D | pvp_reference_benchmark.rst | 37 In this setup, we isolate 6 cores (from CPU2 to CPU7) on the same NUMA
|
| /dpdk/lib/ethdev/ |
| H A D | rte_flow_driver.h | 71 int (*isolate) member
|
| H A D | rte_flow.c | 484 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 D | failsafe_flow.c | 254 .isolate = fs_flow_isolate,
|
| /dpdk/drivers/net/bonding/ |
| H A D | rte_eth_bond_flow.c | 244 .isolate = bond_flow_isolate,
|
| /dpdk/drivers/net/cnxk/ |
| H A D | cnxk_flow.c | 476 .isolate = cnxk_flow_isolate,
|
| /dpdk/doc/guides/linux_gsg/ |
| H A D | enable_func.rst | 95 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 D | bnxt_ulp_flow.c | 687 .isolate = NULL,
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | link_bonding_poll_mode_drv_lib.rst | 204 - 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 D | mlx4_flow.c | 1591 .isolate = mlx4_flow_isolate,
|
| /dpdk/drivers/net/cxgbe/ |
| H A D | cxgbe_flow.c | 1447 .isolate = NULL,
|
| /dpdk/doc/guides/testpmd_app_ug/ |
| H A D | run_app.rst | 454 * ``--flow-isolate-all``
|
| H A D | testpmd_funcs.rst | 1662 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 D | mrvl_flow.c | 1955 .isolate = mrvl_flow_isolate
|
| /dpdk/drivers/net/tap/ |
| H A D | tap_flow.c | 215 .isolate = tap_flow_isolate,
|
| /dpdk/drivers/net/softnic/ |
| H A D | rte_eth_softnic_flow.c | 2292 .isolate = NULL,
|
| /dpdk/drivers/net/sfc/ |
| H A D | sfc_flow.c | 2800 .isolate = sfc_flow_isolate,
|
| /dpdk/drivers/net/hns3/ |
| H A D | hns3_flow.c | 2295 .isolate = NULL,
|
| /dpdk/app/test-pmd/ |
| H A D | cmdline_flow.c | 1031 } 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 D | mlx5_flow.c | 947 .isolate = mlx5_flow_isolate,
|