| /dpdk/examples/pipeline/examples/ |
| H A D | l2fwd_pcap.cli | 8 pipeline PIPELINE0 port in 0 source MEMPOOL0 ./examples/pipeline/examples/packet.pcap loop 1 9 pipeline PIPELINE0 port in 1 source MEMPOOL0 ./examples/pipeline/examples/packet.pcap loop 1 10 pipeline PIPELINE0 port in 2 source MEMPOOL0 ./examples/pipeline/examples/packet.pcap loop 1 11 pipeline PIPELINE0 port in 3 source MEMPOOL0 ./examples/pipeline/examples/packet.pcap loop 1
|
| H A D | l2fwd_macswp_pcap.cli | 8 pipeline PIPELINE0 port in 0 source MEMPOOL0 ./examples/pipeline/examples/packet.pcap loop 1 9 pipeline PIPELINE0 port in 1 source MEMPOOL0 ./examples/pipeline/examples/packet.pcap loop 1 10 pipeline PIPELINE0 port in 2 source MEMPOOL0 ./examples/pipeline/examples/packet.pcap loop 1 11 pipeline PIPELINE0 port in 3 source MEMPOOL0 ./examples/pipeline/examples/packet.pcap loop 1
|
| H A D | vxlan_pcap.cli | 8 pipeline PIPELINE0 port in 0 source MEMPOOL0 ./examples/pipeline/examples/packet.pcap loop 1 9 pipeline PIPELINE0 port in 1 source MEMPOOL0 ./examples/pipeline/examples/packet.pcap loop 1 10 pipeline PIPELINE0 port in 2 source MEMPOOL0 ./examples/pipeline/examples/packet.pcap loop 1 11 pipeline PIPELINE0 port in 3 source MEMPOOL0 ./examples/pipeline/examples/packet.pcap loop 1
|
| /dpdk/drivers/common/iavf/ |
| H A D | README | 8 This directory contains source code of FreeBSD IAVF driver of version 11 original source package. 16 NOTE: The source code in this directory should not be modified apart from
|
| /dpdk/drivers/net/ice/base/ |
| H A D | README | 8 This directory contains source code of FreeBSD ice driver of version 11 original source package. 19 NOTE: The source code in this directory should not be modified apart from
|
| /dpdk/lib/port/ |
| H A D | rte_swx_port_source_sink.c | 39 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/drivers/net/i40e/base/ |
| H A D | README | 8 This directory contains source code of FreeBSD i40e driver of version 11 original source package. 28 NOTE: The source code in this directory should not be modified apart from
|
| /dpdk/drivers/net/e1000/base/ |
| H A D | README | 5 This directory contains source code of FreeBSD em & igb drivers of version 7 contains the original source package. 33 NOTE: The source code in this directory should not be modified apart from
|
| /dpdk/drivers/net/ixgbe/base/ |
| H A D | README | 8 This directory contains source code of FreeBSD ixgbe driver of version 11 contains the original source package. 31 NOTE: The source code in this directory should not be modified apart from
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | packet_classif_access_ctrl.rst | 104 /* next input field (IPv4 source address) - 4 consecutive bytes. */ 147 source addr/mask destination addr/mask source ports dest ports protocol/mask 151 source port [0-65535] and destination port 1234 matches the above rule. 162 uint8_t src_addr[16]; /* IP address of source host. */ 216 source addr/mask protocol/mask 249 /* next input field (IPv4 source address) - 4 consecutive bytes. */ 284 source addr/mask destination addr/mask tos/mask protocol/mask 446 /* source port */ 460 /* source port */ 471 /* source IPv4 */ [all …]
|
| /dpdk/drivers/common/sfc_efx/base/ |
| H A D | README | 9 This directory contains source code of Solarflare Communications libefx 15 The source code in this directory should not be modified.
|
| H A D | efx_vpd.c | 779 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 D | README | 10 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/doc/guides/nics/ |
| H A D | sfc_efx.rst | 162 - IPV4 (exact match of source/destination addresses, 165 - IPV6 (exact match of source/destination addresses, 168 - TCP (exact match of source/destination ports) 170 - UDP (exact match of source/destination ports) 199 - PORT_ID (cannot repeat; conflicts with other traffic source items) 203 - PF (cannot repeat; conflicts with other traffic source items) 205 - VF (cannot repeat; conflicts with other traffic source items) 211 - IPV4 (source/destination addresses, IP transport protocol, 214 - IPV6 (source/destination addresses, IP transport protocol, 217 - TCP (source/destination ports, TCP header length + TCP flags) [all …]
|
| H A D | mvpp2.rst | 54 ``mrvl_ethdev.c`` source file. 424 * source MAC 437 * source address 444 * source address 449 * source port 454 * source port 478 …| VLAN (VID) / IPV4 (source address) | 2 + 4 = 6 |… 528 Flows which have IPv4 source addresses ranging from 10.10.10.0 to 10.10.10.255 529 and tcp source port set to 16 will be dropped. 540 As a result only flows with VID set to 16 and IPv4 source and destination [all …]
|
| /dpdk/drivers/net/vmxnet3/base/ |
| H A D | README | 8 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/kernel/freebsd/ |
| H A D | BSDmakefile.meson | 7 # 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/drivers/net/igc/base/ |
| H A D | README | 8 This directory contains source code of FreeBSD igc driver of version 11 The directory of base/ contains the original source package.
|
| /dpdk/license/ |
| H A D | gpl-2.0.txt | 24 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 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 160 special exception, the source code distributed need not include 161 anything that is normally distributed (in either source or binary 168 access to copy the source code from the same place counts as 169 distribution of the source code, even though third parties are not [all …]
|
| H A D | bsd-2-clause.txt | 1 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 D | bsd-3-clause.txt | 1 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…
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | test_pipeline.rst | 192 … | | 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 D | vdpa.rst | 102 the source host with SW vhost VM and B is the destination host with vDPA. 111 2. Start the migration (on source host): 117 3. Check the status (on source host):
|
| /dpdk/drivers/net/softnic/ |
| H A D | rte_eth_softnic_pipeline.c | 240 struct rte_port_source_params source; in softnic_pipeline_port_in_create() member 346 mempool = softnic_mempool_find(softnic, params->source.mempool_name); in softnic_pipeline_port_in_create() 350 pp.source.mempool = mempool->m; in softnic_pipeline_port_in_create() 351 pp.source.file_name = params->source.file_name; in softnic_pipeline_port_in_create() 352 pp.source.n_bytes_per_pkt = params->source.n_bytes_per_pkt; in softnic_pipeline_port_in_create() 355 p.arg_create = &pp.source; in softnic_pipeline_port_in_create()
|
| /dpdk/examples/ip_pipeline/ |
| H A D | pipeline.c | 166 struct rte_port_source_params source; in pipeline_port_in_create() member 288 mempool = mempool_find(params->source.mempool_name); in pipeline_port_in_create() 292 pp.source.mempool = mempool->m; in pipeline_port_in_create() 293 pp.source.file_name = params->source.file_name; in pipeline_port_in_create() 294 pp.source.n_bytes_per_pkt = params->source.n_bytes_per_pkt; in pipeline_port_in_create() 297 p.arg_create = &pp.source; in pipeline_port_in_create()
|