To bring the coding style for applications like VPP into line with standard practices, one expects them to include system header files with the path starting from /usr/include, some examples:
#include <linux/igmp.h> #include <net/route.h> #include <alsa/mixer.h> and thus #include <dpdk/rte_mbuf.h> Up until now, this has not been possible, and instead, we see things like #include <rte_mbuf.h> The goal is to give a professional, open source, feel to projects like VPP and DPDK. Burt Silverman (1): build system: apps will use <dpdk/rtefileh> app/cmdline_test/cmdline_test.c | 8 +-- app/cmdline_test/commands.c | 10 ++-- app/pdump/main.c | 26 ++++----- app/proc_info/main.c | 32 +++++------ app/test-acl/main.c | 10 ++-- app/test-pipeline/config.c | 58 +++++++++---------- app/test-pipeline/init.c | 58 +++++++++---------- app/test-pipeline/main.c | 56 +++++++++--------- app/test-pipeline/pipeline_acl.c | 18 +++--- app/test-pipeline/pipeline_hash.c | 18 +++--- app/test-pipeline/pipeline_lpm.c | 18 +++--- app/test-pipeline/pipeline_lpm_ipv6.c | 18 +++--- app/test-pipeline/pipeline_stub.c | 8 +-- app/test-pipeline/runtime.c | 58 +++++++++---------- app/test-pmd/cmdline.c | 66 +++++++++++----------- app/test-pmd/config.c | 44 +++++++-------- app/test-pmd/csumonly.c | 58 +++++++++---------- app/test-pmd/flowgen.c | 52 ++++++++--------- app/test-pmd/icmpecho.c | 38 ++++++------- app/test-pmd/ieee1588fwd.c | 4 +- app/test-pmd/iofwd.c | 46 +++++++-------- app/test-pmd/macfwd.c | 48 ++++++++-------- app/test-pmd/macswap.c | 48 ++++++++-------- app/test-pmd/parameters.c | 46 +++++++-------- app/test-pmd/rxonly.c | 50 ++++++++-------- app/test-pmd/testpmd.c | 54 +++++++++--------- app/test-pmd/txonly.c | 54 +++++++++--------- app/test/commands.c | 48 ++++++++-------- app/test/packet_burst_generator.c | 4 +- app/test/packet_burst_generator.h | 10 ++-- app/test/resource.c | 2 +- app/test/resource.h | 4 +- app/test/test.c | 22 ++++---- app/test/test.h | 8 +-- app/test/test_acl.c | 12 ++-- app/test/test_alarm.c | 12 ++-- app/test/test_atomic.c | 16 +++--- app/test/test_byteorder.c | 2 +- app/test/test_cmdline_cirbuf.c | 4 +- app/test/test_cmdline_etheraddr.c | 8 +-- app/test/test_cmdline_ipaddr.c | 6 +- app/test/test_cmdline_lib.c | 10 ++-- app/test/test_cmdline_num.c | 6 +- app/test/test_cmdline_portlist.c | 4 +- app/test/test_cmdline_string.c | 8 +-- app/test/test_common.c | 4 +- app/test/test_cpuflags.c | 4 +- app/test/test_cryptodev.c | 18 +++--- app/test/test_cryptodev_aes.c | 18 +++--- app/test/test_cryptodev_perf.c | 16 +++--- app/test/test_cycles.c | 4 +- app/test/test_debug.c | 6 +- app/test/test_devargs.c | 4 +- app/test/test_distributor.c | 10 ++-- app/test/test_distributor_perf.c | 10 ++-- app/test/test_eal_flags.c | 4 +- app/test/test_errno.c | 6 +- app/test/test_func_reentrancy.c | 42 +++++++------- app/test/test_hash.c | 26 ++++----- app/test/test_hash_functions.c | 10 ++-- app/test/test_hash_multiwriter.c | 14 ++--- app/test/test_hash_perf.c | 18 +++--- app/test/test_hash_scaling.c | 10 ++-- app/test/test_interrupts.c | 6 +- app/test/test_ivshmem.c | 2 +- app/test/test_kni.c | 10 ++-- app/test/test_kvargs.c | 4 +- app/test/test_link_bonding.c | 20 +++---- app/test/test_link_bonding_mode4.c | 26 ++++----- app/test/test_link_bonding_rssconf.c | 26 ++++----- app/test/test_logs.c | 14 ++--- app/test/test_lpm.c | 2 +- app/test/test_lpm6.c | 4 +- app/test/test_lpm6_perf.c | 8 +-- app/test/test_lpm_perf.c | 8 +-- app/test/test_lpm_routes.h | 2 +- app/test/test_malloc.c | 24 ++++---- app/test/test_mbuf.c | 36 ++++++------ app/test/test_memcpy.c | 6 +- app/test/test_memcpy_perf.c | 10 ++-- app/test/test_memory.c | 4 +- app/test/test_mempool.c | 32 +++++------ app/test/test_mempool_perf.c | 32 +++++------ app/test/test_memzone.c | 20 +++---- app/test/test_meter.c | 4 +- app/test/test_mp_secondary.c | 36 ++++++------ app/test/test_pci.c | 8 +-- app/test/test_per_lcore.c | 18 +++--- app/test/test_pmd_perf.c | 10 ++-- app/test/test_pmd_ring.c | 4 +- app/test/test_pmd_ring_perf.c | 10 ++-- app/test/test_power.c | 2 +- app/test/test_power_acpi_cpufreq.c | 2 +- app/test/test_power_kvm_vm.c | 2 +- app/test/test_prefetch.c | 2 +- app/test/test_red.c | 2 +- app/test/test_reorder.c | 12 ++-- app/test/test_ring.c | 34 +++++------ app/test/test_ring_perf.c | 6 +- app/test/test_rwlock.c | 22 ++++---- app/test/test_sched.c | 10 ++-- app/test/test_spinlock.c | 22 ++++---- app/test/test_string_fns.c | 2 +- app/test/test_table.c | 6 +- app/test/test_table.h | 20 +++---- app/test/test_table_acl.c | 2 +- app/test/test_table_combined.c | 2 +- app/test/test_table_pipeline.c | 6 +- app/test/test_table_tables.c | 8 +-- app/test/test_tailq.c | 6 +- app/test/test_thash.c | 8 +-- app/test/test_timer.c | 26 ++++----- app/test/test_timer_perf.c | 12 ++-- app/test/test_timer_racecond.c | 12 ++-- app/test/test_version.c | 4 +- app/test/test_xmmt_ops.h | 2 +- app/test/virtual_pmd.c | 12 ++-- app/test/virtual_pmd.h | 2 +- buildtools/pmdinfogen/pmdinfogen.c | 2 +- buildtools/pmdinfogen/pmdinfogen.h | 4 +- drivers/crypto/null/null_crypto_pmd.c | 8 +-- drivers/crypto/null/null_crypto_pmd_ops.c | 6 +- drivers/net/af_packet/rte_eth_af_packet.c | 10 ++-- drivers/net/bnxt/bnxt.h | 8 +-- drivers/net/bnxt/bnxt_cpr.c | 2 +- drivers/net/bnxt/bnxt_ethdev.c | 8 +-- drivers/net/bnxt/bnxt_filter.c | 4 +- drivers/net/bnxt/bnxt_filter.h | 2 +- drivers/net/bnxt/bnxt_hwrm.c | 12 ++-- drivers/net/bnxt/bnxt_ring.c | 2 +- drivers/net/bnxt/bnxt_ring.h | 2 +- drivers/net/bnxt/bnxt_rxq.c | 2 +- drivers/net/bnxt/bnxt_rxr.c | 6 +- drivers/net/bnxt/bnxt_stats.c | 2 +- drivers/net/bnxt/bnxt_stats.h | 2 +- drivers/net/bnxt/bnxt_txq.c | 2 +- drivers/net/bnxt/bnxt_txr.c | 4 +- drivers/net/bnxt/bnxt_vnic.c | 4 +- drivers/net/bonding/rte_eth_bond.h | 2 +- drivers/net/bonding/rte_eth_bond_8023ad.c | 10 ++-- drivers/net/bonding/rte_eth_bond_8023ad.h | 2 +- drivers/net/bonding/rte_eth_bond_8023ad_private.h | 6 +- drivers/net/bonding/rte_eth_bond_alb.h | 4 +- drivers/net/bonding/rte_eth_bond_api.c | 8 +-- drivers/net/bonding/rte_eth_bond_args.c | 8 +-- drivers/net/bonding/rte_eth_bond_pmd.c | 24 ++++---- drivers/net/bonding/rte_eth_bond_private.h | 4 +- drivers/net/cxgbe/base/adapter.h | 2 +- drivers/net/cxgbe/base/t4_hw.c | 36 ++++++------ drivers/net/cxgbe/cxgbe_compat.h | 12 ++-- drivers/net/cxgbe/cxgbe_ethdev.c | 40 ++++++------- drivers/net/cxgbe/cxgbe_main.c | 40 ++++++------- drivers/net/cxgbe/sge.c | 40 ++++++------- drivers/net/e1000/base/e1000_osdep.h | 10 ++-- drivers/net/e1000/e1000_ethdev.h | 2 +- drivers/net/e1000/em_ethdev.c | 28 ++++----- drivers/net/e1000/em_rxtx.c | 54 +++++++++--------- drivers/net/e1000/igb_ethdev.c | 32 +++++------ drivers/net/e1000/igb_pf.c | 18 +++--- drivers/net/e1000/igb_rxtx.c | 52 ++++++++--------- drivers/net/ena/base/ena_com.h | 4 +- drivers/net/ena/base/ena_plat_dpdk.h | 14 ++--- drivers/net/ena/ena_ethdev.c | 16 +++--- drivers/net/ena/ena_ethdev.h | 2 +- drivers/net/enic/base/vnic_cq.h | 2 +- drivers/net/enic/base/vnic_dev.c | 6 +- drivers/net/enic/base/vnic_dev.h | 2 +- drivers/net/enic/base/vnic_wq.h | 2 +- drivers/net/enic/enic.h | 2 +- drivers/net/enic/enic_clsf.c | 12 ++-- drivers/net/enic/enic_compat.h | 6 +- drivers/net/enic/enic_ethdev.c | 8 +-- drivers/net/enic/enic_main.c | 12 ++-- drivers/net/enic/enic_res.c | 2 +- drivers/net/enic/enic_rxtx.c | 6 +- drivers/net/fm10k/base/fm10k_osdep.h | 6 +- drivers/net/fm10k/fm10k.h | 8 +-- drivers/net/fm10k/fm10k_ethdev.c | 14 ++--- drivers/net/fm10k/fm10k_logs.h | 2 +- drivers/net/fm10k/fm10k_rxtx.c | 4 +- drivers/net/fm10k/fm10k_rxtx_vec.c | 4 +- drivers/net/i40e/base/i40e_osdep.h | 12 ++-- drivers/net/i40e/i40e_ethdev.c | 22 ++++---- drivers/net/i40e/i40e_ethdev.h | 6 +- drivers/net/i40e/i40e_ethdev_vf.c | 38 ++++++------- drivers/net/i40e/i40e_fdir.c | 20 +++---- drivers/net/i40e/i40e_pf.c | 14 ++--- drivers/net/i40e/i40e_rxtx.c | 18 +++--- drivers/net/i40e/i40e_rxtx_vec.c | 4 +- drivers/net/ixgbe/base/ixgbe_osdep.h | 10 ++-- drivers/net/ixgbe/ixgbe_bypass.c | 4 +- drivers/net/ixgbe/ixgbe_ethdev.c | 44 +++++++-------- drivers/net/ixgbe/ixgbe_ethdev.h | 2 +- drivers/net/ixgbe/ixgbe_fdir.c | 12 ++-- drivers/net/ixgbe/ixgbe_pf.c | 18 +++--- drivers/net/ixgbe/ixgbe_rxtx.c | 56 +++++++++--------- drivers/net/ixgbe/ixgbe_rxtx_vec_common.h | 2 +- drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c | 4 +- drivers/net/nfp/nfp_net.c | 28 ++++----- drivers/net/nfp/nfp_net_logs.h | 2 +- drivers/net/null/rte_eth_null.c | 14 ++--- drivers/net/ring/rte_eth_ring.c | 18 +++--- drivers/net/ring/rte_eth_ring.h | 2 +- drivers/net/vhost/rte_eth_vhost.c | 16 +++--- drivers/net/vhost/rte_eth_vhost.h | 2 +- drivers/net/virtio/virtio_ethdev.c | 30 +++++----- drivers/net/virtio/virtio_logs.h | 2 +- drivers/net/virtio/virtio_pci.h | 4 +- drivers/net/virtio/virtio_ring.h | 2 +- drivers/net/virtio/virtio_rxtx.c | 26 ++++----- drivers/net/virtio/virtio_rxtx_simple.c | 26 ++++----- drivers/net/virtio/virtio_user_ethdev.c | 4 +- drivers/net/virtio/virtqueue.c | 2 +- drivers/net/virtio/virtqueue.h | 8 +-- drivers/net/vmxnet3/vmxnet3_ethdev.c | 40 ++++++------- drivers/net/vmxnet3/vmxnet3_rxtx.c | 56 +++++++++--------- lib/librte_acl/rte_acl.h | 2 +- lib/librte_acl/rte_acl_osdep.h | 36 ++++++------ lib/librte_cfgfile/rte_cfgfile.c | 2 +- lib/librte_cmdline/cmdline.c | 2 +- lib/librte_cmdline/cmdline.h | 2 +- lib/librte_cmdline/cmdline_parse.c | 2 +- lib/librte_cmdline/cmdline_parse_etheraddr.c | 2 +- lib/librte_cmdline/cmdline_parse_etheraddr.h | 2 +- lib/librte_cmdline/cmdline_parse_ipaddr.c | 2 +- lib/librte_cmdline/cmdline_parse_ipaddr.h | 2 +- lib/librte_cmdline/cmdline_parse_num.c | 2 +- lib/librte_cmdline/cmdline_parse_num.h | 2 +- lib/librte_cmdline/cmdline_parse_portlist.c | 2 +- lib/librte_cmdline/cmdline_parse_portlist.h | 2 +- lib/librte_cmdline/cmdline_parse_string.c | 2 +- lib/librte_cmdline/cmdline_parse_string.h | 2 +- lib/librte_cmdline/cmdline_rdline.h | 4 +- lib/librte_compat/rte_compat.h | 2 +- lib/librte_cryptodev/rte_crypto.h | 8 +-- lib/librte_cryptodev/rte_crypto_sym.h | 6 +- lib/librte_cryptodev/rte_cryptodev.c | 48 ++++++++-------- lib/librte_cryptodev/rte_cryptodev.h | 6 +- lib/librte_cryptodev/rte_cryptodev_pmd.h | 18 +++--- lib/librte_distributor/rte_distributor.c | 12 ++-- lib/librte_eal/common/arch/x86/rte_cpuflags.c | 2 +- lib/librte_eal/common/arch/x86/rte_spinlock.c | 2 +- lib/librte_eal/common/eal_common_cpuflags.c | 2 +- lib/librte_eal/common/eal_common_launch.c | 2 +- lib/librte_eal/common/eal_common_options.c | 12 ++-- lib/librte_eal/common/eal_common_tailqs.c | 2 +- lib/librte_eal/common/eal_common_timer.c | 2 +- lib/librte_eal/common/eal_filesystem.h | 2 +- lib/librte_eal/common/eal_internal_cfg.h | 4 +- lib/librte_eal/common/eal_private.h | 2 +- lib/librte_eal/common/eal_thread.h | 2 +- .../common/include/arch/arm/rte_atomic.h | 4 +- .../common/include/arch/arm/rte_atomic_32.h | 2 +- .../common/include/arch/arm/rte_atomic_64.h | 2 +- .../common/include/arch/arm/rte_byteorder.h | 2 +- .../common/include/arch/arm/rte_cpuflags.h | 4 +- .../common/include/arch/arm/rte_cpuflags_32.h | 2 +- .../common/include/arch/arm/rte_cpuflags_64.h | 2 +- .../common/include/arch/arm/rte_cycles.h | 4 +- .../common/include/arch/arm/rte_cycles_32.h | 2 +- .../common/include/arch/arm/rte_cycles_64.h | 2 +- .../common/include/arch/arm/rte_memcpy.h | 4 +- .../common/include/arch/arm/rte_memcpy_32.h | 2 +- .../common/include/arch/arm/rte_memcpy_64.h | 2 +- .../common/include/arch/arm/rte_prefetch.h | 4 +- .../common/include/arch/arm/rte_prefetch_32.h | 2 +- .../common/include/arch/arm/rte_prefetch_64.h | 2 +- .../common/include/arch/arm/rte_rwlock.h | 2 +- .../common/include/arch/arm/rte_spinlock.h | 4 +- .../common/include/arch/ppc_64/rte_atomic.h | 2 +- .../common/include/arch/ppc_64/rte_byteorder.h | 2 +- .../common/include/arch/ppc_64/rte_cpuflags.h | 2 +- .../common/include/arch/ppc_64/rte_cycles.h | 4 +- .../common/include/arch/ppc_64/rte_memcpy.h | 2 +- .../common/include/arch/ppc_64/rte_prefetch.h | 2 +- .../common/include/arch/ppc_64/rte_rwlock.h | 2 +- .../common/include/arch/ppc_64/rte_spinlock.h | 4 +- .../common/include/arch/tile/rte_atomic.h | 2 +- .../common/include/arch/tile/rte_byteorder.h | 2 +- .../common/include/arch/tile/rte_cpuflags.h | 2 +- .../common/include/arch/tile/rte_cycles.h | 2 +- .../common/include/arch/tile/rte_memcpy.h | 2 +- .../common/include/arch/tile/rte_prefetch.h | 2 +- .../common/include/arch/tile/rte_rwlock.h | 2 +- .../common/include/arch/tile/rte_spinlock.h | 4 +- .../common/include/arch/x86/rte_atomic.h | 2 +- .../common/include/arch/x86/rte_byteorder.h | 6 +- .../common/include/arch/x86/rte_cpuflags.h | 2 +- .../common/include/arch/x86/rte_cycles.h | 4 +- .../common/include/arch/x86/rte_memcpy.h | 2 +- .../common/include/arch/x86/rte_prefetch.h | 2 +- .../common/include/arch/x86/rte_rwlock.h | 4 +- .../common/include/arch/x86/rte_spinlock.h | 10 ++-- lib/librte_eal/common/include/generic/rte_cycles.h | 4 +- lib/librte_eal/common/include/generic/rte_rwlock.h | 4 +- .../common/include/generic/rte_spinlock.h | 4 +- lib/librte_eal/common/include/rte_debug.h | 4 +- lib/librte_eal/common/include/rte_dev.h | 2 +- lib/librte_eal/common/include/rte_devargs.h | 2 +- lib/librte_eal/common/include/rte_eal.h | 2 +- lib/librte_eal/common/include/rte_eal_memconfig.h | 10 ++-- lib/librte_eal/common/include/rte_errno.h | 2 +- lib/librte_eal/common/include/rte_interrupts.h | 2 +- lib/librte_eal/common/include/rte_keepalive.h | 2 +- lib/librte_eal/common/include/rte_lcore.h | 6 +- lib/librte_eal/common/include/rte_malloc.h | 2 +- lib/librte_eal/common/include/rte_malloc_heap.h | 4 +- lib/librte_eal/common/include/rte_memory.h | 4 +- lib/librte_eal/common/include/rte_memzone.h | 2 +- lib/librte_eal/common/include/rte_pci.h | 2 +- .../common/include/rte_pci_dev_features.h | 2 +- lib/librte_eal/common/include/rte_tailq.h | 2 +- lib/librte_eal/common/include/rte_version.h | 2 +- lib/librte_eal/common/malloc_elem.c | 2 +- lib/librte_eal/common/malloc_elem.h | 2 +- lib/librte_eal/common/malloc_heap.c | 6 +- lib/librte_eal/common/malloc_heap.h | 4 +- lib/librte_eal/common/rte_keepalive.c | 3 +- lib/librte_eal/common/rte_malloc.c | 4 +- lib/librte_eal/linuxapp/eal/eal.c | 40 ++++++------- lib/librte_eal/linuxapp/eal/eal_alarm.c | 24 ++++---- lib/librte_eal/linuxapp/eal/eal_debug.c | 6 +- lib/librte_eal/linuxapp/eal/eal_hugepage_info.c | 18 +++--- lib/librte_eal/linuxapp/eal/eal_interrupts.c | 32 +++++------ lib/librte_eal/linuxapp/eal/eal_ivshmem.c | 22 ++++---- lib/librte_eal/linuxapp/eal/eal_lcore.c | 12 ++-- lib/librte_eal/linuxapp/eal/eal_log.c | 16 +++--- lib/librte_eal/linuxapp/eal/eal_memory.c | 20 +++---- lib/librte_eal/linuxapp/eal/eal_pci.c | 12 ++-- lib/librte_eal/linuxapp/eal/eal_pci_uio.c | 10 ++-- lib/librte_eal/linuxapp/eal/eal_pci_vfio.c | 8 +-- lib/librte_eal/linuxapp/eal/eal_thread.c | 20 +++---- lib/librte_eal/linuxapp/eal/eal_timer.c | 16 +++--- lib/librte_eal/linuxapp/eal/eal_vfio.c | 6 +- lib/librte_eal/linuxapp/eal/eal_xen_memory.c | 20 +++---- lib/librte_eal/linuxapp/igb_uio/igb_uio.c | 2 +- lib/librte_eal/linuxapp/kni/kni_dev.h | 2 +- lib/librte_eal/linuxapp/kni/kni_fifo.h | 2 +- lib/librte_eal/linuxapp/kni/kni_misc.c | 10 ++-- lib/librte_eal/linuxapp/kni/kni_net.c | 2 +- lib/librte_eal/linuxapp/xen_dom0/dom0_mm_dev.h | 2 +- lib/librte_ether/rte_ethdev.c | 44 +++++++-------- lib/librte_ether/rte_ethdev.h | 18 +++--- lib/librte_ether/rte_ether.h | 8 +-- lib/librte_hash/rte_crc_arm64.h | 6 +- lib/librte_hash/rte_cuckoo_hash.c | 38 ++++++------- lib/librte_hash/rte_fbk_hash.c | 24 ++++---- lib/librte_hash/rte_fbk_hash.h | 4 +- lib/librte_hash/rte_hash_crc.h | 8 +-- lib/librte_hash/rte_jhash.h | 4 +- lib/librte_hash/rte_thash.h | 6 +- lib/librte_ip_frag/ip_frag_internal.c | 4 +- lib/librte_ip_frag/rte_ip_frag.h | 8 +-- lib/librte_ip_frag/rte_ip_frag_common.c | 4 +- lib/librte_ip_frag/rte_ipv4_fragmentation.c | 6 +- lib/librte_ip_frag/rte_ipv4_reassembly.c | 2 +- lib/librte_ip_frag/rte_ipv6_fragmentation.c | 2 +- lib/librte_ip_frag/rte_ipv6_reassembly.c | 2 +- lib/librte_ivshmem/rte_ivshmem.h | 4 +- lib/librte_jobstats/rte_jobstats.c | 12 ++-- lib/librte_jobstats/rte_jobstats.h | 4 +- lib/librte_kni/rte_kni.c | 14 ++--- lib/librte_kni/rte_kni.h | 8 +-- lib/librte_kvargs/rte_kvargs.c | 4 +- lib/librte_lpm/rte_lpm.c | 26 ++++----- lib/librte_lpm/rte_lpm.h | 16 +++--- lib/librte_lpm/rte_lpm6.c | 28 ++++----- lib/librte_lpm/rte_lpm_neon.h | 8 +-- lib/librte_lpm/rte_lpm_sse.h | 8 +-- lib/librte_mbuf/rte_mbuf.c | 32 +++++------ lib/librte_mbuf/rte_mbuf.h | 12 ++-- lib/librte_mempool/rte_mempool.c | 34 +++++------ lib/librte_mempool/rte_mempool.h | 16 +++--- lib/librte_mempool/rte_mempool_ops.c | 2 +- lib/librte_mempool/rte_mempool_ring.c | 4 +- lib/librte_mempool/rte_mempool_stack.c | 2 +- lib/librte_meter/rte_meter.c | 6 +- lib/librte_net/rte_arp.h | 2 +- lib/librte_net/rte_ip.h | 4 +- lib/librte_pdump/rte_pdump.c | 14 ++--- lib/librte_pipeline/rte_pipeline.c | 18 +++--- lib/librte_pipeline/rte_pipeline.h | 4 +- lib/librte_port/rte_port.h | 2 +- lib/librte_port/rte_port_ethdev.c | 6 +- lib/librte_port/rte_port_ethdev.h | 2 +- lib/librte_port/rte_port_frag.c | 6 +- lib/librte_port/rte_port_frag.h | 4 +- lib/librte_port/rte_port_kni.c | 6 +- lib/librte_port/rte_port_kni.h | 2 +- lib/librte_port/rte_port_ras.c | 8 +-- lib/librte_port/rte_port_ras.h | 4 +- lib/librte_port/rte_port_ring.c | 6 +- lib/librte_port/rte_port_ring.h | 4 +- lib/librte_port/rte_port_sched.c | 4 +- lib/librte_port/rte_port_sched.h | 4 +- lib/librte_port/rte_port_source_sink.c | 10 ++-- lib/librte_port/rte_port_source_sink.h | 2 +- lib/librte_power/guest_channel.c | 2 +- lib/librte_power/rte_power.c | 2 +- lib/librte_power/rte_power.h | 8 +-- lib/librte_power/rte_power_acpi_cpufreq.c | 4 +- lib/librte_power/rte_power_acpi_cpufreq.h | 8 +-- lib/librte_power/rte_power_kvm_vm.c | 2 +- lib/librte_power/rte_power_kvm_vm.h | 8 +-- lib/librte_reorder/rte_reorder.c | 12 ++-- lib/librte_ring/rte_ring.c | 30 +++++----- lib/librte_ring/rte_ring.h | 12 ++-- lib/librte_sched/rte_bitmap.h | 10 ++-- lib/librte_sched/rte_reciprocal.c | 2 +- lib/librte_sched/rte_red.c | 4 +- lib/librte_sched/rte_red.h | 8 +-- lib/librte_sched/rte_sched.c | 18 +++--- lib/librte_sched/rte_sched.h | 6 +- lib/librte_table/rte_table.h | 2 +- lib/librte_table/rte_table_acl.c | 12 ++-- lib/librte_table/rte_table_acl.h | 4 +- lib/librte_table/rte_table_array.c | 10 ++-- lib/librte_table/rte_table_array.h | 2 +- lib/librte_table/rte_table_hash.h | 2 +- lib/librte_table/rte_table_hash_ext.c | 10 ++-- lib/librte_table/rte_table_hash_key16.c | 10 ++-- lib/librte_table/rte_table_hash_key32.c | 10 ++-- lib/librte_table/rte_table_hash_key8.c | 10 ++-- lib/librte_table/rte_table_hash_lru.c | 10 ++-- lib/librte_table/rte_table_lpm.c | 14 ++--- lib/librte_table/rte_table_lpm.h | 2 +- lib/librte_table/rte_table_lpm_ipv6.c | 14 ++--- lib/librte_table/rte_table_lpm_ipv6.h | 2 +- lib/librte_table/rte_table_stub.c | 4 +- lib/librte_table/rte_table_stub.h | 2 +- lib/librte_timer/rte_timer.c | 26 ++++----- lib/librte_vhost/rte_virtio_net.h | 6 +- lib/librte_vhost/vhost-net.h | 2 +- lib/librte_vhost/vhost_rxtx.c | 16 +++--- lib/librte_vhost/vhost_user/fd_man.c | 4 +- lib/librte_vhost/vhost_user/vhost-net-user.c | 2 +- lib/librte_vhost/vhost_user/virtio-net-user.c | 4 +- lib/librte_vhost/virtio-net.c | 10 ++-- mk/internal/rte.build-post.mk | 1 + mk/internal/rte.install-post.mk | 13 +++-- mk/internal/rte.install-pre.mk | 3 +- mk/rte.lib.mk | 4 +- mk/rte.sdkinstall.mk | 2 +- 443 files changed, 2438 insertions(+), 2434 deletions(-) -- 2.7.4