From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f179.google.com (mail-we0-f179.google.com [74.125.82.179]) by dpdk.org (Postfix) with ESMTP id 91706AFD7 for ; Wed, 14 May 2014 16:58:09 +0200 (CEST) Received: by mail-we0-f179.google.com with SMTP id q59so2050331wes.38 for ; Wed, 14 May 2014 07:58:17 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:date:message-id; bh=dU3ADB6qt7uP9OKxO+RQ8IwOKNwzaKRZCmKZn3LAtxE=; b=BZ3/RdvDObRltILnpLbX5RfBYzjvX05GXLfNn/Auvlbt7DVD6JHXnPU3keePq5Lcv/ /PDASXJWw4Qc12x3rARpQip0eBj9/xzUWPYnnztz58RYg8Vmyc8Iq4sJs5LGZXRhROX0 p6CnJ42hlzCi1jrzutzIkECgA3gPicMXPbYntgdQXPHTrw4GYBtjQMr8dkGFiTY/0ynz QMShTVGODFbSvMuJfCkP46aJgc6lXwF9AnOcsK+ZlAzwOlyxQjM2FsKP5kg5aY67IR5l QsMVHgZRzvUE23jcU72MMzAF+A25t+ipeRb/rYamfAHKpP0lwD38lN0pOuh9NfpddfNv XF9A== X-Gm-Message-State: ALoCoQnvjh3CEeewpR98vhdzw3bPiEv2Y/pTPmnaYriRTDhZPcBh8qLJnNTFgcVHAbSmBEbITRJ8 X-Received: by 10.180.182.115 with SMTP id ed19mr26425311wic.29.1400079497261; Wed, 14 May 2014 07:58:17 -0700 (PDT) Received: from alcyon.dev.6wind.com (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id q9sm2831740wjo.3.2014.05.14.07.58.15 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 14 May 2014 07:58:16 -0700 (PDT) From: David Marchand To: dev@dpdk.org Date: Wed, 14 May 2014 16:58:06 +0200 Message-Id: <1400079489-13152-1-git-send-email-david.marchand@6wind.com> X-Mailer: git-send-email 1.7.10.4 Subject: [dpdk-dev] [PATCH 0/3] configs cleanup X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 May 2014 14:58:10 -0000 Hello all, Here is a patch series that try to: - make it easier to globally enable/disable a feature used by multiple targets - make things clearer when compiling DPDK and when you want to cross-compile it -- David Marchand David Marchand (3): config: factorize configurations config: rename "default" configuration file as "native" config: rename "default" machine type as "core2" config/common_bsdapp | 302 +++++++++++++++++ config/common_linuxapp | 339 ++++++++++++++++++++ config/defconfig_i686-default-linuxapp-gcc | 337 ------------------- config/defconfig_i686-default-linuxapp-icc | 336 ------------------- config/defconfig_i686-native-linuxapp-gcc | 68 ++++ config/defconfig_i686-native-linuxapp-icc | 68 ++++ config/defconfig_x86_64-default-bsdapp-gcc | 302 ----------------- config/defconfig_x86_64-default-linuxapp-gcc | 339 -------------------- config/defconfig_x86_64-default-linuxapp-icc | 335 ------------------- config/defconfig_x86_64-ivshmem-linuxapp-gcc | 2 +- config/defconfig_x86_64-ivshmem-linuxapp-icc | 2 +- config/defconfig_x86_64-native-bsdapp-gcc | 71 ++++ config/defconfig_x86_64-native-linuxapp-gcc | 63 ++++ config/defconfig_x86_64-native-linuxapp-icc | 63 ++++ doc/build-sdk-quick.txt | 2 +- examples/cmdline/Makefile | 2 +- examples/dpdk_qat/Makefile | 2 +- examples/exception_path/Makefile | 2 +- examples/helloworld/Makefile | 2 +- examples/ip_reassembly/Makefile | 2 +- examples/ipv4_frag/Makefile | 2 +- examples/ipv4_multicast/Makefile | 2 +- examples/kni/Makefile | 2 +- examples/l2fwd/Makefile | 2 +- examples/l3fwd-power/Makefile | 2 +- examples/l3fwd-vf/Makefile | 2 +- examples/l3fwd/Makefile | 2 +- examples/link_status_interrupt/Makefile | 2 +- examples/load_balancer/Makefile | 2 +- .../client_server_mp/mp_server/Makefile | 2 +- examples/multi_process/l2fwd_fork/Makefile | 2 +- examples/multi_process/simple_mp/Makefile | 2 +- examples/multi_process/symmetric_mp/Makefile | 2 +- examples/netmap_compat/bridge/Makefile | 2 +- examples/qos_meter/Makefile | 2 +- examples/qos_sched/Makefile | 2 +- examples/quota_watermark/Makefile | 2 +- examples/quota_watermark/qw/Makefile | 2 +- examples/quota_watermark/qwctl/Makefile | 2 +- examples/timer/Makefile | 2 +- examples/vhost/Makefile | 2 +- examples/vhost_xen/Makefile | 2 +- examples/vmdq/Makefile | 2 +- examples/vmdq_dcb/Makefile | 2 +- mk/machine/core2/rte.vars.mk | 58 ++++ mk/machine/default/rte.vars.mk | 58 ---- mk/rte.sdkinstall.mk | 2 +- mk/rte.sdkroot.mk | 2 +- mk/rte.sdktestall.mk | 2 +- mk/target/generic/rte.vars.mk | 2 +- pkg/dpdk-core.spec | 4 +- scripts/test-framework.sh | 2 +- 52 files changed, 1071 insertions(+), 1746 deletions(-) create mode 100644 config/common_bsdapp create mode 100644 config/common_linuxapp delete mode 100644 config/defconfig_i686-default-linuxapp-gcc delete mode 100644 config/defconfig_i686-default-linuxapp-icc create mode 100644 config/defconfig_i686-native-linuxapp-gcc create mode 100644 config/defconfig_i686-native-linuxapp-icc delete mode 100644 config/defconfig_x86_64-default-bsdapp-gcc delete mode 100644 config/defconfig_x86_64-default-linuxapp-gcc delete mode 100644 config/defconfig_x86_64-default-linuxapp-icc create mode 100644 config/defconfig_x86_64-native-bsdapp-gcc create mode 100644 config/defconfig_x86_64-native-linuxapp-gcc create mode 100644 config/defconfig_x86_64-native-linuxapp-icc create mode 100644 mk/machine/core2/rte.vars.mk delete mode 100644 mk/machine/default/rte.vars.mk -- 1.7.10.4