| /dpdk/lib/fib/ |
| H A D | rte_fib.c | 44 rte_fib_modify_fn_t modify; /**< modify FIB datastructure */ member 102 fib->modify = dummy_modify; in init_dataplane() 110 fib->modify = dir24_8_modify; in init_dataplane() 121 if ((fib == NULL) || (fib->modify == NULL) || in rte_fib_add() 124 return fib->modify(fib, ip, depth, next_hop, RTE_FIB_ADD); in rte_fib_add() 130 if ((fib == NULL) || (fib->modify == NULL) || in rte_fib_delete() 133 return fib->modify(fib, ip, depth, 0, RTE_FIB_DEL); in rte_fib_delete()
|
| H A D | rte_fib6.c | 44 rte_fib6_modify_fn_t modify; /**< modify FIB datastructure */ member 102 fib->modify = dummy_modify; in init_dataplane() 109 fib->modify = trie_modify; in init_dataplane() 121 if ((fib == NULL) || (ip == NULL) || (fib->modify == NULL) || in rte_fib6_add() 124 return fib->modify(fib, ip, depth, next_hop, RTE_FIB6_ADD); in rte_fib6_add() 131 if ((fib == NULL) || (ip == NULL) || (fib->modify == NULL) || in rte_fib6_delete() 134 return fib->modify(fib, ip, depth, 0, RTE_FIB6_DEL); in rte_fib6_delete()
|
| /dpdk/drivers/common/cnxk/ |
| H A D | roc_cpt_priv.h | 21 int cpt_lfs_attach(struct dev *dev, uint8_t blkaddr, bool modify,
|
| H A D | roc_cpt.c | 324 cpt_lfs_attach(struct dev *dev, uint8_t blkaddr, bool modify, uint16_t nb_lf) in cpt_lfs_attach() argument 338 req->modify = modify; in cpt_lfs_attach()
|
| H A D | roc_tim.c | 342 attach_req->modify = true; in roc_tim_init()
|
| H A D | roc_nix.c | 252 req->modify = true; in nix_lf_attach()
|
| /dpdk/license/ |
| H A D | isc.txt | 1 Permission to use, copy, modify, and/or distribute this software for any
|
| 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 | mit.txt | 4 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
| 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/drivers/net/dpaa/fmlib/ |
| H A D | fm_lib.c | 260 if (params->param.modify) { in fm_pcd_kg_scheme_set() 290 if (!params->param.modify) in fm_pcd_kg_scheme_set()
|
| /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/eventdevs/ |
| H A D | cnxk.rst | 124 - ``TIM modify chunk slots`` 126 The ``tim_chnk_slots`` devargs can be used to modify number of chunk slots.
|
| /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
|
| /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.
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | ring_lib.rst | 128 The second step is to modify *ring->prod_head* in ring structure to point to the same location as p… 181 The second step is to modify ring->cons_head in the ring structure to point to the same location as… 235 The second step is to modify ring->prod_head in the ring structure to point to the same location as…
|
| H A D | stack_lib.rst | 79 2. Other threads modify the list such that the head pointer is once again X,
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | ipv4_multicast.rst | 202 so we can safely modify the data pointer of the input packet. 204 and instead modify input packet's header in place.
|
| 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/doc/guides/freebsd_gsg/ |
| H A D | build_dpdk.rst | 172 how to query and modify the device ownership of the ports to be used by 237 ``nic_uio`` module, modify or clear the ``hw.nic_uio.bdfs`` kernel environment (kenv)
|
| /dpdk/drivers/net/dpaa/ |
| H A D | dpaa_flow.c | 328 scheme_params->param.modify = false; in set_scheme_params() 586 scheme_params.param.modify = false; in set_default_scheme()
|
| /dpdk/doc/guides/howto/ |
| H A D | packet_capture_framework.rst | 57 explicitly modify that application to call the packet capture framework
|
| /dpdk/doc/guides/nics/ |
| H A D | enic.rst | 326 VIC adapters can tag, untag, or modify the VLAN headers of ingress 328 default, it is set to pass-through, where the NIC does not modify the 334 - ``pass``: Pass-through mode. The NIC does not modify the VLAN 438 Another alternative is modify the adapter's ingress VLAN rewrite mode so that
|