| /dpdk/examples/ipsec-secgw/test/ |
| H A D | load_env.sh | 58 legacy="${default} CRYPTO_PRIM_TYPE=" 71 if [[ ${legacy_only} -eq 1 && "${i}" != *legacy* ]]; then 73 elif [[ ${legacy_only} -eq 0 && "${i}" == *legacy* ]]; then 89 if [[ ${legacy_only} -eq 1 && "${i}" != *legacy* ]] 92 elif [[ ${legacy_only} -eq 0 && "${i}" == *legacy* ]]
|
| H A D | run_test.sh | 78 legacy=0 101 legacy=1 137 if [[ ${legacy} -eq 1 ]] && [[ ${multi_seg} -eq 1 || ${fallback} -eq 1 \
|
| /dpdk/doc/guides/linux_gsg/ |
| H A D | linux_eal_parameters.rst | 39 * ``--vfio-intr <legacy|msi|msix>`` 59 * ``--legacy-mem`` 61 Use legacy DPDK memory allocation mode. 75 Place a per-socket upper limit on memory use (non-legacy memory mode only). 80 Create fewer files in hugetlbfs (non-legacy mode only).
|
| H A D | build_sample_apps.rst | 65 legacy memory mode. 103 * ``--legacy-mem``: 104 Run DPDK in legacy memory mode (disable memory reserve/unreserve at runtime, 109 affect legacy memory mode).
|
| H A D | linux_drivers.rst | 312 - It enables the user to use legacy linux tools such as ``ethtool`` or 357 For some devices which lack support for legacy interrupts, e.g. virtual function
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | deprecation.rst | 104 ``SET_IPV6_DSCP``, ``SET_TAG``, ``SET_META`` are marked as legacy and 106 The legacy actions should be deprecated in 22.07, once MODIFY_FIELD 108 The legacy actions should be removed in DPDK 22.11.
|
| H A D | release_17_02.rst | 43 higher-level than the legacy filtering framework, which it encompasses and 98 * Replace existing legacy ``memcpy()`` calls with ``i40e_memcpy()`` calls. 163 power. It can work on both legacy and modern virtio devices. In this mode,
|
| H A D | known_issues.rst | 674 igb_uio legacy mode can not be used in X710/XL710/XXV710 683 When insmod ``igb_uio`` with ``intr_mode=legacy`` and test link status interrupt. Since 688 Do not bind ``igb_uio`` with legacy mode in X710/XL710/XXV710 NICs, or do not use kernel 689 version >4.7 when you bind ``igb_uio`` with legacy mode.
|
| H A D | release_21_08.rst | 43 offload features was removed from the legacy AVX2 paths.
|
| H A D | release_20_11.rst | 505 * ethdev: Removed the legacy filter API, including 508 * ethdev: Removed the legacy L2 tunnel configuration API, including
|
| H A D | release_21_05.rst | 116 offload features was removed from the legacy AVX512 paths.
|
| H A D | release_16_04.rst | 157 The legacy method of reading/writing sysfile supported by kernel module igb_uio
|
| /dpdk/doc/guides/nics/ |
| H A D | ixgbe.rst | 247 X550 does not support legacy interrupt mode 252 X550 cannot get interrupts if using ``uio_pci_generic`` module or using legacy 260 When using ``uio_pci_generic`` module or using legacy interrupt mode of 270 Do not bind ``igb_uio`` with legacy mode in X550 NICs. 271 Before binding ``vfio`` with legacy mode in X550 NICs, use ``modprobe vfio ``
|
| H A D | cnxk.rst | 76 EAL: No legacy callbacks, legacy socket not created 208 Latter one aligns with standard NIC behavior vs former one is a legacy 212 Setting this flag to 1 to select the legacy mode. 214 For example to select the legacy mode(RSS tag adder as XOR)::
|
| H A D | ipn3ke.rst | 15 point of view the data path is still the legacy Intel Ethernet Controller
|
| H A D | sfc_efx.rst | 392 - ``switch_mode`` [legacy|switchdev] (see below for default) 394 In legacy mode, NIC firmware provides Ethernet virtual bridging (EVB) API 403 Default is legacy, unless representors are specified, in which case switchdev
|
| H A D | mlx5.rst | 28 This means legacy linux control tools (for example: ethtool, ifconfig and 917 - 0, this is default value, defines the legacy mode, the ``MARK`` and 956 ignored and the device is configured to operate in legacy mode (0). 961 of the extensive metadata features. The legacy Verbs supports FLAG and 977 Value 0 means legacy Verbs flow offloading. 986 Otherwise, the value is 0 which indicates legacy Verbs flow offloading.
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | rte_flow.rst | 2309 This is a legacy action. Consider `Action: MODIFY_FIELD`_ as alternative. 2615 This is a legacy action. Consider `Action: MODIFY_FIELD`_ as alternative. 2634 This is a legacy action. Consider `Action: MODIFY_FIELD`_ as alternative. 2653 This is a legacy action. Consider `Action: MODIFY_FIELD`_ as alternative. 2672 This is a legacy action. Consider `Action: MODIFY_FIELD`_ as alternative. 2691 This is a legacy action. Consider `Action: MODIFY_FIELD`_ as alternative. 2710 This is a legacy action. Consider `Action: MODIFY_FIELD`_ as alternative. 2748 This is a legacy action. Consider `Action: MODIFY_FIELD`_ as alternative. 2767 This is a legacy action. Consider `Action: MODIFY_FIELD`_ as alternative. 2786 This is a legacy action. Consider `Action: MODIFY_FIELD`_ as alternative. [all …]
|
| H A D | env_abstraction_layer.rst | 94 and legacy mode. Both modes are explained below. 116 entirely), or use legacy memory mode. 163 This mode is enabled by specifying ``--legacy-mem`` command-line switch to the 165 legacy mode anyway. 179 ``--legacy-mem`` nor ``--no-huge``. 197 In legacy mode, VA space will only be preallocated for segments that were 325 vhost-user backend. This option is not available when using ``--legacy-mem``
|
| H A D | multi_proc_support.rst | 66 If the primary process was run with ``--legacy-mem`` or 124 allocate more memory than they need. However if ``--legacy-mem`` is used, DPDK
|
| H A D | vhost_lib.rst | 128 This flag disables the legacy behavior and instead ask vhost to simply
|
| /dpdk/doc/guides/contributing/ |
| H A D | unit_test.rst | 101 TELEMETRY: No legacy callbacks, legacy socket not created
|
| H A D | documentation.rst | 462 * The DPDK documentation contains some legacy images in PNG format.
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | l3_forward.rst | 132 legacy flag, please use ``--lookup=em`` instead. 135 legacy flag, please use ``--lookup=lpm`` instead.
|
| /dpdk/drivers/net/qede/base/ |
| H A D | ecore_sriov.c | 102 u8 legacy = 0; in ecore_vf_calculate_legacy() local 106 legacy |= ECORE_QCID_LEGACY_VF_RX_PROD; in ecore_vf_calculate_legacy() 110 legacy |= ECORE_QCID_LEGACY_VF_CID; in ecore_vf_calculate_legacy() 112 return legacy; in ecore_vf_calculate_legacy()
|