Lines 3-27
Link Here
|
3 |
include/dpdk |
3 |
include/dpdk |
4 |
lib/dpdk |
4 |
lib/dpdk |
5 |
%%DATADIR%%/examples/Makefile |
5 |
%%DATADIR%%/examples/Makefile |
|
|
6 |
%%DATADIR%%/examples/bbdev_app/Makefile |
7 |
%%DATADIR%%/examples/bbdev_app/main.c |
8 |
%%DATADIR%%/examples/bbdev_app/meson.build |
6 |
%%DATADIR%%/examples/bond/Makefile |
9 |
%%DATADIR%%/examples/bond/Makefile |
7 |
%%DATADIR%%/examples/bond/main.c |
10 |
%%DATADIR%%/examples/bond/main.c |
8 |
%%DATADIR%%/examples/bond/main.h |
11 |
%%DATADIR%%/examples/bond/main.h |
|
|
12 |
%%DATADIR%%/examples/bond/meson.build |
9 |
%%DATADIR%%/examples/cmdline/Makefile |
13 |
%%DATADIR%%/examples/cmdline/Makefile |
10 |
%%DATADIR%%/examples/cmdline/commands.c |
14 |
%%DATADIR%%/examples/cmdline/commands.c |
11 |
%%DATADIR%%/examples/cmdline/commands.h |
15 |
%%DATADIR%%/examples/cmdline/commands.h |
12 |
%%DATADIR%%/examples/cmdline/main.c |
16 |
%%DATADIR%%/examples/cmdline/main.c |
|
|
17 |
%%DATADIR%%/examples/cmdline/meson.build |
13 |
%%DATADIR%%/examples/cmdline/parse_obj_list.c |
18 |
%%DATADIR%%/examples/cmdline/parse_obj_list.c |
14 |
%%DATADIR%%/examples/cmdline/parse_obj_list.h |
19 |
%%DATADIR%%/examples/cmdline/parse_obj_list.h |
15 |
%%DATADIR%%/examples/distributor/Makefile |
20 |
%%DATADIR%%/examples/distributor/Makefile |
16 |
%%DATADIR%%/examples/distributor/main.c |
21 |
%%DATADIR%%/examples/distributor/main.c |
17 |
%%DATADIR%%/examples/dpdk_qat/Makefile |
22 |
%%DATADIR%%/examples/distributor/meson.build |
18 |
%%DATADIR%%/examples/dpdk_qat/config_files/coleto/dh895xcc_qa_dev0.conf |
|
|
19 |
%%DATADIR%%/examples/dpdk_qat/config_files/shumway/dh89xxcc_qa_dev0.conf |
20 |
%%DATADIR%%/examples/dpdk_qat/config_files/shumway/dh89xxcc_qa_dev1.conf |
21 |
%%DATADIR%%/examples/dpdk_qat/config_files/stargo/dh89xxcc_qa_dev0.conf |
22 |
%%DATADIR%%/examples/dpdk_qat/crypto.c |
23 |
%%DATADIR%%/examples/dpdk_qat/crypto.h |
24 |
%%DATADIR%%/examples/dpdk_qat/main.c |
25 |
%%DATADIR%%/examples/ethtool/Makefile |
23 |
%%DATADIR%%/examples/ethtool/Makefile |
26 |
%%DATADIR%%/examples/ethtool/ethtool-app/Makefile |
24 |
%%DATADIR%%/examples/ethtool/ethtool-app/Makefile |
27 |
%%DATADIR%%/examples/ethtool/ethtool-app/ethapp.c |
25 |
%%DATADIR%%/examples/ethtool/ethtool-app/ethapp.c |
Lines 30-117
Link Here
|
30 |
%%DATADIR%%/examples/ethtool/lib/Makefile |
28 |
%%DATADIR%%/examples/ethtool/lib/Makefile |
31 |
%%DATADIR%%/examples/ethtool/lib/rte_ethtool.c |
29 |
%%DATADIR%%/examples/ethtool/lib/rte_ethtool.c |
32 |
%%DATADIR%%/examples/ethtool/lib/rte_ethtool.h |
30 |
%%DATADIR%%/examples/ethtool/lib/rte_ethtool.h |
|
|
31 |
%%DATADIR%%/examples/ethtool/meson.build |
32 |
%%DATADIR%%/examples/eventdev_pipeline/Makefile |
33 |
%%DATADIR%%/examples/eventdev_pipeline/main.c |
34 |
%%DATADIR%%/examples/eventdev_pipeline/meson.build |
35 |
%%DATADIR%%/examples/eventdev_pipeline/pipeline_common.h |
36 |
%%DATADIR%%/examples/eventdev_pipeline/pipeline_worker_generic.c |
37 |
%%DATADIR%%/examples/eventdev_pipeline/pipeline_worker_tx.c |
33 |
%%DATADIR%%/examples/exception_path/Makefile |
38 |
%%DATADIR%%/examples/exception_path/Makefile |
34 |
%%DATADIR%%/examples/exception_path/main.c |
39 |
%%DATADIR%%/examples/exception_path/main.c |
|
|
40 |
%%DATADIR%%/examples/exception_path/meson.build |
41 |
%%DATADIR%%/examples/flow_classify/Makefile |
42 |
%%DATADIR%%/examples/flow_classify/flow_classify.c |
43 |
%%DATADIR%%/examples/flow_classify/ipv4_rules_file.txt |
44 |
%%DATADIR%%/examples/flow_classify/meson.build |
45 |
%%DATADIR%%/examples/flow_filtering/Makefile |
46 |
%%DATADIR%%/examples/flow_filtering/flow_blocks.c |
47 |
%%DATADIR%%/examples/flow_filtering/main.c |
48 |
%%DATADIR%%/examples/flow_filtering/meson.build |
35 |
%%DATADIR%%/examples/helloworld/Makefile |
49 |
%%DATADIR%%/examples/helloworld/Makefile |
36 |
%%DATADIR%%/examples/helloworld/main.c |
50 |
%%DATADIR%%/examples/helloworld/main.c |
|
|
51 |
%%DATADIR%%/examples/helloworld/meson.build |
37 |
%%DATADIR%%/examples/ip_fragmentation/Makefile |
52 |
%%DATADIR%%/examples/ip_fragmentation/Makefile |
38 |
%%DATADIR%%/examples/ip_fragmentation/main.c |
53 |
%%DATADIR%%/examples/ip_fragmentation/main.c |
|
|
54 |
%%DATADIR%%/examples/ip_fragmentation/meson.build |
39 |
%%DATADIR%%/examples/ip_pipeline/Makefile |
55 |
%%DATADIR%%/examples/ip_pipeline/Makefile |
40 |
%%DATADIR%%/examples/ip_pipeline/app.h |
56 |
%%DATADIR%%/examples/ip_pipeline/action.c |
41 |
%%DATADIR%%/examples/ip_pipeline/config/action.cfg |
57 |
%%DATADIR%%/examples/ip_pipeline/action.h |
42 |
%%DATADIR%%/examples/ip_pipeline/config/action.sh |
58 |
%%DATADIR%%/examples/ip_pipeline/cli.c |
43 |
%%DATADIR%%/examples/ip_pipeline/config/action.txt |
59 |
%%DATADIR%%/examples/ip_pipeline/cli.h |
44 |
%%DATADIR%%/examples/ip_pipeline/config/diagram-generator.py |
60 |
%%DATADIR%%/examples/ip_pipeline/common.h |
45 |
%%DATADIR%%/examples/ip_pipeline/config/edge_router_downstream.cfg |
61 |
%%DATADIR%%/examples/ip_pipeline/conn.c |
46 |
%%DATADIR%%/examples/ip_pipeline/config/edge_router_downstream.sh |
62 |
%%DATADIR%%/examples/ip_pipeline/conn.h |
47 |
%%DATADIR%%/examples/ip_pipeline/config/edge_router_upstream.cfg |
63 |
%%DATADIR%%/examples/ip_pipeline/examples/firewall.cli |
48 |
%%DATADIR%%/examples/ip_pipeline/config/edge_router_upstream.sh |
64 |
%%DATADIR%%/examples/ip_pipeline/examples/flow.cli |
49 |
%%DATADIR%%/examples/ip_pipeline/config/firewall.cfg |
65 |
%%DATADIR%%/examples/ip_pipeline/examples/kni.cli |
50 |
%%DATADIR%%/examples/ip_pipeline/config/firewall.sh |
66 |
%%DATADIR%%/examples/ip_pipeline/examples/l2fwd.cli |
51 |
%%DATADIR%%/examples/ip_pipeline/config/firewall.txt |
67 |
%%DATADIR%%/examples/ip_pipeline/examples/route.cli |
52 |
%%DATADIR%%/examples/ip_pipeline/config/flow.cfg |
68 |
%%DATADIR%%/examples/ip_pipeline/examples/route_ecmp.cli |
53 |
%%DATADIR%%/examples/ip_pipeline/config/flow.sh |
69 |
%%DATADIR%%/examples/ip_pipeline/examples/tap.cli |
54 |
%%DATADIR%%/examples/ip_pipeline/config/flow.txt |
70 |
%%DATADIR%%/examples/ip_pipeline/hash_func.h |
55 |
%%DATADIR%%/examples/ip_pipeline/config/ip_pipeline.cfg |
71 |
%%DATADIR%%/examples/ip_pipeline/hash_func_arm64.h |
56 |
%%DATADIR%%/examples/ip_pipeline/config/ip_pipeline.sh |
72 |
%%DATADIR%%/examples/ip_pipeline/kni.c |
57 |
%%DATADIR%%/examples/ip_pipeline/config/kni.cfg |
73 |
%%DATADIR%%/examples/ip_pipeline/kni.h |
58 |
%%DATADIR%%/examples/ip_pipeline/config/l2fwd.cfg |
74 |
%%DATADIR%%/examples/ip_pipeline/link.c |
59 |
%%DATADIR%%/examples/ip_pipeline/config/l3fwd.cfg |
75 |
%%DATADIR%%/examples/ip_pipeline/link.h |
60 |
%%DATADIR%%/examples/ip_pipeline/config/l3fwd.sh |
|
|
61 |
%%DATADIR%%/examples/ip_pipeline/config/l3fwd_arp.cfg |
62 |
%%DATADIR%%/examples/ip_pipeline/config/l3fwd_arp.sh |
63 |
%%DATADIR%%/examples/ip_pipeline/config/network_layers.cfg |
64 |
%%DATADIR%%/examples/ip_pipeline/config/network_layers.sh |
65 |
%%DATADIR%%/examples/ip_pipeline/config/pipeline-to-core-mapping.py |
66 |
%%DATADIR%%/examples/ip_pipeline/config/tm_profile.cfg |
67 |
%%DATADIR%%/examples/ip_pipeline/config_check.c |
68 |
%%DATADIR%%/examples/ip_pipeline/config_parse.c |
69 |
%%DATADIR%%/examples/ip_pipeline/config_parse_tm.c |
70 |
%%DATADIR%%/examples/ip_pipeline/cpu_core_map.c |
71 |
%%DATADIR%%/examples/ip_pipeline/cpu_core_map.h |
72 |
%%DATADIR%%/examples/ip_pipeline/init.c |
73 |
%%DATADIR%%/examples/ip_pipeline/main.c |
76 |
%%DATADIR%%/examples/ip_pipeline/main.c |
|
|
77 |
%%DATADIR%%/examples/ip_pipeline/mempool.c |
78 |
%%DATADIR%%/examples/ip_pipeline/mempool.h |
79 |
%%DATADIR%%/examples/ip_pipeline/meson.build |
74 |
%%DATADIR%%/examples/ip_pipeline/parser.c |
80 |
%%DATADIR%%/examples/ip_pipeline/parser.c |
75 |
%%DATADIR%%/examples/ip_pipeline/parser.h |
81 |
%%DATADIR%%/examples/ip_pipeline/parser.h |
|
|
82 |
%%DATADIR%%/examples/ip_pipeline/pipeline.c |
76 |
%%DATADIR%%/examples/ip_pipeline/pipeline.h |
83 |
%%DATADIR%%/examples/ip_pipeline/pipeline.h |
77 |
%%DATADIR%%/examples/ip_pipeline/pipeline/hash_func.h |
84 |
%%DATADIR%%/examples/ip_pipeline/swq.c |
78 |
%%DATADIR%%/examples/ip_pipeline/pipeline/pipeline_actions_common.h |
85 |
%%DATADIR%%/examples/ip_pipeline/swq.h |
79 |
%%DATADIR%%/examples/ip_pipeline/pipeline/pipeline_common_be.c |
86 |
%%DATADIR%%/examples/ip_pipeline/tap.c |
80 |
%%DATADIR%%/examples/ip_pipeline/pipeline/pipeline_common_be.h |
87 |
%%DATADIR%%/examples/ip_pipeline/tap.h |
81 |
%%DATADIR%%/examples/ip_pipeline/pipeline/pipeline_common_fe.c |
|
|
82 |
%%DATADIR%%/examples/ip_pipeline/pipeline/pipeline_common_fe.h |
83 |
%%DATADIR%%/examples/ip_pipeline/pipeline/pipeline_firewall.c |
84 |
%%DATADIR%%/examples/ip_pipeline/pipeline/pipeline_firewall.h |
85 |
%%DATADIR%%/examples/ip_pipeline/pipeline/pipeline_firewall_be.c |
86 |
%%DATADIR%%/examples/ip_pipeline/pipeline/pipeline_firewall_be.h |
87 |
%%DATADIR%%/examples/ip_pipeline/pipeline/pipeline_flow_actions.c |
88 |
%%DATADIR%%/examples/ip_pipeline/pipeline/pipeline_flow_actions.h |
89 |
%%DATADIR%%/examples/ip_pipeline/pipeline/pipeline_flow_actions_be.c |
90 |
%%DATADIR%%/examples/ip_pipeline/pipeline/pipeline_flow_actions_be.h |
91 |
%%DATADIR%%/examples/ip_pipeline/pipeline/pipeline_flow_classification.c |
92 |
%%DATADIR%%/examples/ip_pipeline/pipeline/pipeline_flow_classification.h |
93 |
%%DATADIR%%/examples/ip_pipeline/pipeline/pipeline_flow_classification_be.c |
94 |
%%DATADIR%%/examples/ip_pipeline/pipeline/pipeline_flow_classification_be.h |
95 |
%%DATADIR%%/examples/ip_pipeline/pipeline/pipeline_master.c |
96 |
%%DATADIR%%/examples/ip_pipeline/pipeline/pipeline_master.h |
97 |
%%DATADIR%%/examples/ip_pipeline/pipeline/pipeline_master_be.c |
98 |
%%DATADIR%%/examples/ip_pipeline/pipeline/pipeline_master_be.h |
99 |
%%DATADIR%%/examples/ip_pipeline/pipeline/pipeline_passthrough.c |
100 |
%%DATADIR%%/examples/ip_pipeline/pipeline/pipeline_passthrough.h |
101 |
%%DATADIR%%/examples/ip_pipeline/pipeline/pipeline_passthrough_be.c |
102 |
%%DATADIR%%/examples/ip_pipeline/pipeline/pipeline_passthrough_be.h |
103 |
%%DATADIR%%/examples/ip_pipeline/pipeline/pipeline_routing.c |
104 |
%%DATADIR%%/examples/ip_pipeline/pipeline/pipeline_routing.h |
105 |
%%DATADIR%%/examples/ip_pipeline/pipeline/pipeline_routing_be.c |
106 |
%%DATADIR%%/examples/ip_pipeline/pipeline/pipeline_routing_be.h |
107 |
%%DATADIR%%/examples/ip_pipeline/pipeline_be.h |
108 |
%%DATADIR%%/examples/ip_pipeline/thread.c |
88 |
%%DATADIR%%/examples/ip_pipeline/thread.c |
109 |
%%DATADIR%%/examples/ip_pipeline/thread.h |
89 |
%%DATADIR%%/examples/ip_pipeline/thread.h |
110 |
%%DATADIR%%/examples/ip_pipeline/thread_fe.c |
90 |
%%DATADIR%%/examples/ip_pipeline/tmgr.c |
111 |
%%DATADIR%%/examples/ip_pipeline/thread_fe.h |
91 |
%%DATADIR%%/examples/ip_pipeline/tmgr.h |
112 |
%%DATADIR%%/examples/ip_reassembly/Makefile |
92 |
%%DATADIR%%/examples/ip_reassembly/Makefile |
113 |
%%DATADIR%%/examples/ip_reassembly/main.c |
93 |
%%DATADIR%%/examples/ip_reassembly/main.c |
|
|
94 |
%%DATADIR%%/examples/ip_reassembly/meson.build |
114 |
%%DATADIR%%/examples/ipsec-secgw/Makefile |
95 |
%%DATADIR%%/examples/ipsec-secgw/Makefile |
|
|
96 |
%%DATADIR%%/examples/ipsec-secgw/ep0.cfg |
97 |
%%DATADIR%%/examples/ipsec-secgw/ep1.cfg |
115 |
%%DATADIR%%/examples/ipsec-secgw/esp.c |
98 |
%%DATADIR%%/examples/ipsec-secgw/esp.c |
116 |
%%DATADIR%%/examples/ipsec-secgw/esp.h |
99 |
%%DATADIR%%/examples/ipsec-secgw/esp.h |
117 |
%%DATADIR%%/examples/ipsec-secgw/ipip.h |
100 |
%%DATADIR%%/examples/ipsec-secgw/ipip.h |
Lines 118-123
Link Here
|
118 |
%%DATADIR%%/examples/ipsec-secgw/ipsec-secgw.c |
101 |
%%DATADIR%%/examples/ipsec-secgw/ipsec-secgw.c |
119 |
%%DATADIR%%/examples/ipsec-secgw/ipsec.c |
102 |
%%DATADIR%%/examples/ipsec-secgw/ipsec.c |
120 |
%%DATADIR%%/examples/ipsec-secgw/ipsec.h |
103 |
%%DATADIR%%/examples/ipsec-secgw/ipsec.h |
|
|
104 |
%%DATADIR%%/examples/ipsec-secgw/meson.build |
105 |
%%DATADIR%%/examples/ipsec-secgw/parser.c |
106 |
%%DATADIR%%/examples/ipsec-secgw/parser.h |
121 |
%%DATADIR%%/examples/ipsec-secgw/rt.c |
107 |
%%DATADIR%%/examples/ipsec-secgw/rt.c |
122 |
%%DATADIR%%/examples/ipsec-secgw/sa.c |
108 |
%%DATADIR%%/examples/ipsec-secgw/sa.c |
123 |
%%DATADIR%%/examples/ipsec-secgw/sp4.c |
109 |
%%DATADIR%%/examples/ipsec-secgw/sp4.c |
Lines 124-178
Link Here
|
124 |
%%DATADIR%%/examples/ipsec-secgw/sp6.c |
110 |
%%DATADIR%%/examples/ipsec-secgw/sp6.c |
125 |
%%DATADIR%%/examples/ipv4_multicast/Makefile |
111 |
%%DATADIR%%/examples/ipv4_multicast/Makefile |
126 |
%%DATADIR%%/examples/ipv4_multicast/main.c |
112 |
%%DATADIR%%/examples/ipv4_multicast/main.c |
|
|
113 |
%%DATADIR%%/examples/ipv4_multicast/meson.build |
127 |
%%DATADIR%%/examples/kni/Makefile |
114 |
%%DATADIR%%/examples/kni/Makefile |
128 |
%%DATADIR%%/examples/kni/main.c |
115 |
%%DATADIR%%/examples/kni/main.c |
|
|
116 |
%%DATADIR%%/examples/kni/meson.build |
129 |
%%DATADIR%%/examples/l2fwd-cat/Makefile |
117 |
%%DATADIR%%/examples/l2fwd-cat/Makefile |
130 |
%%DATADIR%%/examples/l2fwd-cat/cat.c |
118 |
%%DATADIR%%/examples/l2fwd-cat/cat.c |
131 |
%%DATADIR%%/examples/l2fwd-cat/cat.h |
119 |
%%DATADIR%%/examples/l2fwd-cat/cat.h |
132 |
%%DATADIR%%/examples/l2fwd-cat/l2fwd-cat.c |
120 |
%%DATADIR%%/examples/l2fwd-cat/l2fwd-cat.c |
|
|
121 |
%%DATADIR%%/examples/l2fwd-cat/meson.build |
133 |
%%DATADIR%%/examples/l2fwd-crypto/Makefile |
122 |
%%DATADIR%%/examples/l2fwd-crypto/Makefile |
134 |
%%DATADIR%%/examples/l2fwd-crypto/main.c |
123 |
%%DATADIR%%/examples/l2fwd-crypto/main.c |
135 |
%%DATADIR%%/examples/l2fwd-ivshmem/Makefile |
124 |
%%DATADIR%%/examples/l2fwd-crypto/meson.build |
136 |
%%DATADIR%%/examples/l2fwd-ivshmem/guest/Makefile |
|
|
137 |
%%DATADIR%%/examples/l2fwd-ivshmem/guest/guest.c |
138 |
%%DATADIR%%/examples/l2fwd-ivshmem/host/Makefile |
139 |
%%DATADIR%%/examples/l2fwd-ivshmem/host/host.c |
140 |
%%DATADIR%%/examples/l2fwd-ivshmem/include/common.h |
141 |
%%DATADIR%%/examples/l2fwd-jobstats/Makefile |
125 |
%%DATADIR%%/examples/l2fwd-jobstats/Makefile |
142 |
%%DATADIR%%/examples/l2fwd-jobstats/main.c |
126 |
%%DATADIR%%/examples/l2fwd-jobstats/main.c |
|
|
127 |
%%DATADIR%%/examples/l2fwd-jobstats/meson.build |
143 |
%%DATADIR%%/examples/l2fwd-keepalive/Makefile |
128 |
%%DATADIR%%/examples/l2fwd-keepalive/Makefile |
144 |
%%DATADIR%%/examples/l2fwd-keepalive/ka-agent/Makefile |
129 |
%%DATADIR%%/examples/l2fwd-keepalive/ka-agent/Makefile |
145 |
%%DATADIR%%/examples/l2fwd-keepalive/ka-agent/main.c |
130 |
%%DATADIR%%/examples/l2fwd-keepalive/ka-agent/main.c |
146 |
%%DATADIR%%/examples/l2fwd-keepalive/main.c |
131 |
%%DATADIR%%/examples/l2fwd-keepalive/main.c |
|
|
132 |
%%DATADIR%%/examples/l2fwd-keepalive/meson.build |
147 |
%%DATADIR%%/examples/l2fwd-keepalive/shm.c |
133 |
%%DATADIR%%/examples/l2fwd-keepalive/shm.c |
148 |
%%DATADIR%%/examples/l2fwd-keepalive/shm.h |
134 |
%%DATADIR%%/examples/l2fwd-keepalive/shm.h |
149 |
%%DATADIR%%/examples/l2fwd/Makefile |
135 |
%%DATADIR%%/examples/l2fwd/Makefile |
150 |
%%DATADIR%%/examples/l2fwd/main.c |
136 |
%%DATADIR%%/examples/l2fwd/main.c |
|
|
137 |
%%DATADIR%%/examples/l2fwd/meson.build |
151 |
%%DATADIR%%/examples/l3fwd-acl/Makefile |
138 |
%%DATADIR%%/examples/l3fwd-acl/Makefile |
152 |
%%DATADIR%%/examples/l3fwd-acl/main.c |
139 |
%%DATADIR%%/examples/l3fwd-acl/main.c |
|
|
140 |
%%DATADIR%%/examples/l3fwd-acl/meson.build |
153 |
%%DATADIR%%/examples/l3fwd-power/Makefile |
141 |
%%DATADIR%%/examples/l3fwd-power/Makefile |
154 |
%%DATADIR%%/examples/l3fwd-power/main.c |
142 |
%%DATADIR%%/examples/l3fwd-power/main.c |
|
|
143 |
%%DATADIR%%/examples/l3fwd-power/meson.build |
155 |
%%DATADIR%%/examples/l3fwd-vf/Makefile |
144 |
%%DATADIR%%/examples/l3fwd-vf/Makefile |
156 |
%%DATADIR%%/examples/l3fwd-vf/main.c |
145 |
%%DATADIR%%/examples/l3fwd-vf/main.c |
|
|
146 |
%%DATADIR%%/examples/l3fwd-vf/meson.build |
157 |
%%DATADIR%%/examples/l3fwd/Makefile |
147 |
%%DATADIR%%/examples/l3fwd/Makefile |
158 |
%%DATADIR%%/examples/l3fwd/l3fwd.h |
148 |
%%DATADIR%%/examples/l3fwd/l3fwd.h |
|
|
149 |
%%DATADIR%%/examples/l3fwd/l3fwd_altivec.h |
150 |
%%DATADIR%%/examples/l3fwd/l3fwd_common.h |
159 |
%%DATADIR%%/examples/l3fwd/l3fwd_em.c |
151 |
%%DATADIR%%/examples/l3fwd/l3fwd_em.c |
160 |
%%DATADIR%%/examples/l3fwd/l3fwd_em.h |
152 |
%%DATADIR%%/examples/l3fwd/l3fwd_em.h |
|
|
153 |
%%DATADIR%%/examples/l3fwd/l3fwd_em_hlm.h |
154 |
%%DATADIR%%/examples/l3fwd/l3fwd_em_hlm_neon.h |
161 |
%%DATADIR%%/examples/l3fwd/l3fwd_em_hlm_sse.h |
155 |
%%DATADIR%%/examples/l3fwd/l3fwd_em_hlm_sse.h |
162 |
%%DATADIR%%/examples/l3fwd/l3fwd_em_sse.h |
156 |
%%DATADIR%%/examples/l3fwd/l3fwd_em_sequential.h |
163 |
%%DATADIR%%/examples/l3fwd/l3fwd_lpm.c |
157 |
%%DATADIR%%/examples/l3fwd/l3fwd_lpm.c |
164 |
%%DATADIR%%/examples/l3fwd/l3fwd_lpm.h |
158 |
%%DATADIR%%/examples/l3fwd/l3fwd_lpm.h |
|
|
159 |
%%DATADIR%%/examples/l3fwd/l3fwd_lpm_altivec.h |
160 |
%%DATADIR%%/examples/l3fwd/l3fwd_lpm_neon.h |
165 |
%%DATADIR%%/examples/l3fwd/l3fwd_lpm_sse.h |
161 |
%%DATADIR%%/examples/l3fwd/l3fwd_lpm_sse.h |
|
|
162 |
%%DATADIR%%/examples/l3fwd/l3fwd_neon.h |
166 |
%%DATADIR%%/examples/l3fwd/l3fwd_sse.h |
163 |
%%DATADIR%%/examples/l3fwd/l3fwd_sse.h |
167 |
%%DATADIR%%/examples/l3fwd/main.c |
164 |
%%DATADIR%%/examples/l3fwd/main.c |
|
|
165 |
%%DATADIR%%/examples/l3fwd/meson.build |
168 |
%%DATADIR%%/examples/link_status_interrupt/Makefile |
166 |
%%DATADIR%%/examples/link_status_interrupt/Makefile |
169 |
%%DATADIR%%/examples/link_status_interrupt/main.c |
167 |
%%DATADIR%%/examples/link_status_interrupt/main.c |
|
|
168 |
%%DATADIR%%/examples/link_status_interrupt/meson.build |
170 |
%%DATADIR%%/examples/load_balancer/Makefile |
169 |
%%DATADIR%%/examples/load_balancer/Makefile |
171 |
%%DATADIR%%/examples/load_balancer/config.c |
170 |
%%DATADIR%%/examples/load_balancer/config.c |
172 |
%%DATADIR%%/examples/load_balancer/init.c |
171 |
%%DATADIR%%/examples/load_balancer/init.c |
173 |
%%DATADIR%%/examples/load_balancer/main.c |
172 |
%%DATADIR%%/examples/load_balancer/main.c |
174 |
%%DATADIR%%/examples/load_balancer/main.h |
173 |
%%DATADIR%%/examples/load_balancer/main.h |
|
|
174 |
%%DATADIR%%/examples/load_balancer/meson.build |
175 |
%%DATADIR%%/examples/load_balancer/runtime.c |
175 |
%%DATADIR%%/examples/load_balancer/runtime.c |
|
|
176 |
%%DATADIR%%/examples/meson.build |
176 |
%%DATADIR%%/examples/multi_process/Makefile |
177 |
%%DATADIR%%/examples/multi_process/Makefile |
177 |
%%DATADIR%%/examples/multi_process/client_server_mp/Makefile |
178 |
%%DATADIR%%/examples/multi_process/client_server_mp/Makefile |
178 |
%%DATADIR%%/examples/multi_process/client_server_mp/mp_client/Makefile |
179 |
%%DATADIR%%/examples/multi_process/client_server_mp/mp_client/Makefile |
Lines 188-193
Link Here
|
188 |
%%DATADIR%%/examples/multi_process/l2fwd_fork/flib.c |
189 |
%%DATADIR%%/examples/multi_process/l2fwd_fork/flib.c |
189 |
%%DATADIR%%/examples/multi_process/l2fwd_fork/flib.h |
190 |
%%DATADIR%%/examples/multi_process/l2fwd_fork/flib.h |
190 |
%%DATADIR%%/examples/multi_process/l2fwd_fork/main.c |
191 |
%%DATADIR%%/examples/multi_process/l2fwd_fork/main.c |
|
|
192 |
%%DATADIR%%/examples/multi_process/meson.build |
191 |
%%DATADIR%%/examples/multi_process/simple_mp/Makefile |
193 |
%%DATADIR%%/examples/multi_process/simple_mp/Makefile |
192 |
%%DATADIR%%/examples/multi_process/simple_mp/main.c |
194 |
%%DATADIR%%/examples/multi_process/simple_mp/main.c |
193 |
%%DATADIR%%/examples/multi_process/simple_mp/mp_commands.c |
195 |
%%DATADIR%%/examples/multi_process/simple_mp/mp_commands.c |
Lines 199-211
Link Here
|
199 |
%%DATADIR%%/examples/netmap_compat/bridge/bridge.c |
201 |
%%DATADIR%%/examples/netmap_compat/bridge/bridge.c |
200 |
%%DATADIR%%/examples/netmap_compat/lib/compat_netmap.c |
202 |
%%DATADIR%%/examples/netmap_compat/lib/compat_netmap.c |
201 |
%%DATADIR%%/examples/netmap_compat/lib/compat_netmap.h |
203 |
%%DATADIR%%/examples/netmap_compat/lib/compat_netmap.h |
|
|
204 |
%%DATADIR%%/examples/netmap_compat/meson.build |
202 |
%%DATADIR%%/examples/netmap_compat/netmap/netmap.h |
205 |
%%DATADIR%%/examples/netmap_compat/netmap/netmap.h |
203 |
%%DATADIR%%/examples/netmap_compat/netmap/netmap_user.h |
206 |
%%DATADIR%%/examples/netmap_compat/netmap/netmap_user.h |
204 |
%%DATADIR%%/examples/packet_ordering/Makefile |
207 |
%%DATADIR%%/examples/packet_ordering/Makefile |
205 |
%%DATADIR%%/examples/packet_ordering/main.c |
208 |
%%DATADIR%%/examples/packet_ordering/main.c |
|
|
209 |
%%DATADIR%%/examples/packet_ordering/meson.build |
206 |
%%DATADIR%%/examples/performance-thread/Makefile |
210 |
%%DATADIR%%/examples/performance-thread/Makefile |
|
|
211 |
%%DATADIR%%/examples/performance-thread/common/arch/arm64/ctx.c |
212 |
%%DATADIR%%/examples/performance-thread/common/arch/arm64/ctx.h |
213 |
%%DATADIR%%/examples/performance-thread/common/arch/arm64/stack.h |
207 |
%%DATADIR%%/examples/performance-thread/common/arch/x86/ctx.c |
214 |
%%DATADIR%%/examples/performance-thread/common/arch/x86/ctx.c |
208 |
%%DATADIR%%/examples/performance-thread/common/arch/x86/ctx.h |
215 |
%%DATADIR%%/examples/performance-thread/common/arch/x86/ctx.h |
|
|
216 |
%%DATADIR%%/examples/performance-thread/common/arch/x86/stack.h |
209 |
%%DATADIR%%/examples/performance-thread/common/common.mk |
217 |
%%DATADIR%%/examples/performance-thread/common/common.mk |
210 |
%%DATADIR%%/examples/performance-thread/common/lthread.c |
218 |
%%DATADIR%%/examples/performance-thread/common/lthread.c |
211 |
%%DATADIR%%/examples/performance-thread/common/lthread.h |
219 |
%%DATADIR%%/examples/performance-thread/common/lthread.h |
Lines 229-243
Link Here
|
229 |
%%DATADIR%%/examples/performance-thread/l3fwd-thread/Makefile |
237 |
%%DATADIR%%/examples/performance-thread/l3fwd-thread/Makefile |
230 |
%%DATADIR%%/examples/performance-thread/l3fwd-thread/main.c |
238 |
%%DATADIR%%/examples/performance-thread/l3fwd-thread/main.c |
231 |
%%DATADIR%%/examples/performance-thread/l3fwd-thread/test.sh |
239 |
%%DATADIR%%/examples/performance-thread/l3fwd-thread/test.sh |
|
|
240 |
%%DATADIR%%/examples/performance-thread/meson.build |
232 |
%%DATADIR%%/examples/performance-thread/pthread_shim/Makefile |
241 |
%%DATADIR%%/examples/performance-thread/pthread_shim/Makefile |
233 |
%%DATADIR%%/examples/performance-thread/pthread_shim/main.c |
242 |
%%DATADIR%%/examples/performance-thread/pthread_shim/main.c |
234 |
%%DATADIR%%/examples/performance-thread/pthread_shim/pthread_shim.c |
243 |
%%DATADIR%%/examples/performance-thread/pthread_shim/pthread_shim.c |
235 |
%%DATADIR%%/examples/performance-thread/pthread_shim/pthread_shim.h |
244 |
%%DATADIR%%/examples/performance-thread/pthread_shim/pthread_shim.h |
236 |
%%DATADIR%%/examples/ptpclient/Makefile |
245 |
%%DATADIR%%/examples/ptpclient/Makefile |
|
|
246 |
%%DATADIR%%/examples/ptpclient/meson.build |
237 |
%%DATADIR%%/examples/ptpclient/ptpclient.c |
247 |
%%DATADIR%%/examples/ptpclient/ptpclient.c |
238 |
%%DATADIR%%/examples/qos_meter/Makefile |
248 |
%%DATADIR%%/examples/qos_meter/Makefile |
239 |
%%DATADIR%%/examples/qos_meter/main.c |
249 |
%%DATADIR%%/examples/qos_meter/main.c |
240 |
%%DATADIR%%/examples/qos_meter/main.h |
250 |
%%DATADIR%%/examples/qos_meter/main.h |
|
|
251 |
%%DATADIR%%/examples/qos_meter/meson.build |
241 |
%%DATADIR%%/examples/qos_meter/rte_policer.c |
252 |
%%DATADIR%%/examples/qos_meter/rte_policer.c |
242 |
%%DATADIR%%/examples/qos_meter/rte_policer.h |
253 |
%%DATADIR%%/examples/qos_meter/rte_policer.h |
243 |
%%DATADIR%%/examples/qos_sched/Makefile |
254 |
%%DATADIR%%/examples/qos_sched/Makefile |
Lines 249-259
Link Here
|
249 |
%%DATADIR%%/examples/qos_sched/init.c |
260 |
%%DATADIR%%/examples/qos_sched/init.c |
250 |
%%DATADIR%%/examples/qos_sched/main.c |
261 |
%%DATADIR%%/examples/qos_sched/main.c |
251 |
%%DATADIR%%/examples/qos_sched/main.h |
262 |
%%DATADIR%%/examples/qos_sched/main.h |
|
|
263 |
%%DATADIR%%/examples/qos_sched/meson.build |
252 |
%%DATADIR%%/examples/qos_sched/profile.cfg |
264 |
%%DATADIR%%/examples/qos_sched/profile.cfg |
253 |
%%DATADIR%%/examples/qos_sched/profile_ov.cfg |
265 |
%%DATADIR%%/examples/qos_sched/profile_ov.cfg |
254 |
%%DATADIR%%/examples/qos_sched/stats.c |
266 |
%%DATADIR%%/examples/qos_sched/stats.c |
255 |
%%DATADIR%%/examples/quota_watermark/Makefile |
267 |
%%DATADIR%%/examples/quota_watermark/Makefile |
256 |
%%DATADIR%%/examples/quota_watermark/include/conf.h |
268 |
%%DATADIR%%/examples/quota_watermark/include/conf.h |
|
|
269 |
%%DATADIR%%/examples/quota_watermark/meson.build |
257 |
%%DATADIR%%/examples/quota_watermark/qw/Makefile |
270 |
%%DATADIR%%/examples/quota_watermark/qw/Makefile |
258 |
%%DATADIR%%/examples/quota_watermark/qw/args.c |
271 |
%%DATADIR%%/examples/quota_watermark/qw/args.c |
259 |
%%DATADIR%%/examples/quota_watermark/qw/args.h |
272 |
%%DATADIR%%/examples/quota_watermark/qw/args.h |
Lines 268-278
Link Here
|
268 |
%%DATADIR%%/examples/quota_watermark/qwctl/qwctl.h |
281 |
%%DATADIR%%/examples/quota_watermark/qwctl/qwctl.h |
269 |
%%DATADIR%%/examples/rxtx_callbacks/Makefile |
282 |
%%DATADIR%%/examples/rxtx_callbacks/Makefile |
270 |
%%DATADIR%%/examples/rxtx_callbacks/main.c |
283 |
%%DATADIR%%/examples/rxtx_callbacks/main.c |
|
|
284 |
%%DATADIR%%/examples/rxtx_callbacks/meson.build |
285 |
%%DATADIR%%/examples/server_node_efd/Makefile |
286 |
%%DATADIR%%/examples/server_node_efd/meson.build |
287 |
%%DATADIR%%/examples/server_node_efd/node/Makefile |
288 |
%%DATADIR%%/examples/server_node_efd/node/node.c |
289 |
%%DATADIR%%/examples/server_node_efd/server/Makefile |
290 |
%%DATADIR%%/examples/server_node_efd/server/args.c |
291 |
%%DATADIR%%/examples/server_node_efd/server/args.h |
292 |
%%DATADIR%%/examples/server_node_efd/server/init.c |
293 |
%%DATADIR%%/examples/server_node_efd/server/init.h |
294 |
%%DATADIR%%/examples/server_node_efd/server/main.c |
295 |
%%DATADIR%%/examples/server_node_efd/shared/common.h |
296 |
%%DATADIR%%/examples/service_cores/Makefile |
297 |
%%DATADIR%%/examples/service_cores/main.c |
298 |
%%DATADIR%%/examples/service_cores/meson.build |
271 |
%%DATADIR%%/examples/skeleton/Makefile |
299 |
%%DATADIR%%/examples/skeleton/Makefile |
272 |
%%DATADIR%%/examples/skeleton/basicfwd.c |
300 |
%%DATADIR%%/examples/skeleton/basicfwd.c |
|
|
301 |
%%DATADIR%%/examples/skeleton/meson.build |
273 |
%%DATADIR%%/examples/tep_termination/Makefile |
302 |
%%DATADIR%%/examples/tep_termination/Makefile |
274 |
%%DATADIR%%/examples/tep_termination/main.c |
303 |
%%DATADIR%%/examples/tep_termination/main.c |
275 |
%%DATADIR%%/examples/tep_termination/main.h |
304 |
%%DATADIR%%/examples/tep_termination/main.h |
|
|
305 |
%%DATADIR%%/examples/tep_termination/meson.build |
276 |
%%DATADIR%%/examples/tep_termination/vxlan.c |
306 |
%%DATADIR%%/examples/tep_termination/vxlan.c |
277 |
%%DATADIR%%/examples/tep_termination/vxlan.h |
307 |
%%DATADIR%%/examples/tep_termination/vxlan.h |
278 |
%%DATADIR%%/examples/tep_termination/vxlan_setup.c |
308 |
%%DATADIR%%/examples/tep_termination/vxlan_setup.c |
Lines 279-294
Link Here
|
279 |
%%DATADIR%%/examples/tep_termination/vxlan_setup.h |
309 |
%%DATADIR%%/examples/tep_termination/vxlan_setup.h |
280 |
%%DATADIR%%/examples/timer/Makefile |
310 |
%%DATADIR%%/examples/timer/Makefile |
281 |
%%DATADIR%%/examples/timer/main.c |
311 |
%%DATADIR%%/examples/timer/main.c |
|
|
312 |
%%DATADIR%%/examples/timer/meson.build |
282 |
%%DATADIR%%/examples/vhost/Makefile |
313 |
%%DATADIR%%/examples/vhost/Makefile |
283 |
%%DATADIR%%/examples/vhost/main.c |
314 |
%%DATADIR%%/examples/vhost/main.c |
284 |
%%DATADIR%%/examples/vhost/main.h |
315 |
%%DATADIR%%/examples/vhost/main.h |
285 |
%%DATADIR%%/examples/vhost_xen/Makefile |
316 |
%%DATADIR%%/examples/vhost/meson.build |
286 |
%%DATADIR%%/examples/vhost_xen/main.c |
317 |
%%DATADIR%%/examples/vhost/virtio_net.c |
287 |
%%DATADIR%%/examples/vhost_xen/main.h |
318 |
%%DATADIR%%/examples/vhost_crypto/Makefile |
288 |
%%DATADIR%%/examples/vhost_xen/vhost_monitor.c |
319 |
%%DATADIR%%/examples/vhost_crypto/main.c |
289 |
%%DATADIR%%/examples/vhost_xen/virtio-net.h |
320 |
%%DATADIR%%/examples/vhost_crypto/meson.build |
290 |
%%DATADIR%%/examples/vhost_xen/xen_vhost.h |
321 |
%%DATADIR%%/examples/vhost_scsi/Makefile |
291 |
%%DATADIR%%/examples/vhost_xen/xenstore_parse.c |
322 |
%%DATADIR%%/examples/vhost_scsi/meson.build |
|
|
323 |
%%DATADIR%%/examples/vhost_scsi/scsi.c |
324 |
%%DATADIR%%/examples/vhost_scsi/scsi_spec.h |
325 |
%%DATADIR%%/examples/vhost_scsi/vhost_scsi.c |
326 |
%%DATADIR%%/examples/vhost_scsi/vhost_scsi.h |
292 |
%%DATADIR%%/examples/vm_power_manager/Makefile |
327 |
%%DATADIR%%/examples/vm_power_manager/Makefile |
293 |
%%DATADIR%%/examples/vm_power_manager/channel_manager.c |
328 |
%%DATADIR%%/examples/vm_power_manager/channel_manager.c |
294 |
%%DATADIR%%/examples/vm_power_manager/channel_manager.h |
329 |
%%DATADIR%%/examples/vm_power_manager/channel_manager.h |
Lines 299-304
Link Here
|
299 |
%%DATADIR%%/examples/vm_power_manager/guest_cli/vm_power_cli_guest.c |
334 |
%%DATADIR%%/examples/vm_power_manager/guest_cli/vm_power_cli_guest.c |
300 |
%%DATADIR%%/examples/vm_power_manager/guest_cli/vm_power_cli_guest.h |
335 |
%%DATADIR%%/examples/vm_power_manager/guest_cli/vm_power_cli_guest.h |
301 |
%%DATADIR%%/examples/vm_power_manager/main.c |
336 |
%%DATADIR%%/examples/vm_power_manager/main.c |
|
|
337 |
%%DATADIR%%/examples/vm_power_manager/meson.build |
302 |
%%DATADIR%%/examples/vm_power_manager/power_manager.c |
338 |
%%DATADIR%%/examples/vm_power_manager/power_manager.c |
303 |
%%DATADIR%%/examples/vm_power_manager/power_manager.h |
339 |
%%DATADIR%%/examples/vm_power_manager/power_manager.h |
304 |
%%DATADIR%%/examples/vm_power_manager/vm_power_cli.c |
340 |
%%DATADIR%%/examples/vm_power_manager/vm_power_cli.c |
Lines 305-317
Link Here
|
305 |
%%DATADIR%%/examples/vm_power_manager/vm_power_cli.h |
341 |
%%DATADIR%%/examples/vm_power_manager/vm_power_cli.h |
306 |
%%DATADIR%%/examples/vmdq/Makefile |
342 |
%%DATADIR%%/examples/vmdq/Makefile |
307 |
%%DATADIR%%/examples/vmdq/main.c |
343 |
%%DATADIR%%/examples/vmdq/main.c |
|
|
344 |
%%DATADIR%%/examples/vmdq/meson.build |
308 |
%%DATADIR%%/examples/vmdq_dcb/Makefile |
345 |
%%DATADIR%%/examples/vmdq_dcb/Makefile |
309 |
%%DATADIR%%/examples/vmdq_dcb/main.c |
346 |
%%DATADIR%%/examples/vmdq_dcb/main.c |
|
|
347 |
%%DATADIR%%/examples/vmdq_dcb/meson.build |
310 |
%%DATADIR%%/mk/arch/arm/rte.vars.mk |
348 |
%%DATADIR%%/mk/arch/arm/rte.vars.mk |
311 |
%%DATADIR%%/mk/arch/arm64/rte.vars.mk |
349 |
%%DATADIR%%/mk/arch/arm64/rte.vars.mk |
312 |
%%DATADIR%%/mk/arch/i686/rte.vars.mk |
350 |
%%DATADIR%%/mk/arch/i686/rte.vars.mk |
313 |
%%DATADIR%%/mk/arch/ppc_64/rte.vars.mk |
351 |
%%DATADIR%%/mk/arch/ppc_64/rte.vars.mk |
314 |
%%DATADIR%%/mk/arch/tile/rte.vars.mk |
|
|
315 |
%%DATADIR%%/mk/arch/x86_64/rte.vars.mk |
352 |
%%DATADIR%%/mk/arch/x86_64/rte.vars.mk |
316 |
%%DATADIR%%/mk/arch/x86_x32/rte.vars.mk |
353 |
%%DATADIR%%/mk/arch/x86_x32/rte.vars.mk |
317 |
%%DATADIR%%/mk/exec-env/bsdapp/rte.app.mk |
354 |
%%DATADIR%%/mk/exec-env/bsdapp/rte.app.mk |
Lines 324-338
Link Here
|
324 |
%%DATADIR%%/mk/internal/rte.clean-pre.mk |
361 |
%%DATADIR%%/mk/internal/rte.clean-pre.mk |
325 |
%%DATADIR%%/mk/internal/rte.compile-post.mk |
362 |
%%DATADIR%%/mk/internal/rte.compile-post.mk |
326 |
%%DATADIR%%/mk/internal/rte.compile-pre.mk |
363 |
%%DATADIR%%/mk/internal/rte.compile-pre.mk |
327 |
%%DATADIR%%/mk/internal/rte.depdirs-post.mk |
|
|
328 |
%%DATADIR%%/mk/internal/rte.depdirs-pre.mk |
329 |
%%DATADIR%%/mk/internal/rte.extvars.mk |
364 |
%%DATADIR%%/mk/internal/rte.extvars.mk |
330 |
%%DATADIR%%/mk/internal/rte.install-post.mk |
365 |
%%DATADIR%%/mk/internal/rte.install-post.mk |
331 |
%%DATADIR%%/mk/internal/rte.install-pre.mk |
366 |
%%DATADIR%%/mk/internal/rte.install-pre.mk |
332 |
%%DATADIR%%/mk/machine/armv7a/rte.vars.mk |
367 |
%%DATADIR%%/mk/machine/armv7a/rte.vars.mk |
333 |
%%DATADIR%%/mk/machine/armv8a/rte.vars.mk |
368 |
%%DATADIR%%/mk/machine/armv8a/rte.vars.mk |
334 |
%%DATADIR%%/mk/machine/atm/rte.vars.mk |
|
|
335 |
%%DATADIR%%/mk/machine/default/rte.vars.mk |
369 |
%%DATADIR%%/mk/machine/default/rte.vars.mk |
|
|
370 |
%%DATADIR%%/mk/machine/dpaa/rte.vars.mk |
336 |
%%DATADIR%%/mk/machine/dpaa2/rte.vars.mk |
371 |
%%DATADIR%%/mk/machine/dpaa2/rte.vars.mk |
337 |
%%DATADIR%%/mk/machine/hsw/rte.vars.mk |
372 |
%%DATADIR%%/mk/machine/hsw/rte.vars.mk |
338 |
%%DATADIR%%/mk/machine/ivb/rte.vars.mk |
373 |
%%DATADIR%%/mk/machine/ivb/rte.vars.mk |
Lines 339-347
Link Here
|
339 |
%%DATADIR%%/mk/machine/native/rte.vars.mk |
374 |
%%DATADIR%%/mk/machine/native/rte.vars.mk |
340 |
%%DATADIR%%/mk/machine/nhm/rte.vars.mk |
375 |
%%DATADIR%%/mk/machine/nhm/rte.vars.mk |
341 |
%%DATADIR%%/mk/machine/power8/rte.vars.mk |
376 |
%%DATADIR%%/mk/machine/power8/rte.vars.mk |
|
|
377 |
%%DATADIR%%/mk/machine/silvermont/rte.vars.mk |
342 |
%%DATADIR%%/mk/machine/snb/rte.vars.mk |
378 |
%%DATADIR%%/mk/machine/snb/rte.vars.mk |
343 |
%%DATADIR%%/mk/machine/thunderx/rte.vars.mk |
379 |
%%DATADIR%%/mk/machine/thunderx/rte.vars.mk |
344 |
%%DATADIR%%/mk/machine/tilegx/rte.vars.mk |
|
|
345 |
%%DATADIR%%/mk/machine/wsm/rte.vars.mk |
380 |
%%DATADIR%%/mk/machine/wsm/rte.vars.mk |
346 |
%%DATADIR%%/mk/machine/xgene1/rte.vars.mk |
381 |
%%DATADIR%%/mk/machine/xgene1/rte.vars.mk |
347 |
%%DATADIR%%/mk/rte.app.mk |
382 |
%%DATADIR%%/mk/rte.app.mk |
Lines 381-391
Link Here
|
381 |
%%DATADIR%%/mk/toolchain/icc/rte.toolchain-compat.mk |
416 |
%%DATADIR%%/mk/toolchain/icc/rte.toolchain-compat.mk |
382 |
%%DATADIR%%/mk/toolchain/icc/rte.vars.mk |
417 |
%%DATADIR%%/mk/toolchain/icc/rte.vars.mk |
383 |
%%DATADIR%%/x86_64-native-bsdapp-clang/.config |
418 |
%%DATADIR%%/x86_64-native-bsdapp-clang/.config |
384 |
%%DATADIR%%/x86_64-native-bsdapp-clang/app/cmdline_test |
|
|
385 |
%%DATADIR%%/x86_64-native-bsdapp-clang/app/test |
386 |
%%DATADIR%%/x86_64-native-bsdapp-clang/app/testacl |
387 |
%%DATADIR%%/x86_64-native-bsdapp-clang/app/testpipeline |
388 |
%%DATADIR%%/x86_64-native-bsdapp-clang/app/testpmd |
419 |
%%DATADIR%%/x86_64-native-bsdapp-clang/app/testpmd |
|
|
420 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/bpf_def.h |
389 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/cmdline.h |
421 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/cmdline.h |
390 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/cmdline_cirbuf.h |
422 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/cmdline_cirbuf.h |
391 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/cmdline_parse.h |
423 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/cmdline_parse.h |
Lines 397-411
Link Here
|
397 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/cmdline_rdline.h |
429 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/cmdline_rdline.h |
398 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/cmdline_socket.h |
430 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/cmdline_socket.h |
399 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/cmdline_vt100.h |
431 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/cmdline_vt100.h |
400 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/exec-env/rte_interrupts.h |
|
|
401 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/generic/rte_atomic.h |
432 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/generic/rte_atomic.h |
402 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/generic/rte_byteorder.h |
433 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/generic/rte_byteorder.h |
403 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/generic/rte_cpuflags.h |
434 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/generic/rte_cpuflags.h |
404 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/generic/rte_cycles.h |
435 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/generic/rte_cycles.h |
|
|
436 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/generic/rte_io.h |
405 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/generic/rte_memcpy.h |
437 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/generic/rte_memcpy.h |
|
|
438 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/generic/rte_pause.h |
406 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/generic/rte_prefetch.h |
439 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/generic/rte_prefetch.h |
407 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/generic/rte_rwlock.h |
440 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/generic/rte_rwlock.h |
408 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/generic/rte_spinlock.h |
441 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/generic/rte_spinlock.h |
|
|
442 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/generic/rte_vect.h |
409 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_acl.h |
443 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_acl.h |
410 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_acl_osdep.h |
444 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_acl_osdep.h |
411 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_alarm.h |
445 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_alarm.h |
Lines 414-427
Link Here
|
414 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_atomic.h |
448 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_atomic.h |
415 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_atomic_32.h |
449 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_atomic_32.h |
416 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_atomic_64.h |
450 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_atomic_64.h |
|
|
451 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_bbdev.h |
452 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_bbdev_op.h |
453 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_bbdev_pmd.h |
417 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_bitmap.h |
454 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_bitmap.h |
|
|
455 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_bitrate.h |
456 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_bpf.h |
457 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_bpf_ethdev.h |
418 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_branch_prediction.h |
458 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_branch_prediction.h |
|
|
459 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_bus.h |
460 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_bus_ifpga.h |
461 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_bus_pci.h |
462 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_bus_vdev.h |
419 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_byteorder.h |
463 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_byteorder.h |
420 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_byteorder_32.h |
464 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_byteorder_32.h |
421 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_byteorder_64.h |
465 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_byteorder_64.h |
422 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_cfgfile.h |
466 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_cfgfile.h |
423 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_common.h |
467 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_common.h |
|
|
468 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_comp.h |
424 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_compat.h |
469 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_compat.h |
|
|
470 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_compressdev.h |
471 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_compressdev_internal.h |
472 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_compressdev_pmd.h |
425 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_config.h |
473 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_config.h |
426 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_cpuflags.h |
474 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_cpuflags.h |
427 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_crypto.h |
475 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_crypto.h |
Lines 428-433
Link Here
|
428 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_crypto_sym.h |
476 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_crypto_sym.h |
429 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_cryptodev.h |
477 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_cryptodev.h |
430 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_cryptodev_pmd.h |
478 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_cryptodev_pmd.h |
|
|
479 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_cryptodev_scheduler.h |
480 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_cryptodev_scheduler_operations.h |
431 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_cycles.h |
481 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_cycles.h |
432 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_debug.h |
482 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_debug.h |
433 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_dev.h |
483 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_dev.h |
Lines 435-455
Link Here
|
435 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_devargs.h |
485 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_devargs.h |
436 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_distributor.h |
486 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_distributor.h |
437 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_eal.h |
487 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_eal.h |
|
|
488 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_eal_interrupts.h |
438 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_eal_memconfig.h |
489 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_eal_memconfig.h |
|
|
490 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_efd.h |
439 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_errno.h |
491 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_errno.h |
|
|
492 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_esp.h |
440 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_eth_bond.h |
493 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_eth_bond.h |
441 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_eth_bond_8023ad.h |
494 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_eth_bond_8023ad.h |
442 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_eth_ctrl.h |
495 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_eth_ctrl.h |
443 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_eth_null.h |
|
|
444 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_eth_ring.h |
496 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_eth_ring.h |
|
|
497 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_eth_softnic.h |
445 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_ethdev.h |
498 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_ethdev.h |
|
|
499 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_ethdev_core.h |
500 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_ethdev_driver.h |
501 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_ethdev_pci.h |
502 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_ethdev_vdev.h |
446 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_ether.h |
503 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_ether.h |
|
|
504 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_event_crypto_adapter.h |
505 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_event_eth_rx_adapter.h |
506 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_event_ring.h |
507 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_event_timer_adapter.h |
508 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_event_timer_adapter_pmd.h |
509 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_eventdev.h |
510 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_eventdev_pmd.h |
511 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_eventdev_pmd_pci.h |
512 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_eventdev_pmd_vdev.h |
513 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_fbarray.h |
447 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_fbk_hash.h |
514 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_fbk_hash.h |
|
|
515 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_flow.h |
516 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_flow_classify.h |
517 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_flow_driver.h |
518 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_gre.h |
519 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_gro.h |
520 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_gso.h |
448 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_hash.h |
521 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_hash.h |
449 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_hash_crc.h |
522 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_hash_crc.h |
450 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_hexdump.h |
523 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_hexdump.h |
|
|
524 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_hypervisor.h |
451 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_icmp.h |
525 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_icmp.h |
452 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_interrupts.h |
526 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_interrupts.h |
|
|
527 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_io.h |
453 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_ip.h |
528 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_ip.h |
454 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_ip_frag.h |
529 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_ip_frag.h |
455 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_jhash.h |
530 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_jhash.h |
Lines 456-461
Link Here
|
456 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_jobstats.h |
531 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_jobstats.h |
457 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_keepalive.h |
532 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_keepalive.h |
458 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_kvargs.h |
533 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_kvargs.h |
|
|
534 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_latencystats.h |
459 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_launch.h |
535 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_launch.h |
460 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_lcore.h |
536 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_lcore.h |
461 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_log.h |
537 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_log.h |
Lines 463-486
Link Here
|
463 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_lpm6.h |
539 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_lpm6.h |
464 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_lpm_sse.h |
540 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_lpm_sse.h |
465 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_lru.h |
541 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_lru.h |
|
|
542 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_lru_x86.h |
466 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_malloc.h |
543 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_malloc.h |
467 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_malloc_heap.h |
544 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_malloc_heap.h |
468 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_mbuf.h |
545 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_mbuf.h |
|
|
546 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_mbuf_pool_ops.h |
547 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_mbuf_ptype.h |
548 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_member.h |
469 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_memcpy.h |
549 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_memcpy.h |
470 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_memory.h |
550 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_memory.h |
471 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_mempool.h |
551 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_mempool.h |
472 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_memzone.h |
552 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_memzone.h |
473 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_meter.h |
553 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_meter.h |
|
|
554 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_metrics.h |
555 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_mtr.h |
556 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_mtr_driver.h |
557 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_net.h |
558 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_net_crc.h |
559 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_pause.h |
474 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_pci.h |
560 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_pci.h |
475 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_pci_dev_feature_defs.h |
561 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_pci_dev_feature_defs.h |
476 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_pci_dev_features.h |
562 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_pci_dev_features.h |
477 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_pci_dev_ids.h |
|
|
478 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_pdump.h |
563 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_pdump.h |
479 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_per_lcore.h |
564 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_per_lcore.h |
480 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_pipeline.h |
565 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_pipeline.h |
|
|
566 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_pmd_bnxt.h |
567 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_pmd_i40e.h |
568 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_pmd_ixgbe.h |
481 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_port.h |
569 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_port.h |
482 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_port_ethdev.h |
570 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_port_ethdev.h |
|
|
571 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_port_fd.h |
483 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_port_frag.h |
572 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_port_frag.h |
|
|
573 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_port_in_action.h |
484 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_port_ras.h |
574 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_port_ras.h |
485 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_port_ring.h |
575 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_port_ring.h |
486 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_port_sched.h |
576 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_port_sched.h |
Lines 487-554
Link Here
|
487 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_port_source_sink.h |
577 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_port_source_sink.h |
488 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_prefetch.h |
578 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_prefetch.h |
489 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_random.h |
579 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_random.h |
|
|
580 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_rawdev.h |
581 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_rawdev_pmd.h |
490 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_reciprocal.h |
582 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_reciprocal.h |
491 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_red.h |
583 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_red.h |
492 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_reorder.h |
584 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_reorder.h |
493 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_ring.h |
585 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_ring.h |
|
|
586 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_ring_c11_mem.h |
587 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_ring_generic.h |
494 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_rtm.h |
588 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_rtm.h |
495 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_rwlock.h |
589 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_rwlock.h |
496 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_sched.h |
590 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_sched.h |
497 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_sched_common.h |
591 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_sched_common.h |
498 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_sctp.h |
592 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_sctp.h |
|
|
593 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_security.h |
594 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_security_driver.h |
595 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_service.h |
596 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_service_component.h |
499 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_spinlock.h |
597 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_spinlock.h |
500 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_string_fns.h |
598 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_string_fns.h |
501 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_table.h |
599 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_table.h |
502 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_table_acl.h |
600 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_table_acl.h |
|
|
601 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_table_action.h |
503 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_table_array.h |
602 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_table_array.h |
504 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_table_hash.h |
603 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_table_hash.h |
|
|
604 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_table_hash_cuckoo.h |
505 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_table_lpm.h |
605 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_table_lpm.h |
506 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_table_lpm_ipv6.h |
606 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_table_lpm_ipv6.h |
507 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_table_stub.h |
607 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_table_stub.h |
508 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_tailq.h |
608 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_tailq.h |
509 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_tcp.h |
609 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_tcp.h |
|
|
610 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_test.h |
510 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_thash.h |
611 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_thash.h |
511 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_time.h |
612 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_time.h |
512 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_timer.h |
613 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_timer.h |
|
|
614 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_tm.h |
615 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_tm_driver.h |
513 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_udp.h |
616 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_udp.h |
514 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_vect.h |
617 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_vect.h |
515 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_version.h |
618 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_version.h |
|
|
619 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_vfio.h |
516 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/libdpdk.a |
620 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/libdpdk.a |
517 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/libethdev.a |
|
|
518 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_acl.a |
621 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_acl.a |
|
|
622 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_bbdev.a |
623 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_bitratestats.a |
624 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_bpf.a |
625 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_bus_ifpga.a |
626 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_bus_pci.a |
627 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_bus_vdev.a |
519 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_cfgfile.a |
628 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_cfgfile.a |
520 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_cmdline.a |
629 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_cmdline.a |
|
|
630 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_common_octeontx.a |
631 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_compressdev.a |
521 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_cryptodev.a |
632 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_cryptodev.a |
522 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_distributor.a |
633 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_distributor.a |
523 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_eal.a |
634 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_eal.a |
|
|
635 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_efd.a |
636 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_ethdev.a |
637 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_eventdev.a |
638 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_flow_classify.a |
639 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_gro.a |
640 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_gso.a |
524 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_hash.a |
641 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_hash.a |
525 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_ip_frag.a |
642 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_ip_frag.a |
526 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_jobstats.a |
643 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_jobstats.a |
527 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_kvargs.a |
644 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_kvargs.a |
|
|
645 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_latencystats.a |
528 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_lpm.a |
646 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_lpm.a |
529 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_mbuf.a |
647 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_mbuf.a |
|
|
648 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_member.a |
530 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_mempool.a |
649 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_mempool.a |
|
|
650 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_mempool_bucket.a |
651 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_mempool_octeontx.a |
652 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_mempool_ring.a |
653 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_mempool_stack.a |
531 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_meter.a |
654 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_meter.a |
|
|
655 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_metrics.a |
656 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_net.a |
657 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pci.a |
532 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pdump.a |
658 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pdump.a |
533 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pipeline.a |
659 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pipeline.a |
|
|
660 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_ark.a |
661 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_avf.a |
662 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_axgbe.a |
663 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_bbdev_null.a |
534 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_bnxt.a |
664 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_bnxt.a |
535 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_bond.a |
665 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_bond.a |
|
|
666 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_crypto_scheduler.a |
536 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_cxgbe.a |
667 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_cxgbe.a |
537 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_e1000.a |
668 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_e1000.a |
538 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_ena.a |
669 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_ena.a |
539 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_enic.a |
670 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_enic.a |
|
|
671 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_failsafe.a |
540 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_fm10k.a |
672 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_fm10k.a |
541 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_i40e.a |
673 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_i40e.a |
|
|
674 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_ifpga_rawdev.a |
542 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_ixgbe.a |
675 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_ixgbe.a |
|
|
676 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_lio.a |
543 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_null.a |
677 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_null.a |
544 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_null_crypto.a |
678 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_null_crypto.a |
|
|
679 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_octeontx.a |
680 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_octeontx_ssovf.a |
681 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_opdl_event.a |
682 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_qede.a |
545 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_ring.a |
683 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_ring.a |
|
|
684 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_sfc_efx.a |
685 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_skeleton_event.a |
686 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_skeleton_rawdev.a |
687 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_softnic.a |
688 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_sw_event.a |
689 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_thunderx_nicvf.a |
546 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_virtio.a |
690 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_virtio.a |
|
|
691 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_virtio_crypto.a |
547 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_vmxnet3_uio.a |
692 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_vmxnet3_uio.a |
548 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_port.a |
693 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_port.a |
|
|
694 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_rawdev.a |
549 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_reorder.a |
695 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_reorder.a |
550 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_ring.a |
696 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_ring.a |
551 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_sched.a |
697 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_sched.a |
|
|
698 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_security.a |
552 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_table.a |
699 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_table.a |
553 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_timer.a |
700 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_timer.a |
554 |
%%TOOLS%%bin/dpdk-pmdinfo.py |
701 |
%%TOOLS%%bin/dpdk-pmdinfo.py |