Home
last modified time | relevance | path

Searched refs:modify (Results 1 – 24 of 24) sorted by relevance

/dpdk/lib/fib/
H A Drte_fib6.c48 rte_fib6_modify_fn_t modify; /**< modify FIB datastructure */
106 fib->modify = dummy_modify; in init_dataplane()
113 fib->modify = trie_modify; in init_dataplane()
125 if ((fib == NULL) || (ip == NULL) || (fib->modify == NULL) || in rte_fib6_add()
128 return fib->modify(fib, ip, depth, next_hop, RTE_FIB6_ADD); in rte_fib6_add()
135 if ((fib == NULL) || (ip == NULL) || (fib->modify == NULL) || in rte_fib6_delete()
138 return fib->modify(fib, ip, depth, 0, RTE_FIB6_DEL); in rte_fib6_delete()
47 rte_fib6_modify_fn_t modify; /**< modify FIB datastructure */ global() member
H A Drte_fib.c49 rte_fib_modify_fn_t modify; /**< modify FIB datastructure */
107 fib->modify = dummy_modify; in init_dataplane()
115 fib->modify = dir24_8_modify; in init_dataplane()
126 if ((fib == NULL) || (fib->modify == NULL) || in rte_fib_add()
129 return fib->modify(fib, ip, depth, next_hop, RTE_FIB_ADD); in rte_fib_add()
135 if ((fib == NULL) || (fib->modify == NULL) || in rte_fib_delete()
138 return fib->modify(fib, ip, depth, 0, RTE_FIB_DEL); in rte_fib_delete()
48 rte_fib_modify_fn_t modify; /**< modify FIB datastructure */ global() member
/dpdk/drivers/common/cnxk/
H A Droc_cpt_priv.h21 int cpt_lfs_attach(struct dev *dev, uint8_t blkaddr, bool modify,
/dpdk/license/
H A Disc.txt1 Permission to use, copy, modify, and/or distribute this software for any
H A Dmit.txt4 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
H A Dgpl-2.0.txt31 distribute copies of the software, or if you modify it.
41 distribute and/or modify the software.
90 2. You may modify your copy or copies of the Program or any portion
172 4. You may not copy, modify, sublicense, or distribute the Program
174 otherwise to copy, modify, sublicense or distribute the Program is
181 signed it. However, nothing else grants you permission to modify or
191 original licensor to copy, distribute or modify the Program subject to
296 This program is free software; you can redistribute it and/or modify
H A Dlgpl-2.1.txt38 you if you distribute copies of the library or if you modify it.
50 permission to copy, distribute and/or modify the library.
162 2. You may modify your copy or copies of the Library or any portion
292 user can modify the Library and then relink to produce a modified
349 8. You may not copy, modify, sublicense, link with, or distribute
351 attempt otherwise to copy, modify, sublicense, link with, or
358 signed it. However, nothing else grants you permission to modify or
368 original licensor to copy, distribute, link with or modify the Library
477 modify it under the terms of the GNU Lesser General Public
/dpdk/doc/guides/bbdevs/
H A Dnull.rst8 implementation of a software bbdev device. As a null device it does not modify
/dpdk/doc/guides/cryptodevs/
H A Dnull.rst9 a null device it does not modify the data in the mbuf on which the crypto
/dpdk/doc/guides/tools/
H A Ddumpcap.rst31 other than the ``dpdk-testpmd``, user needs to explicitly modify
H A Dpdump.rst18 needs to explicitly modify that application to call packet capture
H A Dflow-perf.rst113 Such as header modify and encap actions. Default is using fixed
/dpdk/doc/guides/prog_guide/
H A Dstack_lib.rst80 #. Other threads modify the list such that the head pointer is once again X,
/dpdk/doc/guides/rel_notes/
H A Drelease_21_02.rst44 Added "modify" action support to rte_flow to perform various operations on
90 * Added support to handle the modify action in correct order regarding the
95 * Added support for flow modify field action.
H A Drelease_23_03.rst59 * **Added flow flex handle to modify action.**
61 Added flex modify item ``RTE_FLOW_FIELD_FLEX_ITEM``.
H A Drelease_22_11.rst85 * Added ability to set color marker via modify field flow API.
156 - Support of modify fields.
H A Drelease_20_11.rst222 * Added header modify actions.
/dpdk/doc/guides/howto/
H A Dpacket_capture_framework.rst57 explicitly modify that application to call the packet capture framework
H A Daf_xdp_dp.rst199 * Make sure to modify the image used by the `daemonset.yml`_ file
/dpdk/doc/guides/sample_app_ug/
H A Dqos_metering.rst106 To set up the policing scheme as desired, it is necessary to modify the main.h source file,
/dpdk/drivers/net/dpaa/fmlib/
H A Dfm_pcd_ext.h1513 bool modify; /**< TRUE to change an existing scheme */ member
2019 bool modify; member
/dpdk/doc/guides/linux_gsg/
H A Dcross_build_dpdk_for_arm64.rst138 Please modify the cross file binaries accordingly
/dpdk/doc/guides/contributing/
H A Ddesign.rst115 Telemetry callbacks should not modify any program state, but be "read-only".
H A Dabi_versioning.rst346 We finally modify the prototype of the call in the public header file,