View | Details | Raw Unified | Return to bug 212387
Collapse All | Expand All

(-)b/net/dpdk/Makefile (-1 / +1 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	dpdk
3
PORTNAME=	dpdk
4
PORTVERSION=	2.2.0
4
PORTVERSION=	16.07
5
CATEGORIES=	net
5
CATEGORIES=	net
6
MASTER_SITES=	http://www.dpdk.org/browse/dpdk/snapshot/
6
MASTER_SITES=	http://www.dpdk.org/browse/dpdk/snapshot/
7
7
(-)b/net/dpdk/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (dpdk-2.2.0.tar.gz) = 77206ad93618ec93ef6e59566e240aa80b6f660d12693febf0fa96ee23bd610d
1
TIMESTAMP = 1472650936
2
SIZE (dpdk-2.2.0.tar.gz) = 16159110
2
SHA256 (dpdk-16.07.tar.gz) = cc982455a74357e465112bede5c29451b6eeb35f8c1c0dcea280dd3e7829f0e9
3
SIZE (dpdk-16.07.tar.gz) = 16961844
(-)b/net/dpdk/pkg-plist (-5 / +58 lines)
Lines 38-52 lib/dpdk Link Here
38
%%DATADIR%%/examples/ip_fragmentation/main.c
38
%%DATADIR%%/examples/ip_fragmentation/main.c
39
%%DATADIR%%/examples/ip_pipeline/Makefile
39
%%DATADIR%%/examples/ip_pipeline/Makefile
40
%%DATADIR%%/examples/ip_pipeline/app.h
40
%%DATADIR%%/examples/ip_pipeline/app.h
41
%%DATADIR%%/examples/ip_pipeline/config/action.cfg
42
%%DATADIR%%/examples/ip_pipeline/config/action.sh
43
%%DATADIR%%/examples/ip_pipeline/config/action.txt
44
%%DATADIR%%/examples/ip_pipeline/config/diagram-generator.py
41
%%DATADIR%%/examples/ip_pipeline/config/edge_router_downstream.cfg
45
%%DATADIR%%/examples/ip_pipeline/config/edge_router_downstream.cfg
42
%%DATADIR%%/examples/ip_pipeline/config/edge_router_downstream.sh
46
%%DATADIR%%/examples/ip_pipeline/config/edge_router_downstream.sh
43
%%DATADIR%%/examples/ip_pipeline/config/edge_router_upstream.cfg
47
%%DATADIR%%/examples/ip_pipeline/config/edge_router_upstream.cfg
44
%%DATADIR%%/examples/ip_pipeline/config/edge_router_upstream.sh
48
%%DATADIR%%/examples/ip_pipeline/config/edge_router_upstream.sh
49
%%DATADIR%%/examples/ip_pipeline/config/firewall.cfg
50
%%DATADIR%%/examples/ip_pipeline/config/firewall.sh
51
%%DATADIR%%/examples/ip_pipeline/config/firewall.txt
52
%%DATADIR%%/examples/ip_pipeline/config/flow.cfg
53
%%DATADIR%%/examples/ip_pipeline/config/flow.sh
54
%%DATADIR%%/examples/ip_pipeline/config/flow.txt
45
%%DATADIR%%/examples/ip_pipeline/config/ip_pipeline.cfg
55
%%DATADIR%%/examples/ip_pipeline/config/ip_pipeline.cfg
46
%%DATADIR%%/examples/ip_pipeline/config/ip_pipeline.sh
56
%%DATADIR%%/examples/ip_pipeline/config/ip_pipeline.sh
57
%%DATADIR%%/examples/ip_pipeline/config/kni.cfg
47
%%DATADIR%%/examples/ip_pipeline/config/l2fwd.cfg
58
%%DATADIR%%/examples/ip_pipeline/config/l2fwd.cfg
48
%%DATADIR%%/examples/ip_pipeline/config/l3fwd.cfg
59
%%DATADIR%%/examples/ip_pipeline/config/l3fwd.cfg
49
%%DATADIR%%/examples/ip_pipeline/config/l3fwd.sh
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
50
%%DATADIR%%/examples/ip_pipeline/config/tm_profile.cfg
66
%%DATADIR%%/examples/ip_pipeline/config/tm_profile.cfg
51
%%DATADIR%%/examples/ip_pipeline/config_check.c
67
%%DATADIR%%/examples/ip_pipeline/config_check.c
52
%%DATADIR%%/examples/ip_pipeline/config_parse.c
68
%%DATADIR%%/examples/ip_pipeline/config_parse.c
Lines 55-60 lib/dpdk Link Here
55
%%DATADIR%%/examples/ip_pipeline/cpu_core_map.h
71
%%DATADIR%%/examples/ip_pipeline/cpu_core_map.h
56
%%DATADIR%%/examples/ip_pipeline/init.c
72
%%DATADIR%%/examples/ip_pipeline/init.c
57
%%DATADIR%%/examples/ip_pipeline/main.c
73
%%DATADIR%%/examples/ip_pipeline/main.c
74
%%DATADIR%%/examples/ip_pipeline/parser.c
75
%%DATADIR%%/examples/ip_pipeline/parser.h
58
%%DATADIR%%/examples/ip_pipeline/pipeline.h
76
%%DATADIR%%/examples/ip_pipeline/pipeline.h
59
%%DATADIR%%/examples/ip_pipeline/pipeline/hash_func.h
77
%%DATADIR%%/examples/ip_pipeline/pipeline/hash_func.h
60
%%DATADIR%%/examples/ip_pipeline/pipeline/pipeline_actions_common.h
78
%%DATADIR%%/examples/ip_pipeline/pipeline/pipeline_actions_common.h
Lines 93-102 lib/dpdk Link Here
93
%%DATADIR%%/examples/ip_pipeline/thread_fe.h
111
%%DATADIR%%/examples/ip_pipeline/thread_fe.h
94
%%DATADIR%%/examples/ip_reassembly/Makefile
112
%%DATADIR%%/examples/ip_reassembly/Makefile
95
%%DATADIR%%/examples/ip_reassembly/main.c
113
%%DATADIR%%/examples/ip_reassembly/main.c
114
%%DATADIR%%/examples/ipsec-secgw/Makefile
115
%%DATADIR%%/examples/ipsec-secgw/esp.c
116
%%DATADIR%%/examples/ipsec-secgw/esp.h
117
%%DATADIR%%/examples/ipsec-secgw/ipip.h
118
%%DATADIR%%/examples/ipsec-secgw/ipsec-secgw.c
119
%%DATADIR%%/examples/ipsec-secgw/ipsec.c
120
%%DATADIR%%/examples/ipsec-secgw/ipsec.h
121
%%DATADIR%%/examples/ipsec-secgw/rt.c
122
%%DATADIR%%/examples/ipsec-secgw/sa.c
123
%%DATADIR%%/examples/ipsec-secgw/sp4.c
124
%%DATADIR%%/examples/ipsec-secgw/sp6.c
96
%%DATADIR%%/examples/ipv4_multicast/Makefile
125
%%DATADIR%%/examples/ipv4_multicast/Makefile
97
%%DATADIR%%/examples/ipv4_multicast/main.c
126
%%DATADIR%%/examples/ipv4_multicast/main.c
98
%%DATADIR%%/examples/kni/Makefile
127
%%DATADIR%%/examples/kni/Makefile
99
%%DATADIR%%/examples/kni/main.c
128
%%DATADIR%%/examples/kni/main.c
129
%%DATADIR%%/examples/l2fwd-cat/Makefile
130
%%DATADIR%%/examples/l2fwd-cat/cat.c
131
%%DATADIR%%/examples/l2fwd-cat/cat.h
132
%%DATADIR%%/examples/l2fwd-cat/l2fwd-cat.c
100
%%DATADIR%%/examples/l2fwd-crypto/Makefile
133
%%DATADIR%%/examples/l2fwd-crypto/Makefile
101
%%DATADIR%%/examples/l2fwd-crypto/main.c
134
%%DATADIR%%/examples/l2fwd-crypto/main.c
102
%%DATADIR%%/examples/l2fwd-ivshmem/Makefile
135
%%DATADIR%%/examples/l2fwd-ivshmem/Makefile
Lines 108-114 lib/dpdk Link Here
108
%%DATADIR%%/examples/l2fwd-jobstats/Makefile
141
%%DATADIR%%/examples/l2fwd-jobstats/Makefile
109
%%DATADIR%%/examples/l2fwd-jobstats/main.c
142
%%DATADIR%%/examples/l2fwd-jobstats/main.c
110
%%DATADIR%%/examples/l2fwd-keepalive/Makefile
143
%%DATADIR%%/examples/l2fwd-keepalive/Makefile
144
%%DATADIR%%/examples/l2fwd-keepalive/ka-agent/Makefile
145
%%DATADIR%%/examples/l2fwd-keepalive/ka-agent/main.c
111
%%DATADIR%%/examples/l2fwd-keepalive/main.c
146
%%DATADIR%%/examples/l2fwd-keepalive/main.c
147
%%DATADIR%%/examples/l2fwd-keepalive/shm.c
148
%%DATADIR%%/examples/l2fwd-keepalive/shm.h
112
%%DATADIR%%/examples/l2fwd/Makefile
149
%%DATADIR%%/examples/l2fwd/Makefile
113
%%DATADIR%%/examples/l2fwd/main.c
150
%%DATADIR%%/examples/l2fwd/main.c
114
%%DATADIR%%/examples/l3fwd-acl/Makefile
151
%%DATADIR%%/examples/l3fwd-acl/Makefile
Lines 118-123 lib/dpdk Link Here
118
%%DATADIR%%/examples/l3fwd-vf/Makefile
155
%%DATADIR%%/examples/l3fwd-vf/Makefile
119
%%DATADIR%%/examples/l3fwd-vf/main.c
156
%%DATADIR%%/examples/l3fwd-vf/main.c
120
%%DATADIR%%/examples/l3fwd/Makefile
157
%%DATADIR%%/examples/l3fwd/Makefile
158
%%DATADIR%%/examples/l3fwd/l3fwd.h
159
%%DATADIR%%/examples/l3fwd/l3fwd_em.c
160
%%DATADIR%%/examples/l3fwd/l3fwd_em.h
161
%%DATADIR%%/examples/l3fwd/l3fwd_em_hlm_sse.h
162
%%DATADIR%%/examples/l3fwd/l3fwd_em_sse.h
163
%%DATADIR%%/examples/l3fwd/l3fwd_lpm.c
164
%%DATADIR%%/examples/l3fwd/l3fwd_lpm.h
165
%%DATADIR%%/examples/l3fwd/l3fwd_lpm_sse.h
166
%%DATADIR%%/examples/l3fwd/l3fwd_sse.h
121
%%DATADIR%%/examples/l3fwd/main.c
167
%%DATADIR%%/examples/l3fwd/main.c
122
%%DATADIR%%/examples/link_status_interrupt/Makefile
168
%%DATADIR%%/examples/link_status_interrupt/Makefile
123
%%DATADIR%%/examples/link_status_interrupt/main.c
169
%%DATADIR%%/examples/link_status_interrupt/main.c
Lines 285-294 lib/dpdk Link Here
285
%%DATADIR%%/mk/internal/rte.extvars.mk
331
%%DATADIR%%/mk/internal/rte.extvars.mk
286
%%DATADIR%%/mk/internal/rte.install-post.mk
332
%%DATADIR%%/mk/internal/rte.install-post.mk
287
%%DATADIR%%/mk/internal/rte.install-pre.mk
333
%%DATADIR%%/mk/internal/rte.install-pre.mk
288
%%DATADIR%%/mk/machine/armv7-a/rte.vars.mk
334
%%DATADIR%%/mk/machine/armv7a/rte.vars.mk
289
%%DATADIR%%/mk/machine/armv8a/rte.vars.mk
335
%%DATADIR%%/mk/machine/armv8a/rte.vars.mk
290
%%DATADIR%%/mk/machine/atm/rte.vars.mk
336
%%DATADIR%%/mk/machine/atm/rte.vars.mk
291
%%DATADIR%%/mk/machine/default/rte.vars.mk
337
%%DATADIR%%/mk/machine/default/rte.vars.mk
338
%%DATADIR%%/mk/machine/dpaa2/rte.vars.mk
292
%%DATADIR%%/mk/machine/hsw/rte.vars.mk
339
%%DATADIR%%/mk/machine/hsw/rte.vars.mk
293
%%DATADIR%%/mk/machine/ivb/rte.vars.mk
340
%%DATADIR%%/mk/machine/ivb/rte.vars.mk
294
%%DATADIR%%/mk/machine/native/rte.vars.mk
341
%%DATADIR%%/mk/machine/native/rte.vars.mk
Lines 301-306 lib/dpdk Link Here
301
%%DATADIR%%/mk/machine/xgene1/rte.vars.mk
348
%%DATADIR%%/mk/machine/xgene1/rte.vars.mk
302
%%DATADIR%%/mk/rte.app.mk
349
%%DATADIR%%/mk/rte.app.mk
303
%%DATADIR%%/mk/rte.bsdmodule.mk
350
%%DATADIR%%/mk/rte.bsdmodule.mk
351
%%DATADIR%%/mk/rte.combinedlib.mk
304
%%DATADIR%%/mk/rte.cpuflags.mk
352
%%DATADIR%%/mk/rte.cpuflags.mk
305
%%DATADIR%%/mk/rte.extapp.mk
353
%%DATADIR%%/mk/rte.extapp.mk
306
%%DATADIR%%/mk/rte.extlib.mk
354
%%DATADIR%%/mk/rte.extlib.mk
Lines 324-330 lib/dpdk Link Here
324
%%DATADIR%%/mk/rte.sdkroot.mk
372
%%DATADIR%%/mk/rte.sdkroot.mk
325
%%DATADIR%%/mk/rte.sdktest.mk
373
%%DATADIR%%/mk/rte.sdktest.mk
326
%%DATADIR%%/mk/rte.shared.mk
374
%%DATADIR%%/mk/rte.shared.mk
327
%%DATADIR%%/mk/rte.sharelib.mk
328
%%DATADIR%%/mk/rte.subdir.mk
375
%%DATADIR%%/mk/rte.subdir.mk
329
%%DATADIR%%/mk/rte.vars.mk
376
%%DATADIR%%/mk/rte.vars.mk
330
%%DATADIR%%/mk/target/generic/rte.app.mk
377
%%DATADIR%%/mk/target/generic/rte.app.mk
Lines 380-385 lib/dpdk Link Here
380
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_config.h
427
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_config.h
381
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_cpuflags.h
428
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_cpuflags.h
382
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_crypto.h
429
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_crypto.h
430
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_crypto_sym.h
383
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_cryptodev.h
431
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_cryptodev.h
384
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_cryptodev_pmd.h
432
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_cryptodev_pmd.h
385
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_cycles.h
433
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_cycles.h
Lines 415-425 lib/dpdk Link Here
415
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_log.h
463
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_log.h
416
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_lpm.h
464
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_lpm.h
417
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_lpm6.h
465
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_lpm6.h
466
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_lpm_sse.h
418
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_lru.h
467
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_lru.h
419
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_malloc.h
468
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_malloc.h
420
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_malloc_heap.h
469
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_malloc_heap.h
421
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_mbuf.h
470
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_mbuf.h
422
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_mbuf_offload.h
423
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_memcpy.h
471
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_memcpy.h
424
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_memory.h
472
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_memory.h
425
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_mempool.h
473
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_mempool.h
Lines 429-434 lib/dpdk Link Here
429
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_pci_dev_feature_defs.h
477
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_pci_dev_feature_defs.h
430
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_pci_dev_features.h
478
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_pci_dev_features.h
431
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_pci_dev_ids.h
479
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_pci_dev_ids.h
480
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_pdump.h
432
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_per_lcore.h
481
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_per_lcore.h
433
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_pipeline.h
482
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_pipeline.h
434
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_port.h
483
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_port.h
Lines 440-445 lib/dpdk Link Here
440
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_port_source_sink.h
489
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_port_source_sink.h
441
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_prefetch.h
490
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_prefetch.h
442
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_random.h
491
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_random.h
492
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_reciprocal.h
443
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_red.h
493
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_red.h
444
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_reorder.h
494
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_reorder.h
445
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_ring.h
495
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_ring.h
Lines 465-470 lib/dpdk Link Here
465
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_udp.h
515
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_udp.h
466
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_vect.h
516
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_vect.h
467
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_version.h
517
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_version.h
518
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/libdpdk.a
468
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/libethdev.a
519
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/libethdev.a
469
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_acl.a
520
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_acl.a
470
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_cfgfile.a
521
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_cfgfile.a
Lines 478-496 lib/dpdk Link Here
478
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_kvargs.a
529
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_kvargs.a
479
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_lpm.a
530
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_lpm.a
480
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_mbuf.a
531
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_mbuf.a
481
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_mbuf_offload.a
482
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_mempool.a
532
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_mempool.a
483
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_meter.a
533
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_meter.a
534
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pdump.a
484
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pipeline.a
535
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pipeline.a
536
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_bnxt.a
485
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_bond.a
537
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_bond.a
486
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_cxgbe.a
538
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_cxgbe.a
487
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_e1000.a
539
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_e1000.a
540
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_ena.a
488
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_enic.a
541
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_enic.a
489
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_fm10k.a
542
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_fm10k.a
490
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_i40e.a
543
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_i40e.a
491
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_ixgbe.a
544
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_ixgbe.a
492
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_null.a
545
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_null.a
493
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_pcap.a
546
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_null_crypto.a
494
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_ring.a
547
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_ring.a
495
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_virtio.a
548
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_virtio.a
496
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_vmxnet3_uio.a
549
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_vmxnet3_uio.a

Return to bug 212387