Home
last modified time | relevance | path

Searched refs:complete (Results 1 – 25 of 57) sorted by relevance

123

/dpdk/lib/cmdline/
H A Dcmdline_rdline.c41 rdline_complete_t *complete, in rdline_init() argument
44 if (!rdl || !write_char || !validate || !complete) in rdline_init()
48 rdl->complete = complete; in rdline_init()
58 rdline_complete_t *complete, in rdline_new() argument
64 if (rdline_init(rdl, write_char, validate, complete, opaque) < 0) { in rdline_new()
383 if (rdl->complete) { in rdline_char_in()
395 ret = rdl->complete(rdl, rdl->left_buf, in rdline_char_in()
425 ret = rdl->complete(rdl, rdl->left_buf, in rdline_char_in()
H A Dcmdline_private.h54 rdline_complete_t *complete; member
106 rdline_complete_t *complete,
H A Dcmdline_rdline.h64 rdline_complete_t *complete,
/dpdk/drivers/crypto/octeontx/
H A Dotx_cryptodev_hw_access.h292 goto complete; in check_nb_command_id()
300 complete: in check_nb_command_id()
/dpdk/doc/guides/tools/
H A Dhugepages.rst76 To a complete setup of with 2 Gigabyte of 1G huge pages::
/dpdk/doc/guides/prog_guide/
H A Dcompressdev.rst300 complete. Application can enqueue multiple stateless ops in a single burst
395 /* wait for this to complete before enqueuing next*/
439 operation with flush value = RTE_COMP_FLUSH_FULL/FINAL is complete.
543 /* wait for this to complete before enqueuing next*/
557 read and produced = length of complete output buffer.
H A Dpdump_lib.rst8 The library does the complete copy of the Rx and Tx mbufs to a new mempool and
H A Dmbuf_lib.rst30 the complete separation of the allocation of metadata structures from the allocation of packet data…
37 where multiple buffers are required to hold the complete packet.
H A Drib_lib.rst133 recalculation process to complete.
H A Doverview.rst12 complete framework for fast packet processing in data plane applications.
H A Dpacket_framework.rst78 …| 3 | IP reassembly | Input packets are either IP fragments or complete IP datagrams. Output pa…
79 …| | | complete IP datagrams. …
505 so given enough time for the prefetch to complete,
518 enough work is created to allow the prefetch instructions to complete successfully (before the pref…
1156 to code a complete software switch or data plane application, or in combination with the open-sourc…
1174 …ory access operations such as packet I/O and table lookup to allow the memory prefetch to complete.
1206 for the complete list of instructions.
H A Dmember_lib.rst22 set-summary rather than operating on a "full-blown" complete list of elements:
26 original full-blown complete list of elements.
37 include a list of elements while a complete list requires too much space
/dpdk/doc/guides/windows_gsg/
H A Dbuild_dpdk.rst89 When using Clang-LLVM, specifying the compiler might be required to complete
/dpdk/license/
H A Dlgpl-2.1.txt44 complete object files to the recipients, so that they can relink them
137 making modifications to it. For a library, complete source code means
151 complete source code as you receive it, in any medium, provided that
230 it with the complete corresponding machine-readable source code, which
286 a) Accompany the work with the complete corresponding
290 with the Library, with the complete machine-readable "work that
H A Dgpl-2.0.txt138 a) Accompany it with the complete corresponding machine-readable
144 cost of physically performing source distribution, a complete
156 making modifications to it. For an executable work, complete source
/dpdk/drivers/net/hinic/base/
H A Dhinic_pmd_cmdq.c228 static void cmdq_set_completion(struct hinic_cmdq_completion *complete, in cmdq_set_completion() argument
231 struct hinic_sge_resp *sge_resp = &complete->sge_resp; in cmdq_set_completion()
/dpdk/doc/guides/sample_app_ug/
H A Dskeleton.rst82 Once the initialization is complete, the application is ready to launch a
H A Dfips_validation.rst21 successfully complete the cryptographic algorithm validation process.
H A Dptpclient.rst134 Once the initialization is complete, the application is ready to launch a
H A Dflow_classify.rst143 Once the initialization is complete, the application is ready to launch a
H A Dl3_forward_graph.rst121 After device configuration and device Rx, Tx queue setup is complete,
/dpdk/doc/guides/freebsd_gsg/
H A Dinstall_from_ports.rst30 complete version of these instructions can be found in the sections
/dpdk/doc/guides/bbdevs/
H A Dturbo_sw.rst72 After download is complete, the user needs to unpack and compile on their
/dpdk/doc/guides/contributing/
H A Dpatches.rst225 An RFC patch doesn't have to be complete.
694 * Must send an RFC (Request For Comments) or a complete patch of new features.
695 * Early RFC gives time for design review before complete implementation.
697 * Library code should be quite complete at the deadline.
H A Dstable.rst41 The duration of a stable is one complete release cycle (4 months). It can be

123