From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f45.google.com (mail-wg0-f45.google.com [74.125.82.45]) by dpdk.org (Postfix) with ESMTP id 93AF6C7A8 for ; Mon, 22 Jun 2015 11:40:09 +0200 (CEST) Received: by wgbhy7 with SMTP id hy7so136196683wgb.2 for ; Mon, 22 Jun 2015 02:40:09 -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:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=ibOKpISJh4Py3/wKNZ3PH+pQUPyXJAppxzxL4CfZoTQ=; b=mQa+m0rBJDM7oLCyi8+JrpBlSEyjSCSKk7hyYYeQ1gCCTP9Djc2ME/ehdMDHflOZhl ydEh3Qyp5nN3/k++f/LK75UU0U9r1lXZsLXcKsjdPlMlBrj+DJugO92JrGIQJeHfmed1 MR2PCDMvA4SFrQekCVQQCfyClKqgwhntvEGg+nL1onoKCs3h9IBPGuXqY13nK2bmeisB 6NeXYdfWxYzYRhRXbYiQrFYS4Yz85W0iY5DOY0vk3S9MiSYuDExXeWUoyPqBL2yqOgxe yeR2H8Zwo/wM4afm10+usjf3+N31FCJ4BbXDQNofHHVg+oJQhDoWQ8P3MieCnRRJCcoQ uTgw== X-Gm-Message-State: ALoCoQmvPkwSwoErdUlamUwjI52XxsuVvfFi5+uOosNYPyxX/vSSx6jcgvwCkWbR6rBAOp0QbqsO X-Received: by 10.180.86.198 with SMTP id r6mr30328590wiz.70.1434966009449; Mon, 22 Jun 2015 02:40:09 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id fo13sm16304529wic.0.2015.06.22.02.40.07 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 22 Jun 2015 02:40:08 -0700 (PDT) From: Thomas Monjalon To: Cyril Chemparathy Date: Mon, 22 Jun 2015 11:39:07 +0200 Message-ID: <1526894.tvBQFEdQvi@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <1434741309-22415-10-git-send-email-cchemparathy@ezchip.com> References: <1434741309-22415-1-git-send-email-cchemparathy@ezchip.com> <1434741309-22415-10-git-send-email-cchemparathy@ezchip.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH 09/11] tile: initial TILE-Gx support. 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: Mon, 22 Jun 2015 09:40:09 -0000 2015-06-19 12:15, Cyril Chemparathy: > +CONFIG_RTE_LIBNAME="tile_dpdk" Not sure it makes sense to have different library names. Why not renaming all to "dpdk"?