config: rename "default" configurations as "native"
authorDavid Marchand <david.marchand@6wind.com>
Wed, 14 May 2014 14:58:08 +0000 (16:58 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 21 May 2014 14:25:06 +0000 (16:25 +0200)
commit519f32279e8436524959ed3bc5b0b74e6cef4908
treedb74f9baf497fc4c36a5e3b18e21a8bc231c6ef6
parent41d9a8250dc8d35bcd4499ba8e59809be943e712
config: rename "default" configurations as "native"

The "default" part in configuration filenames is misleading.
Rename this as "native", as this is the RTE_MACHINE that is set in these files.
This should make it clearer for people who build DPDK on a system then run it on
another one.

Signed-off-by: David Marchand <david.marchand@6wind.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
50 files changed:
config/defconfig_i686-default-linuxapp-gcc [deleted file]
config/defconfig_i686-default-linuxapp-icc [deleted file]
config/defconfig_i686-native-linuxapp-gcc [new file with mode: 0644]
config/defconfig_i686-native-linuxapp-icc [new file with mode: 0644]
config/defconfig_x86_64-default-bsdapp-gcc [deleted file]
config/defconfig_x86_64-default-linuxapp-gcc [deleted file]
config/defconfig_x86_64-default-linuxapp-icc [deleted file]
config/defconfig_x86_64-ivshmem-linuxapp-gcc
config/defconfig_x86_64-ivshmem-linuxapp-icc
config/defconfig_x86_64-native-bsdapp-gcc [new file with mode: 0644]
config/defconfig_x86_64-native-linuxapp-gcc [new file with mode: 0644]
config/defconfig_x86_64-native-linuxapp-icc [new file with mode: 0644]
doc/build-sdk-quick.txt
examples/Makefile
examples/cmdline/Makefile
examples/dpdk_qat/Makefile
examples/exception_path/Makefile
examples/helloworld/Makefile
examples/ip_reassembly/Makefile
examples/ipv4_frag/Makefile
examples/ipv4_multicast/Makefile
examples/kni/Makefile
examples/l2fwd/Makefile
examples/l3fwd-power/Makefile
examples/l3fwd-vf/Makefile
examples/l3fwd/Makefile
examples/link_status_interrupt/Makefile
examples/load_balancer/Makefile
examples/multi_process/Makefile
examples/multi_process/client_server_mp/Makefile
examples/multi_process/client_server_mp/mp_server/Makefile
examples/multi_process/l2fwd_fork/Makefile
examples/multi_process/simple_mp/Makefile
examples/multi_process/symmetric_mp/Makefile
examples/netmap_compat/bridge/Makefile
examples/qos_meter/Makefile
examples/qos_sched/Makefile
examples/quota_watermark/Makefile
examples/quota_watermark/qw/Makefile
examples/quota_watermark/qwctl/Makefile
examples/timer/Makefile
examples/vhost/Makefile
examples/vhost_xen/Makefile
examples/vmdq/Makefile
examples/vmdq_dcb/Makefile
mk/rte.sdkinstall.mk
mk/rte.sdkroot.mk
mk/rte.sdktestall.mk
pkg/dpdk-core.spec
scripts/test-framework.sh