| /dpdk/devtools/ |
| H A D | update-patches.py | 13 modified = False 32 modified = True 34 return modified 39 modified = False 43 modified |= fixup_library_renames(contents) 46 if not modified:
|
| /dpdk/drivers/net/nfp/nfpcore/ |
| H A D | nfp_nsp.c | 20 return state->modified; in nfp_nsp_config_modified() 24 nfp_nsp_config_set_modified(struct nfp_nsp *state, int modified) in nfp_nsp_config_set_modified() argument 26 state->modified = modified; in nfp_nsp_config_set_modified()
|
| H A D | nfp_nsp.h | 102 int modified; member 244 void nfp_nsp_config_set_modified(struct nfp_nsp *state, int modified);
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | timer_lib.rst | 43 * CONFIG: owned by a core, must not be modified by another core, maybe in a list or not, dependin… 47 * RUNNING: owned by a core, must not be modified by another core, present in a list 51 … Swap instruction should be used to guarantee that the status (state+owner) is modified atomically.
|
| H A D | ring_lib.rst | 104 In this example, only the producer head and tail (prod_head and prod_tail) are modified, 143 Once the object is added in the ring, ring->prod_tail in the ring structure is modified to point to… 158 In this example, only the consumer head and tail (cons_head and cons_tail) are modified and there i… 196 Finally, ring->cons_tail in the ring structure is modified to point to the same location as ring->c… 211 In this example, only the producer head and tail (prod_head and prod_tail) are modified.
|
| H A D | source_org.rst | 31 be modified directly by the user. Any enhancements should be done via the
|
| /dpdk/drivers/common/sfc_efx/base/ |
| H A D | README | 15 The source code in this directory should not be modified.
|
| /dpdk/drivers/common/iavf/ |
| H A D | README | 16 NOTE: The source code in this directory should not be modified apart from
|
| /dpdk/drivers/net/vmxnet3/base/ |
| H A D | README | 16 NOTE: The source code in this directory should not be modified apart from
|
| /dpdk/drivers/net/ice/base/ |
| H A D | README | 19 NOTE: The source code in this directory should not be modified apart from
|
| /dpdk/drivers/net/i40e/base/ |
| H A D | README | 28 NOTE: The source code in this directory should not be modified apart from
|
| /dpdk/drivers/net/e1000/base/ |
| H A D | README | 33 NOTE: The source code in this directory should not be modified apart from
|
| H A D | e1000_ich8lan.c | 666 dev_spec->shadow_ram[i].modified = false; in e1000_init_nvm_params_ich8lan() 3470 if (dev_spec->shadow_ram[offset + i].modified) { in e1000_read_nvm_spt() 3498 if (dev_spec->shadow_ram[offset + i].modified) in e1000_read_nvm_spt() 3503 if (dev_spec->shadow_ram[offset + i + 1].modified) in e1000_read_nvm_spt() 3561 if (dev_spec->shadow_ram[offset + i].modified) { in e1000_read_nvm_ich8lan() 3967 dev_spec->shadow_ram[offset + i].modified = true; in e1000_write_nvm_ich8lan() 4038 if (dev_spec->shadow_ram[i].modified) { in e1000_update_nvm_checksum_spt() 4042 if (dev_spec->shadow_ram[i + 1].modified) { in e1000_update_nvm_checksum_spt() 4116 dev_spec->shadow_ram[i].modified = false; in e1000_update_nvm_checksum_spt() 4192 if (dev_spec->shadow_ram[i].modified) { in e1000_update_nvm_checksum_ich8lan() [all …]
|
| /dpdk/drivers/net/ixgbe/base/ |
| H A D | README | 31 NOTE: The source code in this directory should not be modified apart from
|
| /dpdk/license/ |
| H A D | lgpl-2.1.txt | 54 modified by someone else and passed on, the recipients should know 107 that program using a modified version of the Library. 167 a) The modified work must itself be a software library. 169 b) You must cause the files modified to carry prominent notices 175 d) If a facility in the modified Library refers to a function or a 190 These requirements apply to the modified work as a whole. If 292 user can modify the Library and then relink to produce a modified 293 executable containing the modified Library. (It is understood 296 to use the modified definitions.) 302 will operate properly with a modified version of the library, if [all …]
|
| H A D | gpl-2.0.txt | 45 software. If the software is modified by someone else and passed on, we 95 a) You must cause the modified files to carry prominent notices 103 c) If the modified program normally reads commands interactively 114 These requirements apply to the modified work as a whole. If
|
| /dpdk/doc/guides/linux_gsg/ |
| H A D | cross_build_dpdk_for_arm64.rst | 141 An example cross file with modified names and added NUMA paths 152 # do not contain a pkgconfig binary, so it is not modified 174 command, provided the cross file has been modified accordingly:: 180 provided the cross file has been modified accordingly::
|
| /dpdk/doc/guides/mempool/ |
| H A D | octeontx.rst | 39 The following option can be modified in the ``config/rte_config.h`` file.
|
| /dpdk/doc/guides/howto/ |
| H A D | avx512.rst | 10 which can be modified and will then limit the vector path taken by the code.
|
| /dpdk/drivers/raw/ifpga/base/ |
| H A D | README | 27 NOTE: The source code in this directory should not be modified apart from
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_17_08.rst | 120 have been modified to be ``uint8_t`` values. 192 The function ``_rte_eth_dev_callback_process()`` has been modified. The 237 * Parameters of ``rte_cryptodev_sym_session_create()`` were modified to 263 Some fields have been modified in the ``rte_crypto_op`` and 269 Some fields have been modified in the ``rte_cryptodev_sym_session``
|
| /dpdk/examples/pipeline/examples/ |
| H A D | varbit.spec | 11 ; the UDP header is extracted and modified.
|
| /dpdk/doc/guides/tools/ |
| H A D | dumpcap.rst | 28 In DPDK, only the ``dpdk-testpmd`` is modified to initialize
|
| H A D | devbind.rst | 53 routes in the routing table - cannot be modified. Using the ``--force``
|
| /dpdk/doc/guides/nics/ |
| H A D | avp.rst | 48 * The MAC address cannot be modified,
|