Lines 29-49
lib/dpdk
Link Here
|
29 |
%%DATADIR%%/examples/ip_fragmentation/Makefile |
29 |
%%DATADIR%%/examples/ip_fragmentation/Makefile |
30 |
%%DATADIR%%/examples/ip_fragmentation/main.c |
30 |
%%DATADIR%%/examples/ip_fragmentation/main.c |
31 |
%%DATADIR%%/examples/ip_pipeline/Makefile |
31 |
%%DATADIR%%/examples/ip_pipeline/Makefile |
32 |
%%DATADIR%%/examples/ip_pipeline/cmdline.c |
32 |
%%DATADIR%%/examples/ip_pipeline/app.h |
33 |
%%DATADIR%%/examples/ip_pipeline/config.c |
33 |
%%DATADIR%%/examples/ip_pipeline/config/ip_pipeline.cfg |
|
|
34 |
%%DATADIR%%/examples/ip_pipeline/config/ip_pipeline.sh |
35 |
%%DATADIR%%/examples/ip_pipeline/config/tm_profile.cfg |
36 |
%%DATADIR%%/examples/ip_pipeline/config_check.c |
37 |
%%DATADIR%%/examples/ip_pipeline/config_parse.c |
38 |
%%DATADIR%%/examples/ip_pipeline/config_parse_tm.c |
39 |
%%DATADIR%%/examples/ip_pipeline/cpu_core_map.c |
40 |
%%DATADIR%%/examples/ip_pipeline/cpu_core_map.h |
34 |
%%DATADIR%%/examples/ip_pipeline/init.c |
41 |
%%DATADIR%%/examples/ip_pipeline/init.c |
35 |
%%DATADIR%%/examples/ip_pipeline/ip_pipeline.cfg |
|
|
36 |
%%DATADIR%%/examples/ip_pipeline/ip_pipeline.sh |
37 |
%%DATADIR%%/examples/ip_pipeline/main.c |
42 |
%%DATADIR%%/examples/ip_pipeline/main.c |
38 |
%%DATADIR%%/examples/ip_pipeline/main.h |
43 |
%%DATADIR%%/examples/ip_pipeline/pipeline.h |
39 |
%%DATADIR%%/examples/ip_pipeline/pipeline_firewall.c |
44 |
%%DATADIR%%/examples/ip_pipeline/pipeline/hash_func.h |
40 |
%%DATADIR%%/examples/ip_pipeline/pipeline_flow_classification.c |
45 |
%%DATADIR%%/examples/ip_pipeline/pipeline/pipeline_actions_common.h |
41 |
%%DATADIR%%/examples/ip_pipeline/pipeline_ipv4_frag.c |
46 |
%%DATADIR%%/examples/ip_pipeline/pipeline/pipeline_common_be.c |
42 |
%%DATADIR%%/examples/ip_pipeline/pipeline_ipv4_ras.c |
47 |
%%DATADIR%%/examples/ip_pipeline/pipeline/pipeline_common_be.h |
43 |
%%DATADIR%%/examples/ip_pipeline/pipeline_passthrough.c |
48 |
%%DATADIR%%/examples/ip_pipeline/pipeline/pipeline_common_fe.c |
44 |
%%DATADIR%%/examples/ip_pipeline/pipeline_routing.c |
49 |
%%DATADIR%%/examples/ip_pipeline/pipeline/pipeline_common_fe.h |
45 |
%%DATADIR%%/examples/ip_pipeline/pipeline_rx.c |
50 |
%%DATADIR%%/examples/ip_pipeline/pipeline/pipeline_firewall.c |
46 |
%%DATADIR%%/examples/ip_pipeline/pipeline_tx.c |
51 |
%%DATADIR%%/examples/ip_pipeline/pipeline/pipeline_firewall.h |
|
|
52 |
%%DATADIR%%/examples/ip_pipeline/pipeline/pipeline_firewall_be.c |
53 |
%%DATADIR%%/examples/ip_pipeline/pipeline/pipeline_firewall_be.h |
54 |
%%DATADIR%%/examples/ip_pipeline/pipeline/pipeline_flow_classification.c |
55 |
%%DATADIR%%/examples/ip_pipeline/pipeline/pipeline_flow_classification.h |
56 |
%%DATADIR%%/examples/ip_pipeline/pipeline/pipeline_flow_classification_be.c |
57 |
%%DATADIR%%/examples/ip_pipeline/pipeline/pipeline_flow_classification_be.h |
58 |
%%DATADIR%%/examples/ip_pipeline/pipeline/pipeline_master.c |
59 |
%%DATADIR%%/examples/ip_pipeline/pipeline/pipeline_master.h |
60 |
%%DATADIR%%/examples/ip_pipeline/pipeline/pipeline_master_be.c |
61 |
%%DATADIR%%/examples/ip_pipeline/pipeline/pipeline_master_be.h |
62 |
%%DATADIR%%/examples/ip_pipeline/pipeline/pipeline_passthrough.c |
63 |
%%DATADIR%%/examples/ip_pipeline/pipeline/pipeline_passthrough.h |
64 |
%%DATADIR%%/examples/ip_pipeline/pipeline/pipeline_passthrough_be.c |
65 |
%%DATADIR%%/examples/ip_pipeline/pipeline/pipeline_passthrough_be.h |
66 |
%%DATADIR%%/examples/ip_pipeline/pipeline/pipeline_routing.c |
67 |
%%DATADIR%%/examples/ip_pipeline/pipeline/pipeline_routing.h |
68 |
%%DATADIR%%/examples/ip_pipeline/pipeline/pipeline_routing_be.c |
69 |
%%DATADIR%%/examples/ip_pipeline/pipeline/pipeline_routing_be.h |
70 |
%%DATADIR%%/examples/ip_pipeline/pipeline_be.h |
71 |
%%DATADIR%%/examples/ip_pipeline/thread.c |
47 |
%%DATADIR%%/examples/ip_reassembly/Makefile |
72 |
%%DATADIR%%/examples/ip_reassembly/Makefile |
48 |
%%DATADIR%%/examples/ip_reassembly/main.c |
73 |
%%DATADIR%%/examples/ip_reassembly/main.c |
49 |
%%DATADIR%%/examples/ipv4_multicast/Makefile |
74 |
%%DATADIR%%/examples/ipv4_multicast/Makefile |
Lines 141-146
lib/dpdk
Link Here
|
141 |
%%DATADIR%%/examples/rxtx_callbacks/main.c |
166 |
%%DATADIR%%/examples/rxtx_callbacks/main.c |
142 |
%%DATADIR%%/examples/skeleton/Makefile |
167 |
%%DATADIR%%/examples/skeleton/Makefile |
143 |
%%DATADIR%%/examples/skeleton/basicfwd.c |
168 |
%%DATADIR%%/examples/skeleton/basicfwd.c |
|
|
169 |
%%DATADIR%%/examples/tep_termination/Makefile |
170 |
%%DATADIR%%/examples/tep_termination/main.c |
171 |
%%DATADIR%%/examples/tep_termination/main.h |
172 |
%%DATADIR%%/examples/tep_termination/vxlan.c |
173 |
%%DATADIR%%/examples/tep_termination/vxlan.h |
174 |
%%DATADIR%%/examples/tep_termination/vxlan_setup.c |
175 |
%%DATADIR%%/examples/tep_termination/vxlan_setup.h |
144 |
%%DATADIR%%/examples/timer/Makefile |
176 |
%%DATADIR%%/examples/timer/Makefile |
145 |
%%DATADIR%%/examples/timer/main.c |
177 |
%%DATADIR%%/examples/timer/main.c |
146 |
%%DATADIR%%/examples/vhost/Makefile |
178 |
%%DATADIR%%/examples/vhost/Makefile |
Lines 173-178
lib/dpdk
Link Here
|
173 |
%%DATADIR%%/examples/vmdq_dcb/main.c |
205 |
%%DATADIR%%/examples/vmdq_dcb/main.c |
174 |
%%DATADIR%%/mk/arch/i686/rte.vars.mk |
206 |
%%DATADIR%%/mk/arch/i686/rte.vars.mk |
175 |
%%DATADIR%%/mk/arch/ppc_64/rte.vars.mk |
207 |
%%DATADIR%%/mk/arch/ppc_64/rte.vars.mk |
|
|
208 |
%%DATADIR%%/mk/arch/tile/rte.vars.mk |
176 |
%%DATADIR%%/mk/arch/x86_64/rte.vars.mk |
209 |
%%DATADIR%%/mk/arch/x86_64/rte.vars.mk |
177 |
%%DATADIR%%/mk/arch/x86_x32/rte.vars.mk |
210 |
%%DATADIR%%/mk/arch/x86_x32/rte.vars.mk |
178 |
%%DATADIR%%/mk/exec-env/bsdapp/rte.app.mk |
211 |
%%DATADIR%%/mk/exec-env/bsdapp/rte.app.mk |
Lines 198-203
lib/dpdk
Link Here
|
198 |
%%DATADIR%%/mk/machine/nhm/rte.vars.mk |
231 |
%%DATADIR%%/mk/machine/nhm/rte.vars.mk |
199 |
%%DATADIR%%/mk/machine/power8/rte.vars.mk |
232 |
%%DATADIR%%/mk/machine/power8/rte.vars.mk |
200 |
%%DATADIR%%/mk/machine/snb/rte.vars.mk |
233 |
%%DATADIR%%/mk/machine/snb/rte.vars.mk |
|
|
234 |
%%DATADIR%%/mk/machine/tilegx/rte.vars.mk |
201 |
%%DATADIR%%/mk/machine/wsm/rte.vars.mk |
235 |
%%DATADIR%%/mk/machine/wsm/rte.vars.mk |
202 |
%%DATADIR%%/mk/rte.app.mk |
236 |
%%DATADIR%%/mk/rte.app.mk |
203 |
%%DATADIR%%/mk/rte.bsdmodule.mk |
237 |
%%DATADIR%%/mk/rte.bsdmodule.mk |
Lines 248-253
lib/dpdk
Link Here
|
248 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/generic/rte_cycles.h |
282 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/generic/rte_cycles.h |
249 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/generic/rte_memcpy.h |
283 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/generic/rte_memcpy.h |
250 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/generic/rte_prefetch.h |
284 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/generic/rte_prefetch.h |
|
|
285 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/generic/rte_rwlock.h |
251 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/generic/rte_spinlock.h |
286 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/generic/rte_spinlock.h |
252 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/cmdline.h |
287 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/cmdline.h |
253 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/cmdline_cirbuf.h |
288 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/cmdline_cirbuf.h |
Lines 282-287
lib/dpdk
Link Here
|
282 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_cycles.h |
317 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_cycles.h |
283 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_debug.h |
318 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_debug.h |
284 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_dev.h |
319 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_dev.h |
|
|
320 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_dev_info.h |
285 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_devargs.h |
321 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_devargs.h |
286 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_distributor.h |
322 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_distributor.h |
287 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_eal.h |
323 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_eal.h |
Lines 336-341
lib/dpdk
Link Here
|
336 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_red.h |
372 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_red.h |
337 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_reorder.h |
373 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_reorder.h |
338 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_ring.h |
374 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_ring.h |
|
|
375 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_rtm.h |
339 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_rwlock.h |
376 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_rwlock.h |
340 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_sched.h |
377 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_sched.h |
341 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_sched_common.h |
378 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_sched_common.h |
Lines 351-356
lib/dpdk
Link Here
|
351 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_table_stub.h |
388 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_table_stub.h |
352 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_tailq.h |
389 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_tailq.h |
353 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_tcp.h |
390 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_tcp.h |
|
|
391 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_thash.h |
354 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_timer.h |
392 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_timer.h |
355 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_udp.h |
393 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_udp.h |
356 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_vect.h |
394 |
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_vect.h |
Lines 372-377
lib/dpdk
Link Here
|
372 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_meter.a |
410 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_meter.a |
373 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pipeline.a |
411 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pipeline.a |
374 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_bond.a |
412 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_bond.a |
|
|
413 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_cxgbe.a |
375 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_e1000.a |
414 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_e1000.a |
376 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_enic.a |
415 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_enic.a |
377 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_fm10k.a |
416 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_fm10k.a |
Lines 380-386
lib/dpdk
Link Here
|
380 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_null.a |
419 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_null.a |
381 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_pcap.a |
420 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_pcap.a |
382 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_ring.a |
421 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_ring.a |
383 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_virtio_uio.a |
422 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_virtio.a |
384 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_vmxnet3_uio.a |
423 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_vmxnet3_uio.a |
385 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_port.a |
424 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_port.a |
386 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_reorder.a |
425 |
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_reorder.a |
387 |
- |
|
|