| /f-stack/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 243 on the objects, packets, lookup tables to isolate the issue. 305 * Use ``rte_thread_get_affinity`` to isolate functions running on the same 415 #. To isolate the possible packet corruption in the processing pipeline, 418 * First, isolate at NIC entry and exit. 424 * 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
|
| /f-stack/dpdk/lib/librte_ethdev/ |
| H A D | rte_flow_driver.h | 96 int (*isolate) member
|
| H A D | rte_flow.c | 403 if (likely(!!ops->isolate)) { in rte_flow_isolate() 405 ret = ops->isolate(dev, set, error); in rte_flow_isolate()
|
| /f-stack/dpdk/drivers/net/failsafe/ |
| H A D | failsafe_flow.c | 254 .isolate = fs_flow_isolate,
|
| /f-stack/dpdk/drivers/net/bonding/ |
| H A D | rte_eth_bond_flow.c | 244 .isolate = bond_flow_isolate,
|
| /f-stack/dpdk/drivers/net/bnxt/tf_ulp/ |
| H A D | bnxt_ulp_flow.c | 428 .isolate = NULL
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-mdio.h | 83 uint16_t isolate : 1; member
|
| /f-stack/dpdk/doc/guides/linux_gsg/ |
| H A D | enable_func.rst | 146 it is possible to use the ``isolcpus`` Linux kernel parameter to isolate them from the general Linu…
|
| /f-stack/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.
|
| /f-stack/dpdk/drivers/net/octeontx2/ |
| H A D | otx2_flow.c | 814 .isolate = otx2_flow_isolate,
|
| /f-stack/dpdk/doc/guides/testpmd_app_ug/ |
| H A D | run_app.rst | 420 * ``--flow-isolate-all``
|
| H A D | testpmd_funcs.rst | 1642 testpmd> set bypass mode (normal|bypass|isolate) (port_id) 1650 mode (normal|bypass|isolate) (port_id) 3308 flow isolate {port_id} {boolean} 4205 ``flow isolate`` can be used to tell the underlying PMD that ingress traffic 4210 flow isolate {port_id} {boolean} 4232 testpmd> flow isolate 0 true 4238 testpmd> flow isolate 0 false
|
| /f-stack/dpdk/drivers/net/mlx4/ |
| H A D | mlx4_flow.c | 1589 .isolate = mlx4_flow_isolate,
|
| /f-stack/dpdk/drivers/net/cxgbe/ |
| H A D | cxgbe_flow.c | 1452 .isolate = NULL,
|
| /f-stack/dpdk/drivers/net/tap/ |
| H A D | tap_flow.c | 215 .isolate = tap_flow_isolate,
|
| /f-stack/dpdk/drivers/net/softnic/ |
| H A D | rte_eth_softnic_flow.c | 2287 .isolate = NULL,
|
| /f-stack/dpdk/drivers/net/mvpp2/ |
| H A D | mrvl_flow.c | 2792 .isolate = mrvl_flow_isolate
|
| /f-stack/dpdk/drivers/net/sfc/ |
| H A D | sfc_flow.c | 2744 .isolate = sfc_flow_isolate,
|
| /f-stack/dpdk/drivers/net/hns3/ |
| H A D | hns3_flow.c | 2026 .isolate = NULL,
|
| /f-stack/freebsd/contrib/zstd/ |
| H A D | CONTRIBUTING.md | 277 isolate that snippit by moving it to its own function (this is usually not necessary but
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | cmdline_flow.c | 755 } isolate; /**< Isolated mode arguments. */ member 1977 .args = ARGS(ARGS_ENTRY(struct buffer, args.isolate.set), 7318 port_flow_isolate(in->port, in->args.isolate.set); in cmd_flow_parsed()
|
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_flow.c | 634 .isolate = mlx5_flow_isolate,
|