[dpdk-dev] [PATCH v2 0/5] Use SPDX tags on C files

Bruce Richardson bruce.richardson at intel.com
Wed Dec 20 12:21:55 CET 2017


This contains the output of a script run to replace the BSD License with
SPDX tags on Intel copyright files. The script should only have modified
files with a single, Intel copyright on them, and ignored all files that
had multiple copyright lines. Due to variance in the headers used, not all
files were updated automatically, 11 files were manually done in this set
too. Any others missed can be updated in later sets once found.

V2: Changed header to remove the initial "/*-" on the first line, so that
    the license tag is on the first line, rather than second.

Bruce Richardson (5):
  app: use SPDX tags for Intel copyright files
  drivers: use SPDX tags for Intel copyright files
  examples: use SPDX tags for Intel copyright files
  lib: use SPDX tags for Intel copyright files
  test: use SPDX tags for Intel copyright files

 app/pdump/main.c                                   | 33 ++------------------
 app/proc_info/main.c                               | 33 ++------------------
 app/test-crypto-perf/cperf.h                       | 32 ++------------------
 app/test-crypto-perf/cperf_ops.c                   | 32 ++------------------
 app/test-crypto-perf/cperf_ops.h                   | 32 ++------------------
 app/test-crypto-perf/cperf_options_parsing.c       | 32 ++------------------
 app/test-crypto-perf/cperf_test_common.c           | 32 ++------------------
 app/test-crypto-perf/cperf_test_common.h           | 32 ++------------------
 app/test-crypto-perf/cperf_test_latency.c          | 32 ++------------------
 app/test-crypto-perf/cperf_test_latency.h          | 32 ++------------------
 app/test-crypto-perf/cperf_test_pmd_cyclecount.c   | 32 ++------------------
 app/test-crypto-perf/cperf_test_pmd_cyclecount.h   | 32 ++------------------
 app/test-crypto-perf/cperf_test_throughput.c       | 32 ++------------------
 app/test-crypto-perf/cperf_test_throughput.h       | 32 ++------------------
 app/test-crypto-perf/cperf_test_vector_parsing.c   | 32 ++------------------
 app/test-crypto-perf/cperf_test_vector_parsing.h   | 32 ++------------------
 app/test-crypto-perf/cperf_test_vectors.c          | 32 ++------------------
 app/test-crypto-perf/cperf_test_vectors.h          | 32 ++------------------
 app/test-crypto-perf/cperf_test_verify.c           | 32 ++------------------
 app/test-crypto-perf/cperf_test_verify.h           | 32 ++------------------
 app/test-crypto-perf/main.c                        | 32 ++------------------
 app/test-eventdev/parser.h                         | 33 ++------------------
 app/test-pmd/cmdline_mtr.c                         | 33 ++------------------
 app/test-pmd/cmdline_mtr.h                         | 33 ++------------------
 app/test-pmd/cmdline_tm.c                          | 33 ++------------------
 app/test-pmd/cmdline_tm.h                          | 33 ++------------------
 app/test-pmd/ieee1588fwd.c                         | 33 ++------------------
 app/test-pmd/iofwd.c                               | 33 ++------------------
 app/test-pmd/macfwd.c                              | 33 ++------------------
 app/test-pmd/parameters.c                          | 33 ++------------------
 app/test-pmd/rxonly.c                              | 33 ++------------------
 app/test-pmd/testpmd.c                             | 33 ++------------------
 app/test-pmd/testpmd.h                             | 33 ++------------------
 app/test-pmd/tm.c                                  | 33 ++------------------
 app/test-pmd/txonly.c                              | 33 ++------------------
 drivers/bus/pci/bsd/pci.c                          | 33 ++------------------
 drivers/bus/pci/linux/pci.c                        | 33 ++------------------
 drivers/bus/pci/linux/pci_init.h                   | 33 ++------------------
 drivers/bus/pci/linux/pci_uio.c                    | 33 ++------------------
 drivers/bus/pci/linux/pci_vfio.c                   | 33 ++------------------
 drivers/bus/pci/pci_common_uio.c                   | 33 ++------------------
 drivers/bus/vdev/vdev_logs.h                       | 33 ++------------------
 drivers/crypto/aesni_gcm/aesni_gcm_ops.h           | 32 ++------------------
 drivers/crypto/aesni_gcm/aesni_gcm_pmd.c           | 32 ++------------------
 drivers/crypto/aesni_gcm/aesni_gcm_pmd_ops.c       | 32 ++------------------
 drivers/crypto/aesni_gcm/aesni_gcm_pmd_private.h   | 32 ++------------------
 drivers/crypto/aesni_mb/aesni_mb_ops.h             | 32 ++------------------
 drivers/crypto/aesni_mb/rte_aesni_mb_pmd.c         | 32 ++------------------
 drivers/crypto/aesni_mb/rte_aesni_mb_pmd_ops.c     | 32 ++------------------
 drivers/crypto/aesni_mb/rte_aesni_mb_pmd_private.h | 32 ++------------------
 drivers/crypto/kasumi/rte_kasumi_pmd.c             | 32 ++------------------
 drivers/crypto/kasumi/rte_kasumi_pmd_ops.c         | 32 ++------------------
 drivers/crypto/kasumi/rte_kasumi_pmd_private.h     | 32 ++------------------
 drivers/crypto/null/null_crypto_pmd.c              | 32 ++------------------
 drivers/crypto/null/null_crypto_pmd_ops.c          | 32 ++------------------
 drivers/crypto/null/null_crypto_pmd_private.h      | 32 ++------------------
 drivers/crypto/openssl/rte_openssl_pmd.c           | 32 ++------------------
 drivers/crypto/openssl/rte_openssl_pmd_ops.c       | 32 ++------------------
 drivers/crypto/openssl/rte_openssl_pmd_private.h   | 32 ++------------------
 drivers/crypto/qat/qat_crypto.c                    | 33 ++------------------
 drivers/crypto/qat/qat_crypto.h                    | 33 ++------------------
 drivers/crypto/qat/qat_crypto_capabilities.h       | 33 ++------------------
 drivers/crypto/qat/qat_logs.h                      | 33 ++------------------
 drivers/crypto/qat/qat_qp.c                        | 33 ++------------------
 drivers/crypto/qat/rte_qat_cryptodev.c             | 33 ++------------------
 drivers/crypto/scheduler/rte_cryptodev_scheduler.c | 32 ++------------------
 drivers/crypto/scheduler/rte_cryptodev_scheduler.h | 33 ++------------------
 .../scheduler/rte_cryptodev_scheduler_operations.h | 33 ++------------------
 drivers/crypto/scheduler/scheduler_failover.c      | 32 ++------------------
 drivers/crypto/scheduler/scheduler_multicore.c     | 32 ++------------------
 .../crypto/scheduler/scheduler_pkt_size_distr.c    | 32 ++------------------
 drivers/crypto/scheduler/scheduler_pmd.c           | 32 ++------------------
 drivers/crypto/scheduler/scheduler_pmd_ops.c       | 32 ++------------------
 drivers/crypto/scheduler/scheduler_pmd_private.h   | 33 ++------------------
 drivers/crypto/scheduler/scheduler_roundrobin.c    | 32 ++------------------
 drivers/crypto/snow3g/rte_snow3g_pmd.c             | 32 ++------------------
 drivers/crypto/snow3g/rte_snow3g_pmd_ops.c         | 32 ++------------------
 drivers/crypto/snow3g/rte_snow3g_pmd_private.h     | 32 ++------------------
 drivers/crypto/zuc/rte_zuc_pmd.c                   | 32 ++------------------
 drivers/crypto/zuc/rte_zuc_pmd_ops.c               | 32 ++------------------
 drivers/crypto/zuc/rte_zuc_pmd_private.h           | 32 ++------------------
 drivers/event/sw/event_ring.h                      | 32 ++------------------
 drivers/event/sw/iq_ring.h                         | 32 ++------------------
 drivers/event/sw/sw_evdev.c                        | 32 ++------------------
 drivers/event/sw/sw_evdev.h                        | 32 ++------------------
 drivers/event/sw/sw_evdev_scheduler.c              | 32 ++------------------
 drivers/event/sw/sw_evdev_worker.c                 | 32 ++------------------
 drivers/event/sw/sw_evdev_xstats.c                 | 32 ++------------------
 drivers/mempool/ring/rte_mempool_ring.c            | 33 ++------------------
 drivers/mempool/stack/rte_mempool_stack.c          | 33 ++------------------
 drivers/net/bonding/rte_eth_bond.h                 | 33 ++------------------
 drivers/net/bonding/rte_eth_bond_8023ad.c          | 33 ++------------------
 drivers/net/bonding/rte_eth_bond_8023ad.h          | 33 ++------------------
 drivers/net/bonding/rte_eth_bond_8023ad_private.h  | 33 ++------------------
 drivers/net/bonding/rte_eth_bond_alb.c             | 33 ++------------------
 drivers/net/bonding/rte_eth_bond_alb.h             | 33 ++------------------
 drivers/net/bonding/rte_eth_bond_api.c             | 33 ++------------------
 drivers/net/bonding/rte_eth_bond_args.c            | 33 ++------------------
 drivers/net/bonding/rte_eth_bond_pmd.c             | 33 ++------------------
 drivers/net/bonding/rte_eth_bond_private.h         | 33 ++------------------
 drivers/net/e1000/e1000_ethdev.h                   | 33 ++------------------
 drivers/net/e1000/e1000_logs.h                     | 33 ++------------------
 drivers/net/e1000/em_ethdev.c                      | 33 ++------------------
 drivers/net/e1000/em_rxtx.c                        | 33 ++------------------
 drivers/net/e1000/igb_ethdev.c                     | 33 ++------------------
 drivers/net/e1000/igb_flow.c                       | 33 ++------------------
 drivers/net/e1000/igb_pf.c                         | 33 ++------------------
 drivers/net/e1000/igb_regs.h                       | 33 ++------------------
 drivers/net/e1000/igb_rxtx.c                       | 33 ++------------------
 drivers/net/fm10k/fm10k.h                          | 33 ++------------------
 drivers/net/fm10k/fm10k_ethdev.c                   | 33 ++------------------
 drivers/net/fm10k/fm10k_logs.h                     | 33 ++------------------
 drivers/net/fm10k/fm10k_rxtx.c                     | 33 ++------------------
 drivers/net/fm10k/fm10k_rxtx_vec.c                 | 33 ++------------------
 drivers/net/i40e/i40e_ethdev.c                     | 33 ++------------------
 drivers/net/i40e/i40e_ethdev.h                     | 33 ++------------------
 drivers/net/i40e/i40e_ethdev_vf.c                  | 33 ++------------------
 drivers/net/i40e/i40e_fdir.c                       | 33 ++------------------
 drivers/net/i40e/i40e_flow.c                       | 32 ++------------------
 drivers/net/i40e/i40e_logs.h                       | 33 ++------------------
 drivers/net/i40e/i40e_pf.c                         | 33 ++------------------
 drivers/net/i40e/i40e_pf.h                         | 33 ++------------------
 drivers/net/i40e/i40e_regs.h                       | 33 ++------------------
 drivers/net/i40e/i40e_rxtx.c                       | 33 ++------------------
 drivers/net/i40e/i40e_rxtx.h                       | 33 ++------------------
 drivers/net/i40e/i40e_rxtx_vec_common.h            | 33 ++------------------
 drivers/net/i40e/i40e_rxtx_vec_sse.c               | 33 ++------------------
 drivers/net/i40e/i40e_tm.c                         | 33 ++------------------
 drivers/net/i40e/rte_pmd_i40e.c                    | 33 ++------------------
 drivers/net/i40e/rte_pmd_i40e.h                    | 32 ++------------------
 drivers/net/ixgbe/ixgbe_82599_bypass.c             | 33 ++------------------
 drivers/net/ixgbe/ixgbe_bypass.c                   | 33 ++------------------
 drivers/net/ixgbe/ixgbe_bypass.h                   | 33 ++------------------
 drivers/net/ixgbe/ixgbe_bypass_api.h               | 33 ++------------------
 drivers/net/ixgbe/ixgbe_bypass_defines.h           | 33 ++------------------
 drivers/net/ixgbe/ixgbe_ethdev.c                   | 33 ++------------------
 drivers/net/ixgbe/ixgbe_ethdev.h                   | 33 ++------------------
 drivers/net/ixgbe/ixgbe_fdir.c                     | 33 ++------------------
 drivers/net/ixgbe/ixgbe_flow.c                     | 33 ++------------------
 drivers/net/ixgbe/ixgbe_ipsec.c                    | 33 ++------------------
 drivers/net/ixgbe/ixgbe_ipsec.h                    | 33 ++------------------
 drivers/net/ixgbe/ixgbe_logs.h                     | 33 ++------------------
 drivers/net/ixgbe/ixgbe_pf.c                       | 33 ++------------------
 drivers/net/ixgbe/ixgbe_regs.h                     | 33 ++------------------
 drivers/net/ixgbe/ixgbe_rxtx.h                     | 33 ++------------------
 drivers/net/ixgbe/ixgbe_rxtx_vec_common.h          | 33 ++------------------
 drivers/net/ixgbe/ixgbe_rxtx_vec_neon.c            | 33 ++------------------
 drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c             | 33 ++------------------
 drivers/net/ixgbe/ixgbe_tm.c                       | 33 ++------------------
 drivers/net/ixgbe/rte_pmd_ixgbe.c                  | 33 ++------------------
 drivers/net/ixgbe/rte_pmd_ixgbe.h                  | 32 ++------------------
 drivers/net/kni/rte_eth_kni.c                      | 33 ++------------------
 drivers/net/ring/rte_eth_ring.c                    | 33 ++------------------
 drivers/net/ring/rte_eth_ring.h                    | 33 ++------------------
 drivers/net/softnic/rte_eth_softnic.c              | 33 ++------------------
 drivers/net/softnic/rte_eth_softnic.h              | 33 ++------------------
 drivers/net/softnic/rte_eth_softnic_internals.h    | 33 ++------------------
 drivers/net/softnic/rte_eth_softnic_tm.c           | 33 ++------------------
 drivers/net/tap/rte_eth_tap.c                      | 33 ++------------------
 drivers/net/virtio/virtio_ethdev.c                 | 33 ++------------------
 drivers/net/virtio/virtio_ethdev.h                 | 33 ++------------------
 drivers/net/virtio/virtio_logs.h                   | 33 ++------------------
 drivers/net/virtio/virtio_pci.c                    | 33 ++------------------
 drivers/net/virtio/virtio_pci.h                    | 33 ++------------------
 drivers/net/virtio/virtio_ring.h                   | 33 ++------------------
 drivers/net/virtio/virtio_rxtx.c                   | 33 ++------------------
 drivers/net/virtio/virtio_rxtx.h                   | 33 ++------------------
 drivers/net/virtio/virtio_rxtx_simple.c            | 33 ++------------------
 drivers/net/virtio/virtio_rxtx_simple.h            | 33 ++------------------
 drivers/net/virtio/virtio_rxtx_simple_sse.c        | 33 ++------------------
 drivers/net/virtio/virtio_user/vhost.h             | 33 ++------------------
 drivers/net/virtio/virtio_user/vhost_kernel.c      | 33 ++------------------
 drivers/net/virtio/virtio_user/vhost_kernel_tap.c  | 33 ++------------------
 drivers/net/virtio/virtio_user/vhost_kernel_tap.h  | 33 ++------------------
 drivers/net/virtio/virtio_user/vhost_user.c        | 33 ++------------------
 drivers/net/virtio/virtio_user/virtio_user_dev.c   | 33 ++------------------
 drivers/net/virtio/virtio_user/virtio_user_dev.h   | 33 ++------------------
 drivers/net/virtio/virtio_user_ethdev.c            | 33 ++------------------
 drivers/net/virtio/virtqueue.c                     | 33 ++------------------
 drivers/net/virtio/virtqueue.h                     | 33 ++------------------
 drivers/net/vmxnet3/base/vmware_pack_begin.h       | 33 ++------------------
 drivers/net/vmxnet3/base/vmware_pack_end.h         | 33 ++------------------
 drivers/net/vmxnet3/base/vmxnet3_osdep.h           | 33 ++------------------
 drivers/net/vmxnet3/vmxnet3_ethdev.c               | 33 ++------------------
 drivers/net/vmxnet3/vmxnet3_ethdev.h               | 33 ++------------------
 drivers/net/vmxnet3/vmxnet3_logs.h                 | 33 ++------------------
 drivers/net/vmxnet3/vmxnet3_ring.h                 | 33 ++------------------
 drivers/net/vmxnet3/vmxnet3_rxtx.c                 | 33 ++------------------
 examples/bond/main.c                               | 33 ++------------------
 examples/bond/main.h                               | 33 ++------------------
 examples/cmdline/commands.h                        | 33 ++------------------
 examples/distributor/main.c                        | 32 ++------------------
 examples/ethtool/ethtool-app/ethapp.c              | 33 ++------------------
 examples/ethtool/ethtool-app/ethapp.h              | 33 ++------------------
 examples/ethtool/ethtool-app/main.c                | 33 ++------------------
 examples/ethtool/lib/rte_ethtool.c                 | 33 ++------------------
 examples/ethtool/lib/rte_ethtool.h                 | 33 ++------------------
 examples/eventdev_pipeline_sw_pmd/main.c           | 32 ++------------------
 examples/exception_path/main.c                     | 33 ++------------------
 examples/flow_classify/flow_classify.c             | 33 ++------------------
 examples/helloworld/main.c                         | 33 ++------------------
 examples/ip_fragmentation/main.c                   | 33 ++------------------
 examples/ip_pipeline/app.h                         | 33 ++------------------
 examples/ip_pipeline/config_check.c                | 33 ++------------------
 examples/ip_pipeline/config_parse.c                | 33 ++------------------
 examples/ip_pipeline/config_parse_tm.c             | 33 ++------------------
 examples/ip_pipeline/cpu_core_map.c                | 33 ++------------------
 examples/ip_pipeline/cpu_core_map.h                | 33 ++------------------
 examples/ip_pipeline/init.c                        | 33 ++------------------
 examples/ip_pipeline/main.c                        | 33 ++------------------
 examples/ip_pipeline/parser.h                      | 33 ++------------------
 examples/ip_pipeline/pipeline.h                    | 33 ++------------------
 examples/ip_pipeline/pipeline/hash_func.h          | 33 ++------------------
 .../ip_pipeline/pipeline/pipeline_actions_common.h | 33 ++------------------
 examples/ip_pipeline/pipeline/pipeline_common_be.c | 33 ++------------------
 examples/ip_pipeline/pipeline/pipeline_common_be.h | 33 ++------------------
 examples/ip_pipeline/pipeline/pipeline_common_fe.c | 33 ++------------------
 examples/ip_pipeline/pipeline/pipeline_common_fe.h | 33 ++------------------
 examples/ip_pipeline/pipeline/pipeline_firewall.c  | 33 ++------------------
 examples/ip_pipeline/pipeline/pipeline_firewall.h  | 33 ++------------------
 .../ip_pipeline/pipeline/pipeline_firewall_be.c    | 33 ++------------------
 .../ip_pipeline/pipeline/pipeline_firewall_be.h    | 33 ++------------------
 .../ip_pipeline/pipeline/pipeline_flow_actions.c   | 33 ++------------------
 .../ip_pipeline/pipeline/pipeline_flow_actions.h   | 33 ++------------------
 .../pipeline/pipeline_flow_actions_be.c            | 33 ++------------------
 .../pipeline/pipeline_flow_actions_be.h            | 33 ++------------------
 .../pipeline/pipeline_flow_classification.c        | 33 ++------------------
 .../pipeline/pipeline_flow_classification.h        | 33 ++------------------
 .../pipeline/pipeline_flow_classification_be.c     | 33 ++------------------
 .../pipeline/pipeline_flow_classification_be.h     | 33 ++------------------
 examples/ip_pipeline/pipeline/pipeline_master.c    | 33 ++------------------
 examples/ip_pipeline/pipeline/pipeline_master.h    | 33 ++------------------
 examples/ip_pipeline/pipeline/pipeline_master_be.c | 33 ++------------------
 examples/ip_pipeline/pipeline/pipeline_master_be.h | 33 ++------------------
 .../ip_pipeline/pipeline/pipeline_passthrough.c    | 33 ++------------------
 .../ip_pipeline/pipeline/pipeline_passthrough.h    | 33 ++------------------
 .../ip_pipeline/pipeline/pipeline_passthrough_be.c | 33 ++------------------
 .../ip_pipeline/pipeline/pipeline_passthrough_be.h | 33 ++------------------
 examples/ip_pipeline/pipeline/pipeline_routing.c   | 33 ++------------------
 examples/ip_pipeline/pipeline/pipeline_routing.h   | 33 ++------------------
 .../ip_pipeline/pipeline/pipeline_routing_be.c     | 33 ++------------------
 .../ip_pipeline/pipeline/pipeline_routing_be.h     | 33 ++------------------
 examples/ip_pipeline/pipeline_be.h                 | 33 ++------------------
 examples/ip_pipeline/thread.c                      | 33 ++------------------
 examples/ip_pipeline/thread.h                      | 33 ++------------------
 examples/ip_pipeline/thread_fe.h                   | 33 ++------------------
 examples/ip_reassembly/main.c                      | 33 ++------------------
 examples/ipsec-secgw/esp.c                         | 33 ++------------------
 examples/ipsec-secgw/esp.h                         | 33 ++------------------
 examples/ipsec-secgw/ipip.h                        | 33 ++------------------
 examples/ipsec-secgw/ipsec-secgw.c                 | 33 ++------------------
 examples/ipsec-secgw/ipsec.c                       | 33 ++------------------
 examples/ipsec-secgw/ipsec.h                       | 33 ++------------------
 examples/ipsec-secgw/parser.c                      | 33 ++------------------
 examples/ipsec-secgw/parser.h                      | 32 ++------------------
 examples/ipsec-secgw/rt.c                          | 33 ++------------------
 examples/ipsec-secgw/sa.c                          | 33 ++------------------
 examples/ipsec-secgw/sp4.c                         | 33 ++------------------
 examples/ipsec-secgw/sp6.c                         | 33 ++------------------
 examples/ipv4_multicast/main.c                     | 33 ++------------------
 examples/kni/main.c                                | 33 ++------------------
 examples/l2fwd-cat/cat.c                           | 33 ++------------------
 examples/l2fwd-cat/cat.h                           | 33 ++------------------
 examples/l2fwd-cat/l2fwd-cat.c                     | 33 ++------------------
 examples/l2fwd-crypto/main.c                       | 33 ++------------------
 examples/l2fwd-jobstats/main.c                     | 33 ++------------------
 examples/l2fwd-keepalive/ka-agent/main.c           | 33 ++------------------
 examples/l2fwd-keepalive/main.c                    | 33 ++------------------
 examples/l2fwd-keepalive/shm.c                     | 33 ++------------------
 examples/l2fwd-keepalive/shm.h                     | 33 ++------------------
 examples/l2fwd/main.c                              | 33 ++------------------
 examples/l3fwd-acl/main.c                          | 33 ++------------------
 examples/l3fwd-power/main.c                        | 33 ++------------------
 examples/l3fwd-vf/main.c                           | 33 ++------------------
 examples/l3fwd/l3fwd.h                             | 33 ++------------------
 examples/l3fwd/l3fwd_em.c                          | 33 ++------------------
 examples/l3fwd/l3fwd_em.h                          | 33 ++------------------
 examples/l3fwd/l3fwd_em_hlm_sse.h                  | 33 ++------------------
 examples/l3fwd/l3fwd_em_sequential.h               | 33 ++------------------
 examples/l3fwd/l3fwd_lpm.c                         | 33 ++------------------
 examples/l3fwd/l3fwd_lpm.h                         | 33 ++------------------
 examples/l3fwd/l3fwd_lpm_sse.h                     | 33 ++------------------
 examples/l3fwd/l3fwd_sse.h                         | 33 ++------------------
 examples/l3fwd/main.c                              | 33 ++------------------
 examples/link_status_interrupt/main.c              | 33 ++------------------
 examples/load_balancer/config.c                    | 33 ++------------------
 examples/load_balancer/init.c                      | 33 ++------------------
 examples/load_balancer/main.c                      | 33 ++------------------
 examples/load_balancer/main.h                      | 33 ++------------------
 examples/load_balancer/runtime.c                   | 33 ++------------------
 .../client_server_mp/mp_client/client.c            | 33 ++------------------
 .../client_server_mp/mp_server/args.c              | 33 ++------------------
 .../client_server_mp/mp_server/args.h              | 33 ++------------------
 .../client_server_mp/mp_server/init.c              | 33 ++------------------
 .../client_server_mp/mp_server/init.h              | 33 ++------------------
 .../client_server_mp/mp_server/main.c              | 33 ++------------------
 .../multi_process/client_server_mp/shared/common.h | 33 ++------------------
 examples/multi_process/l2fwd_fork/flib.c           | 33 ++------------------
 examples/multi_process/l2fwd_fork/flib.h           | 33 ++------------------
 examples/multi_process/l2fwd_fork/main.c           | 33 ++------------------
 examples/multi_process/simple_mp/main.c            | 33 ++------------------
 examples/multi_process/simple_mp/mp_commands.c     | 33 ++------------------
 examples/multi_process/simple_mp/mp_commands.h     | 33 ++------------------
 examples/multi_process/symmetric_mp/main.c         | 33 ++------------------
 examples/netmap_compat/bridge/bridge.c             | 33 ++------------------
 examples/netmap_compat/lib/compat_netmap.c         | 33 ++------------------
 examples/netmap_compat/lib/compat_netmap.h         | 33 ++------------------
 examples/packet_ordering/main.c                    | 33 ++------------------
 examples/performance-thread/common/arch/x86/ctx.h  | 33 ++------------------
 examples/performance-thread/common/lthread_diag.c  | 33 ++------------------
 examples/performance-thread/common/lthread_diag.h  | 33 ++------------------
 .../performance-thread/common/lthread_diag_api.h   | 33 ++------------------
 examples/performance-thread/common/lthread_mutex.c | 33 ++------------------
 examples/performance-thread/common/lthread_mutex.h | 33 ++------------------
 .../performance-thread/common/lthread_objcache.h   | 33 ++------------------
 examples/performance-thread/common/lthread_timer.h | 33 ++------------------
 examples/performance-thread/common/lthread_tls.c   | 33 ++------------------
 examples/performance-thread/common/lthread_tls.h   | 33 ++------------------
 examples/performance-thread/l3fwd-thread/main.c    | 33 ++------------------
 examples/performance-thread/pthread_shim/main.c    | 34 ++-------------------
 .../performance-thread/pthread_shim/pthread_shim.c | 33 ++------------------
 .../performance-thread/pthread_shim/pthread_shim.h | 33 ++------------------
 examples/ptpclient/ptpclient.c                     | 33 ++------------------
 examples/qos_meter/main.c                          | 33 ++------------------
 examples/qos_meter/main.h                          | 33 ++------------------
 examples/qos_meter/rte_policer.c                   | 33 ++------------------
 examples/qos_meter/rte_policer.h                   | 33 ++------------------
 examples/qos_sched/app_thread.c                    | 33 ++------------------
 examples/qos_sched/args.c                          | 33 ++------------------
 examples/qos_sched/cfg_file.c                      | 33 ++------------------
 examples/qos_sched/cfg_file.h                      | 33 ++------------------
 examples/qos_sched/cmdline.c                       | 33 ++------------------
 examples/qos_sched/init.c                          | 33 ++------------------
 examples/qos_sched/main.c                          | 33 ++------------------
 examples/qos_sched/main.h                          | 33 ++------------------
 examples/qos_sched/stats.c                         | 35 ++--------------------
 examples/quota_watermark/include/conf.h            | 33 ++------------------
 examples/quota_watermark/qw/args.c                 | 33 ++------------------
 examples/quota_watermark/qw/args.h                 | 33 ++------------------
 examples/quota_watermark/qw/init.c                 | 33 ++------------------
 examples/quota_watermark/qw/init.h                 | 33 ++------------------
 examples/quota_watermark/qw/main.c                 | 33 ++------------------
 examples/quota_watermark/qw/main.h                 | 33 ++------------------
 examples/quota_watermark/qwctl/commands.c          | 33 ++------------------
 examples/quota_watermark/qwctl/commands.h          | 33 ++------------------
 examples/quota_watermark/qwctl/qwctl.c             | 33 ++------------------
 examples/quota_watermark/qwctl/qwctl.h             | 33 ++------------------
 examples/rxtx_callbacks/main.c                     | 33 ++------------------
 examples/server_node_efd/node/node.c               | 33 ++------------------
 examples/server_node_efd/server/args.c             | 33 ++------------------
 examples/server_node_efd/server/args.h             | 33 ++------------------
 examples/server_node_efd/server/init.c             | 33 ++------------------
 examples/server_node_efd/server/init.h             | 33 ++------------------
 examples/server_node_efd/server/main.c             | 33 ++------------------
 examples/server_node_efd/shared/common.h           | 33 ++------------------
 examples/service_cores/main.c                      | 32 ++------------------
 examples/skeleton/basicfwd.c                       | 33 ++------------------
 examples/tep_termination/main.c                    | 33 ++------------------
 examples/tep_termination/main.h                    | 33 ++------------------
 examples/tep_termination/vxlan.c                   | 34 ++-------------------
 examples/tep_termination/vxlan.h                   | 33 ++------------------
 examples/tep_termination/vxlan_setup.c             | 33 ++------------------
 examples/tep_termination/vxlan_setup.h             | 33 ++------------------
 examples/timer/main.c                              | 33 ++------------------
 examples/vhost/main.c                              | 33 ++------------------
 examples/vhost/main.h                              | 33 ++------------------
 examples/vhost/virtio_net.c                        | 33 ++------------------
 examples/vhost_scsi/scsi.c                         | 33 ++------------------
 examples/vhost_scsi/scsi_spec.h                    | 33 ++------------------
 examples/vhost_scsi/vhost_scsi.c                   | 33 ++------------------
 examples/vhost_scsi/vhost_scsi.h                   | 33 ++------------------
 examples/vm_power_manager/channel_manager.c        | 33 ++------------------
 examples/vm_power_manager/channel_manager.h        | 33 ++------------------
 examples/vm_power_manager/channel_monitor.c        | 33 ++------------------
 examples/vm_power_manager/channel_monitor.h        | 33 ++------------------
 examples/vm_power_manager/guest_cli/main.c         | 33 ++------------------
 .../guest_cli/vm_power_cli_guest.c                 | 33 ++------------------
 .../guest_cli/vm_power_cli_guest.h                 | 33 ++------------------
 examples/vm_power_manager/main.c                   | 33 ++------------------
 examples/vm_power_manager/power_manager.c          | 33 ++------------------
 examples/vm_power_manager/power_manager.h          | 33 ++------------------
 examples/vm_power_manager/vm_power_cli.c           | 33 ++------------------
 examples/vm_power_manager/vm_power_cli.h           | 33 ++------------------
 examples/vmdq/main.c                               | 33 ++------------------
 examples/vmdq_dcb/main.c                           | 33 ++------------------
 lib/librte_acl/acl.h                               | 33 ++------------------
 lib/librte_acl/acl_bld.c                           | 33 ++------------------
 lib/librte_acl/acl_gen.c                           | 33 ++------------------
 lib/librte_acl/acl_run.h                           | 33 ++------------------
 lib/librte_acl/acl_run_avx2.c                      | 33 ++------------------
 lib/librte_acl/acl_run_avx2.h                      | 33 ++------------------
 lib/librte_acl/acl_run_scalar.c                    | 33 ++------------------
 lib/librte_acl/acl_run_sse.c                       | 33 ++------------------
 lib/librte_acl/acl_run_sse.h                       | 33 ++------------------
 lib/librte_acl/acl_vect.h                          | 33 ++------------------
 lib/librte_acl/rte_acl.c                           | 33 ++------------------
 lib/librte_acl/rte_acl.h                           | 33 ++------------------
 lib/librte_acl/rte_acl_osdep.h                     | 33 ++------------------
 lib/librte_acl/tb_mem.c                            | 33 ++------------------
 lib/librte_acl/tb_mem.h                            | 33 ++------------------
 lib/librte_bitratestats/rte_bitrate.c              | 33 ++------------------
 lib/librte_bitratestats/rte_bitrate.h              | 33 ++------------------
 lib/librte_cfgfile/rte_cfgfile.c                   | 33 ++------------------
 lib/librte_cfgfile/rte_cfgfile.h                   | 33 ++------------------
 lib/librte_cryptodev/rte_crypto.h                  | 32 ++------------------
 lib/librte_cryptodev/rte_crypto_sym.h              | 32 ++------------------
 lib/librte_cryptodev/rte_cryptodev.c               | 32 ++------------------
 lib/librte_cryptodev/rte_cryptodev_pmd.c           | 32 ++------------------
 lib/librte_distributor/rte_distributor.c           | 32 ++------------------
 lib/librte_distributor/rte_distributor.h           | 32 ++------------------
 .../rte_distributor_match_generic.c                | 32 ++------------------
 lib/librte_distributor/rte_distributor_match_sse.c | 32 ++------------------
 lib/librte_distributor/rte_distributor_private.h   | 32 ++------------------
 lib/librte_distributor/rte_distributor_v1705.h     | 32 ++------------------
 lib/librte_distributor/rte_distributor_v20.c       | 33 ++------------------
 lib/librte_distributor/rte_distributor_v20.h       | 33 ++------------------
 lib/librte_eal/bsdapp/contigmem/contigmem.c        | 33 ++------------------
 lib/librte_eal/bsdapp/eal/eal_alarm.c              | 33 ++------------------
 lib/librte_eal/bsdapp/eal/eal_debug.c              | 33 ++------------------
 lib/librte_eal/bsdapp/eal/eal_hugepage_info.c      | 33 ++------------------
 lib/librte_eal/bsdapp/eal/eal_interrupts.c         | 33 ++------------------
 lib/librte_eal/bsdapp/eal/eal_lcore.c              | 33 ++------------------
 lib/librte_eal/bsdapp/eal/eal_memory.c             | 33 ++------------------
 lib/librte_eal/bsdapp/eal/eal_thread.c             | 33 ++------------------
 lib/librte_eal/bsdapp/eal/eal_timer.c              | 33 ++------------------
 lib/librte_eal/bsdapp/nic_uio/nic_uio.c            | 33 ++------------------
 lib/librte_eal/common/arch/x86/rte_cpuflags.c      | 33 ++------------------
 lib/librte_eal/common/arch/x86/rte_cycles.c        | 33 ++------------------
 lib/librte_eal/common/arch/x86/rte_memcpy.c        | 33 ++------------------
 lib/librte_eal/common/arch/x86/rte_spinlock.c      | 33 ++------------------
 lib/librte_eal/common/eal_common_cpuflags.c        | 33 ++------------------
 lib/librte_eal/common/eal_common_errno.c           | 33 ++------------------
 lib/librte_eal/common/eal_common_hexdump.c         | 33 ++------------------
 lib/librte_eal/common/eal_common_launch.c          | 33 ++------------------
 lib/librte_eal/common/eal_common_lcore.c           | 33 ++------------------
 lib/librte_eal/common/eal_common_log.c             | 33 ++------------------
 lib/librte_eal/common/eal_common_memory.c          | 33 ++------------------
 lib/librte_eal/common/eal_common_memzone.c         | 33 ++------------------
 lib/librte_eal/common/eal_common_proc.c            | 32 ++------------------
 lib/librte_eal/common/eal_common_string_fns.c      | 33 ++------------------
 lib/librte_eal/common/eal_common_tailqs.c          | 33 ++------------------
 lib/librte_eal/common/eal_common_thread.c          | 33 ++------------------
 lib/librte_eal/common/eal_common_timer.c           | 33 ++------------------
 lib/librte_eal/common/eal_filesystem.h             | 33 ++------------------
 lib/librte_eal/common/eal_hugepages.h              | 33 ++------------------
 lib/librte_eal/common/eal_internal_cfg.h           | 33 ++------------------
 lib/librte_eal/common/eal_private.h                | 33 ++------------------
 lib/librte_eal/common/eal_thread.h                 | 33 ++------------------
 .../common/include/arch/x86/rte_atomic.h           | 33 ++------------------
 .../common/include/arch/x86/rte_byteorder.h        | 33 ++------------------
 .../common/include/arch/x86/rte_byteorder_32.h     | 33 ++------------------
 .../common/include/arch/x86/rte_byteorder_64.h     | 33 ++------------------
 .../common/include/arch/x86/rte_cpuflags.h         | 33 ++------------------
 .../common/include/arch/x86/rte_memcpy.h           | 33 ++------------------
 .../common/include/arch/x86/rte_prefetch.h         | 33 ++------------------
 .../common/include/arch/x86/rte_rwlock.h           | 33 ++------------------
 .../common/include/arch/x86/rte_spinlock.h         | 33 ++------------------
 lib/librte_eal/common/include/arch/x86/rte_vect.h  | 33 ++------------------
 lib/librte_eal/common/include/generic/rte_atomic.h | 33 ++------------------
 .../common/include/generic/rte_byteorder.h         | 33 ++------------------
 .../common/include/generic/rte_cpuflags.h          | 33 ++------------------
 lib/librte_eal/common/include/generic/rte_memcpy.h | 33 ++------------------
 .../common/include/generic/rte_prefetch.h          | 33 ++------------------
 lib/librte_eal/common/include/generic/rte_rwlock.h | 33 ++------------------
 .../common/include/generic/rte_spinlock.h          | 33 ++------------------
 lib/librte_eal/common/include/rte_alarm.h          | 33 ++------------------
 lib/librte_eal/common/include/rte_bitmap.h         | 33 ++------------------
 .../common/include/rte_branch_prediction.h         | 33 ++------------------
 lib/librte_eal/common/include/rte_common.h         | 33 ++------------------
 lib/librte_eal/common/include/rte_debug.h          | 33 ++------------------
 lib/librte_eal/common/include/rte_eal.h            | 33 ++------------------
 lib/librte_eal/common/include/rte_eal_interrupts.h | 33 ++------------------
 lib/librte_eal/common/include/rte_eal_memconfig.h  | 33 ++------------------
 lib/librte_eal/common/include/rte_errno.h          | 33 ++------------------
 lib/librte_eal/common/include/rte_hexdump.h        | 33 ++------------------
 lib/librte_eal/common/include/rte_interrupts.h     | 33 ++------------------
 lib/librte_eal/common/include/rte_launch.h         | 33 ++------------------
 lib/librte_eal/common/include/rte_lcore.h          | 33 ++------------------
 lib/librte_eal/common/include/rte_log.h            | 33 ++------------------
 lib/librte_eal/common/include/rte_malloc.h         | 33 ++------------------
 lib/librte_eal/common/include/rte_malloc_heap.h    | 33 ++------------------
 lib/librte_eal/common/include/rte_memory.h         | 33 ++------------------
 lib/librte_eal/common/include/rte_memzone.h        | 33 ++------------------
 lib/librte_eal/common/include/rte_per_lcore.h      | 33 ++------------------
 lib/librte_eal/common/include/rte_random.h         | 33 ++------------------
 lib/librte_eal/common/include/rte_service.h        | 32 ++------------------
 .../common/include/rte_service_component.h         | 32 ++------------------
 lib/librte_eal/common/include/rte_string_fns.h     | 33 ++------------------
 lib/librte_eal/common/include/rte_tailq.h          | 33 ++------------------
 lib/librte_eal/common/include/rte_time.h           | 33 ++------------------
 lib/librte_eal/common/include/rte_version.h        | 33 ++------------------
 lib/librte_eal/common/malloc_elem.c                | 33 ++------------------
 lib/librte_eal/common/malloc_elem.h                | 33 ++------------------
 lib/librte_eal/common/malloc_heap.c                | 33 ++------------------
 lib/librte_eal/common/malloc_heap.h                | 33 ++------------------
 lib/librte_eal/common/rte_keepalive.c              | 32 ++------------------
 lib/librte_eal/common/rte_malloc.c                 | 33 ++------------------
 lib/librte_eal/common/rte_service.c                | 33 ++------------------
 lib/librte_eal/linuxapp/eal/eal_alarm.c            | 33 ++------------------
 lib/librte_eal/linuxapp/eal/eal_debug.c            | 33 ++------------------
 lib/librte_eal/linuxapp/eal/eal_hugepage_info.c    | 33 ++------------------
 lib/librte_eal/linuxapp/eal/eal_interrupts.c       | 33 ++------------------
 lib/librte_eal/linuxapp/eal/eal_lcore.c            | 33 ++------------------
 lib/librte_eal/linuxapp/eal/eal_log.c              | 33 ++------------------
 lib/librte_eal/linuxapp/eal/eal_thread.c           | 33 ++------------------
 lib/librte_eal/linuxapp/eal/eal_vfio.c             | 33 ++------------------
 lib/librte_eal/linuxapp/eal/eal_vfio.h             | 33 ++------------------
 lib/librte_eal/linuxapp/eal/eal_vfio_mp_sync.c     | 33 ++------------------
 lib/librte_efd/rte_efd.c                           | 33 ++------------------
 lib/librte_efd/rte_efd.h                           | 33 ++------------------
 lib/librte_efd/rte_efd_x86.h                       | 33 ++------------------
 lib/librte_ether/ethdev_profile.c                  | 33 ++------------------
 lib/librte_ether/ethdev_profile.h                  | 33 ++------------------
 lib/librte_ether/rte_dev_info.h                    | 33 ++------------------
 lib/librte_ether/rte_eth_ctrl.h                    | 33 ++------------------
 lib/librte_ether/rte_ethdev.c                      | 33 ++------------------
 lib/librte_ether/rte_ethdev.h                      | 33 ++------------------
 lib/librte_ether/rte_mtr.c                         | 33 ++------------------
 lib/librte_ether/rte_mtr_driver.h                  | 33 ++------------------
 lib/librte_ether/rte_tm.c                          | 33 ++------------------
 lib/librte_ether/rte_tm_driver.h                   | 33 ++------------------
 lib/librte_eventdev/rte_event_ring.c               | 32 ++------------------
 lib/librte_eventdev/rte_event_ring.h               | 32 ++------------------
 lib/librte_flow_classify/rte_flow_classify.c       | 33 ++------------------
 lib/librte_flow_classify/rte_flow_classify.h       | 33 ++------------------
 lib/librte_flow_classify/rte_flow_classify_parse.c | 33 ++------------------
 lib/librte_flow_classify/rte_flow_classify_parse.h | 33 ++------------------
 lib/librte_gro/gro_tcp4.c                          | 32 ++------------------
 lib/librte_gro/gro_tcp4.h                          | 32 ++------------------
 lib/librte_gro/rte_gro.c                           | 32 ++------------------
 lib/librte_gro/rte_gro.h                           | 32 ++------------------
 lib/librte_gso/gso_common.c                        | 33 ++------------------
 lib/librte_gso/gso_common.h                        | 33 ++------------------
 lib/librte_gso/gso_tcp4.c                          | 33 ++------------------
 lib/librte_gso/gso_tcp4.h                          | 33 ++------------------
 lib/librte_gso/gso_tunnel_tcp4.c                   | 33 ++------------------
 lib/librte_gso/gso_tunnel_tcp4.h                   | 33 ++------------------
 lib/librte_gso/rte_gso.c                           | 33 ++------------------
 lib/librte_gso/rte_gso.h                           | 33 ++------------------
 lib/librte_hash/rte_cmp_x86.h                      | 33 ++------------------
 lib/librte_hash/rte_cuckoo_hash.c                  | 33 ++------------------
 lib/librte_hash/rte_cuckoo_hash.h                  | 33 ++------------------
 lib/librte_hash/rte_cuckoo_hash_x86.h              | 33 ++------------------
 lib/librte_hash/rte_fbk_hash.c                     | 33 ++------------------
 lib/librte_hash/rte_fbk_hash.h                     | 33 ++------------------
 lib/librte_hash/rte_hash.h                         | 33 ++------------------
 lib/librte_hash/rte_hash_crc.h                     | 33 ++------------------
 lib/librte_ip_frag/ip_frag_common.h                | 33 ++------------------
 lib/librte_ip_frag/ip_frag_internal.c              | 33 ++------------------
 lib/librte_ip_frag/rte_ip_frag.h                   | 33 ++------------------
 lib/librte_ip_frag/rte_ip_frag_common.c            | 33 ++------------------
 lib/librte_ip_frag/rte_ipv4_fragmentation.c        | 33 ++------------------
 lib/librte_ip_frag/rte_ipv4_reassembly.c           | 33 ++------------------
 lib/librte_ip_frag/rte_ipv6_fragmentation.c        | 33 ++------------------
 lib/librte_ip_frag/rte_ipv6_reassembly.c           | 33 ++------------------
 lib/librte_jobstats/rte_jobstats.c                 | 33 ++------------------
 lib/librte_jobstats/rte_jobstats.h                 | 33 ++------------------
 lib/librte_kni/rte_kni.c                           | 33 ++------------------
 lib/librte_kni/rte_kni.h                           | 33 ++------------------
 lib/librte_kni/rte_kni_fifo.h                      | 33 ++------------------
 lib/librte_latencystats/rte_latencystats.c         | 32 ++------------------
 lib/librte_latencystats/rte_latencystats.h         | 32 ++------------------
 lib/librte_lpm/rte_lpm.c                           | 33 ++------------------
 lib/librte_lpm/rte_lpm.h                           | 33 ++------------------
 lib/librte_lpm/rte_lpm6.c                          | 33 ++------------------
 lib/librte_lpm/rte_lpm6.h                          | 33 ++------------------
 lib/librte_lpm/rte_lpm_sse.h                       | 33 ++------------------
 lib/librte_member/rte_member.c                     | 33 ++------------------
 lib/librte_member/rte_member.h                     | 33 ++------------------
 lib/librte_member/rte_member_ht.c                  | 33 ++------------------
 lib/librte_member/rte_member_ht.h                  | 33 ++------------------
 lib/librte_member/rte_member_vbf.c                 | 33 ++------------------
 lib/librte_member/rte_member_vbf.h                 | 33 ++------------------
 lib/librte_member/rte_member_x86.h                 | 33 ++------------------
 lib/librte_meter/rte_meter.c                       | 33 ++------------------
 lib/librte_meter/rte_meter.h                       | 33 ++------------------
 lib/librte_metrics/rte_metrics.c                   | 33 ++------------------
 lib/librte_metrics/rte_metrics.h                   | 33 ++------------------
 lib/librte_net/net_crc_sse.h                       | 33 ++------------------
 lib/librte_net/rte_ether.h                         | 33 ++------------------
 lib/librte_net/rte_net_crc.c                       | 33 ++------------------
 lib/librte_net/rte_net_crc.h                       | 33 ++------------------
 lib/librte_pdump/rte_pdump.c                       | 33 ++------------------
 lib/librte_pdump/rte_pdump.h                       | 33 ++------------------
 lib/librte_pipeline/rte_pipeline.c                 | 33 ++------------------
 lib/librte_pipeline/rte_pipeline.h                 | 33 ++------------------
 lib/librte_port/rte_port.h                         | 33 ++------------------
 lib/librte_port/rte_port_ethdev.c                  | 33 ++------------------
 lib/librte_port/rte_port_ethdev.h                  | 33 ++------------------
 lib/librte_port/rte_port_fd.c                      | 33 ++------------------
 lib/librte_port/rte_port_fd.h                      | 33 ++------------------
 lib/librte_port/rte_port_frag.c                    | 33 ++------------------
 lib/librte_port/rte_port_frag.h                    | 33 ++------------------
 lib/librte_port/rte_port_ras.c                     | 33 ++------------------
 lib/librte_port/rte_port_ras.h                     | 33 ++------------------
 lib/librte_port/rte_port_ring.c                    | 33 ++------------------
 lib/librte_port/rte_port_ring.h                    | 33 ++------------------
 lib/librte_port/rte_port_sched.c                   | 33 ++------------------
 lib/librte_port/rte_port_sched.h                   | 33 ++------------------
 lib/librte_port/rte_port_source_sink.c             | 33 ++------------------
 lib/librte_port/rte_port_source_sink.h             | 33 ++------------------
 lib/librte_power/channel_commands.h                | 33 ++------------------
 lib/librte_power/guest_channel.c                   | 33 ++------------------
 lib/librte_power/guest_channel.h                   | 33 ++------------------
 lib/librte_power/rte_power.c                       | 33 ++------------------
 lib/librte_power/rte_power.h                       | 33 ++------------------
 lib/librte_power/rte_power_acpi_cpufreq.c          | 33 ++------------------
 lib/librte_power/rte_power_acpi_cpufreq.h          | 33 ++------------------
 lib/librte_power/rte_power_common.h                | 33 ++------------------
 lib/librte_power/rte_power_kvm_vm.c                | 33 ++------------------
 lib/librte_power/rte_power_kvm_vm.h                | 33 ++------------------
 lib/librte_reorder/rte_reorder.c                   | 33 ++------------------
 lib/librte_reorder/rte_reorder.h                   | 33 ++------------------
 lib/librte_sched/rte_approx.c                      | 33 ++------------------
 lib/librte_sched/rte_approx.h                      | 33 ++------------------
 lib/librte_sched/rte_red.c                         | 33 ++------------------
 lib/librte_sched/rte_red.h                         | 33 ++------------------
 lib/librte_sched/rte_sched.c                       | 33 ++------------------
 lib/librte_sched/rte_sched.h                       | 33 ++------------------
 lib/librte_sched/rte_sched_common.h                | 33 ++------------------
 lib/librte_table/rte_lru.h                         | 33 ++------------------
 lib/librte_table/rte_lru_x86.h                     | 33 ++------------------
 lib/librte_table/rte_table.h                       | 33 ++------------------
 lib/librte_table/rte_table_acl.c                   | 33 ++------------------
 lib/librte_table/rte_table_acl.h                   | 33 ++------------------
 lib/librte_table/rte_table_array.c                 | 33 ++------------------
 lib/librte_table/rte_table_array.h                 | 33 ++------------------
 lib/librte_table/rte_table_hash.h                  | 33 ++------------------
 lib/librte_table/rte_table_hash_cuckoo.c           | 33 ++------------------
 lib/librte_table/rte_table_hash_ext.c              | 33 ++------------------
 lib/librte_table/rte_table_hash_key16.c            | 33 ++------------------
 lib/librte_table/rte_table_hash_key32.c            | 33 ++------------------
 lib/librte_table/rte_table_hash_key8.c             | 33 ++------------------
 lib/librte_table/rte_table_hash_lru.c              | 33 ++------------------
 lib/librte_table/rte_table_lpm.c                   | 33 ++------------------
 lib/librte_table/rte_table_lpm.h                   | 33 ++------------------
 lib/librte_table/rte_table_lpm_ipv6.c              | 33 ++------------------
 lib/librte_table/rte_table_lpm_ipv6.h              | 33 ++------------------
 lib/librte_table/rte_table_stub.c                  | 33 ++------------------
 lib/librte_table/rte_table_stub.h                  | 33 ++------------------
 lib/librte_timer/rte_timer.c                       | 33 ++------------------
 lib/librte_timer/rte_timer.h                       | 33 ++------------------
 lib/librte_vhost/fd_man.c                          | 33 ++------------------
 lib/librte_vhost/fd_man.h                          | 33 ++------------------
 lib/librte_vhost/rte_vhost.h                       | 33 ++------------------
 lib/librte_vhost/socket.c                          | 33 ++------------------
 lib/librte_vhost/vhost.c                           | 33 ++------------------
 lib/librte_vhost/vhost.h                           | 33 ++------------------
 lib/librte_vhost/vhost_user.c                      | 33 ++------------------
 lib/librte_vhost/vhost_user.h                      | 33 ++------------------
 lib/librte_vhost/virtio_net.c                      | 33 ++------------------
 test/cmdline_test/cmdline_test.c                   | 33 ++------------------
 test/cmdline_test/cmdline_test.h                   | 33 ++------------------
 test/cmdline_test/commands.c                       | 33 ++------------------
 test/test-acl/main.c                               | 33 ++------------------
 test/test-pipeline/config.c                        | 33 ++------------------
 test/test-pipeline/init.c                          | 33 ++------------------
 test/test-pipeline/main.c                          | 33 ++------------------
 test/test-pipeline/main.h                          | 33 ++------------------
 test/test-pipeline/pipeline_acl.c                  | 33 ++------------------
 test/test-pipeline/pipeline_hash.c                 | 33 ++------------------
 test/test-pipeline/pipeline_lpm.c                  | 33 ++------------------
 test/test-pipeline/pipeline_lpm_ipv6.c             | 33 ++------------------
 test/test-pipeline/pipeline_stub.c                 | 33 ++------------------
 test/test-pipeline/runtime.c                       | 33 ++------------------
 test/test/packet_burst_generator.c                 | 33 ++------------------
 test/test/packet_burst_generator.h                 | 33 ++------------------
 test/test/process.h                                | 33 ++------------------
 test/test/test.c                                   | 33 ++------------------
 test/test/test.h                                   | 33 ++------------------
 test/test/test_acl.c                               | 33 ++------------------
 test/test/test_acl.h                               | 33 ++------------------
 test/test/test_alarm.c                             | 33 ++------------------
 test/test/test_atomic.c                            | 33 ++------------------
 test/test/test_byteorder.c                         | 33 ++------------------
 test/test/test_cmdline.c                           | 33 ++------------------
 test/test/test_cmdline.h                           | 33 ++------------------
 test/test/test_cmdline_cirbuf.c                    | 33 ++------------------
 test/test/test_cmdline_etheraddr.c                 | 33 ++------------------
 test/test/test_cmdline_ipaddr.c                    | 33 ++------------------
 test/test/test_cmdline_lib.c                       | 33 ++------------------
 test/test/test_cmdline_num.c                       | 33 ++------------------
 test/test/test_cmdline_portlist.c                  | 33 ++------------------
 test/test/test_cmdline_string.c                    | 33 ++------------------
 test/test/test_common.c                            | 33 ++------------------
 test/test/test_cpuflags.c                          | 33 ++------------------
 test/test/test_crc.c                               | 33 ++------------------
 test/test/test_cryptodev.c                         | 32 ++------------------
 test/test/test_cryptodev.h                         | 32 ++------------------
 test/test/test_cryptodev_aead_test_vectors.h       | 32 ++------------------
 test/test/test_cryptodev_aes_test_vectors.h        | 32 ++------------------
 test/test/test_cryptodev_blockcipher.c             | 32 ++------------------
 test/test/test_cryptodev_blockcipher.h             | 32 ++------------------
 test/test/test_cryptodev_des_test_vectors.h        | 32 ++------------------
 test/test/test_cryptodev_hash_test_vectors.h       | 32 ++------------------
 test/test/test_cryptodev_hmac_test_vectors.h       | 32 ++------------------
 .../test/test_cryptodev_kasumi_hash_test_vectors.h | 32 ++------------------
 test/test/test_cryptodev_kasumi_test_vectors.h     | 32 ++------------------
 .../test/test_cryptodev_snow3g_hash_test_vectors.h | 32 ++------------------
 test/test/test_cryptodev_snow3g_test_vectors.h     | 32 ++------------------
 test/test/test_cryptodev_zuc_test_vectors.h        | 32 ++------------------
 test/test/test_cycles.c                            | 33 ++------------------
 test/test/test_debug.c                             | 33 ++------------------
 test/test/test_distributor.c                       | 33 ++------------------
 test/test/test_distributor_perf.c                  | 33 ++------------------
 test/test/test_eal_fs.c                            | 33 ++------------------
 test/test/test_efd.c                               | 33 ++------------------
 test/test/test_efd_perf.c                          | 33 ++------------------
 test/test/test_errno.c                             | 33 ++------------------
 test/test/test_event_eth_rx_adapter.c              | 32 ++------------------
 test/test/test_event_ring.c                        | 33 ++------------------
 test/test/test_eventdev_sw.c                       | 33 ++------------------
 test/test/test_flow_classify.c                     | 33 ++------------------
 test/test/test_flow_classify.h                     | 33 ++------------------
 test/test/test_func_reentrancy.c                   | 33 ++------------------
 test/test/test_hash.c                              | 33 ++------------------
 test/test/test_hash_functions.c                    | 33 ++------------------
 test/test/test_hash_multiwriter.c                  | 34 ++-------------------
 test/test/test_hash_perf.c                         | 33 ++------------------
 test/test/test_hash_scaling.c                      | 33 ++------------------
 test/test/test_interrupts.c                        | 33 ++------------------
 test/test/test_kni.c                               | 33 ++------------------
 test/test/test_link_bonding.c                      | 33 ++------------------
 test/test/test_link_bonding_mode4.c                | 33 ++------------------
 test/test/test_link_bonding_rssconf.c              | 33 ++------------------
 test/test/test_logs.c                              | 33 ++------------------
 test/test/test_lpm.c                               | 33 ++------------------
 test/test/test_lpm6.c                              | 33 ++------------------
 test/test/test_lpm6_data.h                         | 33 ++------------------
 test/test/test_lpm6_perf.c                         | 33 ++------------------
 test/test/test_lpm_perf.c                          | 33 ++------------------
 test/test/test_malloc.c                            | 33 ++------------------
 test/test/test_mbuf.c                              | 33 ++------------------
 test/test/test_member.c                            | 33 ++------------------
 test/test/test_member_perf.c                       | 33 ++------------------
 test/test/test_memcpy.c                            | 33 ++------------------
 test/test/test_memcpy_perf.c                       | 33 ++------------------
 test/test/test_memory.c                            | 33 ++------------------
 test/test/test_mempool.c                           | 33 ++------------------
 test/test/test_mempool_perf.c                      | 33 ++------------------
 test/test/test_memzone.c                           | 33 ++------------------
 test/test/test_meter.c                             | 33 ++------------------
 test/test/test_mp_secondary.c                      | 33 ++------------------
 test/test/test_per_lcore.c                         | 33 ++------------------
 test/test/test_pmd_perf.c                          | 33 ++------------------
 test/test/test_pmd_ring.c                          | 33 ++------------------
 test/test/test_pmd_ring_perf.c                     | 33 ++------------------
 test/test/test_power.c                             | 33 ++------------------
 test/test/test_power_acpi_cpufreq.c                | 33 ++------------------
 test/test/test_power_kvm_vm.c                      | 33 ++------------------
 test/test/test_prefetch.c                          | 33 ++------------------
 test/test/test_red.c                               | 33 ++------------------
 test/test/test_reorder.c                           | 33 ++------------------
 test/test/test_ring.c                              | 33 ++------------------
 test/test/test_ring_perf.c                         | 33 ++------------------
 test/test/test_rwlock.c                            | 33 ++------------------
 test/test/test_sched.c                             | 33 ++------------------
 test/test/test_service_cores.c                     | 32 ++------------------
 test/test/test_spinlock.c                          | 33 ++------------------
 test/test/test_string_fns.c                        | 33 ++------------------
 test/test/test_table.c                             | 33 ++------------------
 test/test/test_table.h                             | 33 ++------------------
 test/test/test_table_acl.c                         | 33 ++------------------
 test/test/test_table_acl.h                         | 33 ++------------------
 test/test/test_table_combined.c                    | 33 ++------------------
 test/test/test_table_combined.h                    | 33 ++------------------
 test/test/test_table_pipeline.c                    | 33 ++------------------
 test/test/test_table_pipeline.h                    | 33 ++------------------
 test/test/test_table_ports.c                       | 33 ++------------------
 test/test/test_table_ports.h                       | 33 ++------------------
 test/test/test_table_tables.c                      | 33 ++------------------
 test/test/test_table_tables.h                      | 33 ++------------------
 test/test/test_tailq.c                             | 33 ++------------------
 test/test/test_timer.c                             | 33 ++------------------
 test/test/test_timer_perf.c                        | 33 ++------------------
 test/test/test_version.c                           | 33 ++------------------
 test/test/virtual_pmd.c                            | 33 ++------------------
 test/test/virtual_pmd.h                            | 33 ++------------------
 778 files changed, 1559 insertions(+), 24019 deletions(-)

-- 
2.14.3



More information about the dev mailing list