Home
last modified time | relevance | path

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

12

/dpdk/lib/fib/
H A Drte_fib.c44 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 Drte_fib6.c44 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 Droc_cpt_priv.h21 int cpt_lfs_attach(struct dev *dev, uint8_t blkaddr, bool modify,
H A Droc_cpt.c324 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 Droc_tim.c342 attach_req->modify = true; in roc_tim_init()
H A Droc_nix.c252 req->modify = true; in nix_lf_attach()
/dpdk/license/
H A Disc.txt1 Permission to use, copy, modify, and/or distribute this software for any
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 Dmit.txt4 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
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/drivers/net/dpaa/fmlib/
H A Dfm_lib.c260 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 Dnull.rst9 a null device it does not modify the data in the mbuf on which the crypto
/dpdk/doc/guides/eventdevs/
H A Dcnxk.rst124 - ``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 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
/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.
/dpdk/doc/guides/prog_guide/
H A Dring_lib.rst128 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 Dstack_lib.rst79 2. Other threads modify the list such that the head pointer is once again X,
/dpdk/doc/guides/sample_app_ug/
H A Dipv4_multicast.rst202 so we can safely modify the data pointer of the input packet.
204 and instead modify input packet's header in place.
H A Dqos_metering.rst106 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 Dbuild_dpdk.rst172 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 Ddpaa_flow.c328 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 Dpacket_capture_framework.rst57 explicitly modify that application to call the packet capture framework
/dpdk/doc/guides/nics/
H A Denic.rst326 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

12