Home
last modified time | relevance | path

Searched refs:modified (Results 1 – 25 of 60) sorted by relevance

123

/dpdk/devtools/
H A Dupdate-patches.py13 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 Dnfp_nsp.c20 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 Dnfp_nsp.h102 int modified; member
244 void nfp_nsp_config_set_modified(struct nfp_nsp *state, int modified);
/dpdk/doc/guides/prog_guide/
H A Dtimer_lib.rst43 * 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 Dring_lib.rst104 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 Dsource_org.rst31 be modified directly by the user. Any enhancements should be done via the
/dpdk/drivers/common/sfc_efx/base/
H A DREADME15 The source code in this directory should not be modified.
/dpdk/drivers/common/iavf/
H A DREADME16 NOTE: The source code in this directory should not be modified apart from
/dpdk/drivers/net/vmxnet3/base/
H A DREADME16 NOTE: The source code in this directory should not be modified apart from
/dpdk/drivers/net/ice/base/
H A DREADME19 NOTE: The source code in this directory should not be modified apart from
/dpdk/drivers/net/i40e/base/
H A DREADME28 NOTE: The source code in this directory should not be modified apart from
/dpdk/drivers/net/e1000/base/
H A DREADME33 NOTE: The source code in this directory should not be modified apart from
H A De1000_ich8lan.c666 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 DREADME31 NOTE: The source code in this directory should not be modified apart from
/dpdk/license/
H A Dlgpl-2.1.txt54 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 Dgpl-2.0.txt45 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 Dcross_build_dpdk_for_arm64.rst141 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 Docteontx.rst39 The following option can be modified in the ``config/rte_config.h`` file.
/dpdk/doc/guides/howto/
H A Davx512.rst10 which can be modified and will then limit the vector path taken by the code.
/dpdk/drivers/raw/ifpga/base/
H A DREADME27 NOTE: The source code in this directory should not be modified apart from
/dpdk/doc/guides/rel_notes/
H A Drelease_17_08.rst120 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 Dvarbit.spec11 ; the UDP header is extracted and modified.
/dpdk/doc/guides/tools/
H A Ddumpcap.rst28 In DPDK, only the ``dpdk-testpmd`` is modified to initialize
H A Ddevbind.rst53 routes in the routing table - cannot be modified. Using the ``--force``
/dpdk/doc/guides/nics/
H A Davp.rst48 * The MAC address cannot be modified,

123