| /dpdk/drivers/bus/fslmc/portal/ |
| H A D | dpaa2_hw_pvt.h | 274 ((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 D | hns3.rst | 69 ``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 D | null.rst | 7 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 D | intro.rst | 27 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 D | ptpclient.rst | 7 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 D | timer.rst | 7 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 D | dist_app.rst | 7 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 D | rxtx_callbacks.rst | 9 packets. The application performs a simple latency check, using callbacks, to 49 The ``rxtx_callbacks`` application is mainly a simple forwarding application
|
| H A D | skeleton.rst | 7 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 D | cmd_line.rst | 13 The Command Line sample application is a simple application that 29 There are three simple commands:
|
| H A D | vhost_blk.rst | 7 The vhost_blk sample application implemented a simple block device,
|
| H A D | flow_classify.rst | 7 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 D | l2_forward_cat.rst | 7 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 D | l2_forward_event.rst | 9 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 D | l2_forward_real_virtual.rst | 9 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 D | vhost.rst | 9 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 D | l3_forward_graph.rst | 7 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 D | dpaa2_cmdif.c | 90 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 D | glossary.rst | 174 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 D | la12xx.rst | 105 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 D | fsl_qbman_base.h | 137 } simple; member
|
| /dpdk/examples/ip_pipeline/examples/ |
| H A D | l2fwd.cli | 4 ; The pipeline below implements a simple pass-through connection between the
|
| /dpdk/examples/pipeline/examples/ |
| H A D | varbit.spec | 4 ; This simple example illustrates how to work with variable size headers. The assumed input packet
|
| H A D | learner.spec | 13 ; This example demonstrates a simple connection tracking setup, where the connections are identified
|
| /dpdk/doc/guides/howto/ |
| H A D | rte_flow.rst | 22 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
|