Home
last modified time | relevance | path

Searched refs:source (Results 1 – 25 of 84) sorted by relevance

1234

/dpdk/examples/pipeline/examples/
H A Dpcap.io14 port in 0 source mempool MEMPOOL0 file ./examples/pipeline/examples/packet.pcap loop 1 packets 0
15 port in 1 source mempool MEMPOOL0 file ./examples/pipeline/examples/packet.pcap loop 1 packets 0
16 port in 2 source mempool MEMPOOL0 file ./examples/pipeline/examples/packet.pcap loop 1 packets 0
17 port in 3 source mempool MEMPOOL0 file ./examples/pipeline/examples/packet.pcap loop 1 packets 0
/dpdk/drivers/common/sfc_efx/base/
H A DREADME9 This directory contains source code of Solarflare Communications libefx
15 The source code in this directory should not be modified.
H A Defx_vpd.c779 unsigned int source; in efx_vpd_hunk_set() local
844 source = offset + taglen; in efx_vpd_hunk_set()
850 source = dest = 0; in efx_vpd_hunk_set()
859 source = offset + pos + 3 + keylen; in efx_vpd_hunk_set()
865 source = offset + pos + 3 + keylen; in efx_vpd_hunk_set()
882 source = offset + pos; in efx_vpd_hunk_set()
889 if (used + dest > size + source) { in efx_vpd_hunk_set()
895 (void) memmove(data + dest, data + source, used - source); in efx_vpd_hunk_set()
913 taglen += (uint16_t)(dest - source); in efx_vpd_hunk_set()
/dpdk/drivers/raw/ifpga/base/
H A DREADME10 This directory contains source code of Intel FPGA driver released by
12 The directory of base/ contains the original source package. The base code
27 NOTE: The source code in this directory should not be modified apart from
/dpdk/drivers/net/vmxnet3/base/
H A DREADME8 This directory contains source code of FreeBSD VMXNET3 driver released by VMware.
16 NOTE: The source code in this directory should not be modified apart from
/dpdk/lib/port/
H A Drte_swx_port_source_sink.c39 struct source { struct
53 struct source *p = port; in source_free() argument
72 struct source *p = NULL; in source_create()
89 p = calloc(1, sizeof(struct source)); in source_create()
144 struct source *p = port; in source_pkt_rx()
196 struct source *p = port; in source_stats_read()
/dpdk/kernel/freebsd/
H A DBSDmakefile.meson7 # source file is passed via KMOD_SRC as relative path, we only use final
11 # the .o files placed in the build, not source directory
/dpdk/license/
H A Dbsd-2-clause.txt1 Redistribution and use in source and binary forms, with or without
4 1. Redistributions of source code must retain the above copyright notice,
H A Dbsd-3-clause.txt1 Redistribution and use in source and binary forms, with or without modification, are permitted prov…
3 1. Redistributions of source code must retain the above copyright notice, this list of conditions a…
H A Dgpl-2.0.txt24 this service if you wish), that you receive source code or can get it
36 source code. And you must show them these terms so they know their
80 source code as you receive it, in any medium, provided that you
139 source code, which must be distributed under the terms of Sections
144 cost of physically performing source distribution, a complete
145 machine-readable copy of the corresponding source code, to be
150 to distribute corresponding source code. (This alternative is
155 The source code for a work means the preferred form of the work for
156 making modifications to it. For an executable work, complete source
157 code means all the source code for all modules it contains, plus any
[all …]
H A Dlgpl-2.1.txt30 for this service if you wish); that you receive source code or can get
42 you. You must make sure that they, too, receive or can get the source
137 making modifications to it. For a library, complete source code means
138 all the source code for all modules it contains, plus any associated
151 complete source code as you receive it, in any medium, provided that
230 it with the complete corresponding machine-readable source code, which
236 source code from the same place satisfies the requirement to
237 distribute the source code, even though third parties are not
238 compelled to copy the source along with the object code.
254 derivative work of the Library even though the source code is not.
[all …]
/dpdk/drivers/net/cnxk/
H A Dcnxk_rep_flow.c318 FILE *source = NULL; in copy_flow_dump_file() local
322 source = fopen(DEFAULT_DUMP_FILE_NAME, "r"); in copy_flow_dump_file()
323 if (source == NULL) { in copy_flow_dump_file()
329 fseek(source, 0L, SEEK_END); in copy_flow_dump_file()
330 pos = ftell(source); in copy_flow_dump_file()
331 fseek(source, 0L, SEEK_SET); in copy_flow_dump_file()
333 ch = fgetc(source); in copy_flow_dump_file()
337 fclose(source); in copy_flow_dump_file()
/dpdk/doc/guides/nics/
H A Dsfc_efx.rst199 - ETH (exact match of source/destination addresses, individual/group match
206 - IPV4 (exact match of source/destination addresses,
209 - IPV6 (exact match of source/destination addresses,
212 - TCP (exact match of source/destination ports)
214 - UDP (exact match of source/destination ports)
239 - PORT_REPRESENTOR (cannot repeat; conflicts with other traffic source items)
241 - REPRESENTED_PORT (cannot repeat; conflicts with other traffic source items)
243 - PORT_ID (cannot repeat; conflicts with other traffic source items)
249 - IPV4 (source/destination addresses, IP transport protocol,
252 - IPV6 (source/destination addresses, IP transport protocol,
[all …]
/dpdk/drivers/net/bnxt/hcapi/cfa/
H A Dmeson.build8 #Add the source files
/dpdk/doc/guides/sample_app_ug/
H A Dtest_pipeline.rst192 … | | IPv4 source = ANY, …
198 … | | TCP source port = ANY, …
207 … | | IPv4 source = ANY, …
213 … | | TCP source port = ANY, …
235 * source IP address fixed to 0.0.0.0
239 * source TCP port fixed to 0
H A Dvdpa.rst105 the source host with SW vhost VM and B is the destination host with vDPA.
114 #. Start the migration (on source host):
120 #. Check the status (on source host):
/dpdk/doc/guides/cryptodevs/
H A Dopenssl.rst68 * 1.1.1g, 2020-Apr-21. https://www.openssl.org/source/
97 * Chained mbufs are supported only for source mbuf (destination must be
/dpdk/examples/ip_pipeline/
H A Dpipeline.c157 struct rte_port_source_params source; in pipeline_port_in_create() member
263 mempool = mempool_find(params->source.mempool_name); in pipeline_port_in_create()
267 pp.source.mempool = mempool->m; in pipeline_port_in_create()
268 pp.source.file_name = params->source.file_name; in pipeline_port_in_create()
269 pp.source.n_bytes_per_pkt = params->source.n_bytes_per_pkt; in pipeline_port_in_create()
272 p.arg_create = &pp.source; in pipeline_port_in_create()
/dpdk/doc/guides/platform/
H A Ddpaa.rst50 …It can be obtained from `NXP's Github hosting <https://source.codeaurora.org/external/qoriq/qoriq-…
67 …This tool can be obtained from `NXP (Freescale) Public Git Repository <https://source.codeaurora.o…
106 …`DPDK Extras Scripts <https://source.codeaurora.org/external/qoriq/qoriq-components/dpdk-extras>`_.
/dpdk/doc/guides/howto/
H A Dopenwrt.rst13 The OpenWrt project is a well-known source-based router OS which provides a
21 the source code. You can clone the OpenWrt source code as follows:
/dpdk/drivers/net/softnic/
H A Dfirmware_tx.io11 ; port in <port_id> source mempool <mempool_name> file <file_name> loop <n_loops> packets <n_pkt…
H A Dfirmware_rx.io11 ; port in <port_id> source mempool <mempool_name> file <file_name> loop <n_loops> packets <n_pkt…
/dpdk/doc/guides/tools/
H A Dflow-perf.rst16 but increasing the outer IP source address by 1 each time, thus it will
171 This item have incremental source IP, with full mask.
176 This item have incremental source IP, with full mask.
314 Add set source mac action to all flows actions.
322 Add set source ipv4 action to all flows actions.
330 Add set source ipv6 action to all flows actions.
338 Add set source tp action to all flows actions.
/dpdk/doc/guides/windows_gsg/
H A Dintro.rst17 DPDK for Windows is currently a work in progress. Not all DPDK source files
/dpdk/drivers/net/qede/base/
H A Dmeson.build43 '-Wno-invalid-source-encoding',

1234