Home
last modified time | relevance | path

Searched refs:simple (Results 1 – 25 of 82) sorted by relevance

1234

/dpdk/drivers/bus/fslmc/portal/
H A Ddpaa2_hw_pvt.h274 ((fd)->simple.bpid_offset = bpid)
279 ((fd)->simple.frc = (0x80000000 | (len)))
281 ((uint16_t)(((fd)->simple.frc & 0xffff0000) >> 16))
289 (fd)->simple.flc_lo = 0; \
290 (fd)->simple.flc_hi = 0; \
319 ((fd)->simple.bpid_offset |= (uint32_t)1 << 28)
321 (((((uint64_t)((fd)->simple.addr_hi)) << 32) + (fd)->simple.addr_lo))
323 #define DPAA2_GET_FD_LEN(fd) ((fd)->simple.len)
327 #define DPAA2_GET_FD_FRC(fd) ((fd)->simple.frc)
329 (((uint64_t)((fd)->simple.flc_hi) << 32) + (fd)->simple.flc_lo)
[all …]
/dpdk/doc/guides/nics/
H A Dhns3.rst69 ``simple``, ``common``.
74 ``simple``, if supported use the ``simple`` Rx function which indicates
75 the scalar simple algorithm.
80 be first checked, if meets, use the ``vec``. Then, ``simple``, at last
84 -a 0000:7d:00.0,rx_func_hint=simple
89 ``simple``, ``common``.
94 ``simple``, if supported use the ``simple`` Tx function which indicates
95 the scalar simple algorithm.
100 be first checked, if meets, use the ``vec``. Then, ``simple``, at last
224 Set hash function as simple xor.
[all …]
H A Dnull.rst7 NULL PMD is a simple virtual driver mainly for testing. It always returns success for all packets f…
/dpdk/doc/guides/sample_app_ug/
H A Dintro.rst27 These examples range from simple to reasonably complex but most are designed
35 Layer (EAL), and prints a simple "Hello World" message to each of the DPDK
46 addresses like a simple switch.
50 addresses like a simple switch. It demonstrates usage of poll and event mode
55 Protocol, IPv4 or IPv6 like a simple router.
59 like a simple router with DPDK Graph framework.
H A Dptpclient.rst7 The PTP (Precision Time Protocol) client sample application is a simple
20 The PTP sample application is intended as a simple reference implementation of
22 In order to keep the application simple the following assumptions are made:
H A Dtimer.rst7 The Timer sample application is a simple application that demonstrates the use of a timer in a DPDK…
55 The main loop is very simple in this example:
H A Ddist_app.rst7 The distributor sample application is a simple example of packet distribution
83 worker threads do simple packet processing by requesting packets from
84 the distributor, doing a simple XOR operation on the input port mbuf field
H A Drxtx_callbacks.rst9 packets. The application performs a simple latency check, using callbacks, to
49 The ``rxtx_callbacks`` application is mainly a simple forwarding application
H A Dskeleton.rst7 The Basic Forwarding sample application is a simple *skeleton* example of a
153 the TX ports. The ports are grouped in pairs with a simple mapping scheme
H A Dcmd_line.rst13 The Command Line sample application is a simple application that
29 There are three simple commands:
H A Dvhost_blk.rst7 The vhost_blk sample application implemented a simple block device,
H A Dflow_classify.rst7 The Flow Classify sample application is based on the simple *skeleton* example
226 the TX ports. The ports are grouped in pairs with a simple mapping scheme
H A Dl2_forward_cat.rst7 Basic Forwarding sample application is a simple *skeleton* example of
206 a clean exit. ``cat_exit(...)`` performs a simple CAT clean-up, by associating
H A Dl2_forward_event.rst9 The L2 Forwarding eventdev sample application is a simple example of packet
360 function. The processing is very simple: process the TX port from the RX port,
378 :end-before: >8 End of simple forward.
417 function. The processing is very simple: process the TX port from the RX port,
H A Dl2_forward_real_virtual.rst9 The L2 Forwarding sample application is a simple example of packet processing using
274 The processing is very simple: process the TX port from the RX port, then replace the source and de…
288 :end-before: >8 End of simple forward.
H A Dvhost.rst9 vhost-net offload API. The sample application performs simple packet
162 A very simple vhost-user net driver which demonstrates how to use the generic
H A Dl3_forward_graph.rst7 The L3 Forwarding Graph application is a simple example of packet processing
187 main loop. Graph main loop is very simple in the sense that it needs to
/dpdk/drivers/raw/dpaa2_cmdif/
H A Ddpaa2_cmdif.c90 fd.simple.bpid_offset = 0; in dpaa2_cmdif_enqueue_bufs()
91 fd.simple.ctrl = 0; in dpaa2_cmdif_enqueue_bufs()
/dpdk/doc/guides/prog_guide/
H A Dglossary.rst174 Read-Copy-Update algorithm, an alternative to simple rwlocks.
186 Run Time Environment. Provides a fast and simple framework for fast packet
/dpdk/doc/guides/bbdevs/
H A Dla12xx.rst105 To execute the test application tool using simple decode or encode data,
121 In addition to the simple LDPC decoder and LDPC encoder tests, bbdev also provides
/dpdk/drivers/bus/fslmc/qbman/include/
H A Dfsl_qbman_base.h137 } simple; member
/dpdk/examples/ip_pipeline/examples/
H A Dl2fwd.cli4 ; The pipeline below implements a simple pass-through connection between the
/dpdk/examples/pipeline/examples/
H A Dvarbit.spec4 ; This simple example illustrates how to work with variable size headers. The assumed input packet
H A Dlearner.spec13 ; This example demonstrates a simple connection tracking setup, where the connections are identified
/dpdk/doc/guides/howto/
H A Drte_flow.rst22 In this example we will create a simple rule that drops packets whose IPv4
114 In this example we will create a simple rule that drops packets whose IPv4

1234