| /dpdk/lib/fib/ |
| H A D | rte_fib6.c | 48 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 D | rte_fib.c | 49 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 D | roc_cpt_priv.h | 21 int cpt_lfs_attach(struct dev *dev, uint8_t blkaddr, bool modify,
|
| /dpdk/license/ |
| H A D | isc.txt | 1 Permission to use, copy, modify, and/or distribute this software for any
|
| H A D | mit.txt | 4 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
| H A D | gpl-2.0.txt | 31 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 D | lgpl-2.1.txt | 38 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 D | null.rst | 8 implementation of a software bbdev device. As a null device it does not modify
|
| /dpdk/doc/guides/cryptodevs/ |
| H A D | null.rst | 9 a null device it does not modify the data in the mbuf on which the crypto
|
| /dpdk/doc/guides/tools/ |
| H A D | dumpcap.rst | 31 other than the ``dpdk-testpmd``, user needs to explicitly modify
|
| H A D | pdump.rst | 18 needs to explicitly modify that application to call packet capture
|
| H A D | flow-perf.rst | 113 Such as header modify and encap actions. Default is using fixed
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | stack_lib.rst | 80 #. Other threads modify the list such that the head pointer is once again X,
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_21_02.rst | 44 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 D | release_23_03.rst | 59 * **Added flow flex handle to modify action.** 61 Added flex modify item ``RTE_FLOW_FIELD_FLEX_ITEM``.
|
| H A D | release_22_11.rst | 85 * Added ability to set color marker via modify field flow API. 156 - Support of modify fields.
|
| H A D | release_20_11.rst | 222 * Added header modify actions.
|
| /dpdk/doc/guides/howto/ |
| H A D | packet_capture_framework.rst | 57 explicitly modify that application to call the packet capture framework
|
| H A D | af_xdp_dp.rst | 199 * Make sure to modify the image used by the `daemonset.yml`_ file
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | qos_metering.rst | 106 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 D | fm_pcd_ext.h | 1513 bool modify; /**< TRUE to change an existing scheme */ member 2019 bool modify; member
|
| /dpdk/doc/guides/linux_gsg/ |
| H A D | cross_build_dpdk_for_arm64.rst | 138 Please modify the cross file binaries accordingly
|
| /dpdk/doc/guides/contributing/ |
| H A D | design.rst | 115 Telemetry callbacks should not modify any program state, but be "read-only".
|
| H A D | abi_versioning.rst | 346 We finally modify the prototype of the call in the public header file,
|