From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f178.google.com (mail-wi0-f178.google.com [209.85.212.178]) by dpdk.org (Postfix) with ESMTP id 0CA067E7A for ; Tue, 21 Oct 2014 11:09:25 +0200 (CEST) Received: by mail-wi0-f178.google.com with SMTP id r20so1199822wiv.11 for ; Tue, 21 Oct 2014 02:17:40 -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=Py3V9mNdgNTghQuhsBIOC2TL8OYm+VbuWKqpXzE6bI8=; b=K8IeEWAqhYK0dYNhsOAgVAx+31UGaJMquIsntCxpfhQqGE663rZjCDSZ/xUyKrhQ3V TchuT7QswKEXJ60KfSKKN0xgjhmVmSf+RowHti36LDX7SYEk7wzsvjiiFcbqivCGHyTo NVNcoetjez1b0JXgyJGDA7bq7mxby/yHL56ZfmL2K3+ezOyPAUAadS1Q7A6A0ppryR0A oA/jo7C9TBhMzl+zv22EUAQezIdv77pAoMN39EKGNDFA9U+hQATTKWchRaxJMxrvEZI/ /TfnUzEFcNaJm0NIXz7H6l8oLTJni2zdIt4mDBB9SjgcvzEESipjhUnmI331E3oYrEOV RmNg== X-Gm-Message-State: ALoCoQn9tYl9WqIn5iM+5FtSKNjLyXXiqTbfRHXw4zsNFEnInMnQ1A1S+CNHGKWw/UH/4tNjz354 X-Received: by 10.180.90.237 with SMTP id bz13mr27755886wib.50.1413883059846; Tue, 21 Oct 2014 02:17:39 -0700 (PDT) Received: from xps13.localnet ([109.190.92.136]) by mx.google.com with ESMTPSA id xw9sm14707790wjc.24.2014.10.21.02.17.38 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 21 Oct 2014 02:17:39 -0700 (PDT) From: Thomas Monjalon To: Matthias Bartelt Date: Tue, 21 Oct 2014 11:17:20 +0200 Message-ID: <1516000.auUSWjmSzW@xps13> Organization: 6WIND User-Agent: KMail/4.14.1 (Linux/3.16.4-1-ARCH; KDE/4.14.1; x86_64; ; ) In-Reply-To: <1413880725-9682-1-git-send-email-mail@mbartelt.de> References: <1413880725-9682-1-git-send-email-mail@mbartelt.de> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] Fix warnings if DPDK is used with C++1x: Format macro constants for fixed width integer types need a space after the preceding string literal. 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: Tue, 21 Oct 2014 09:09:25 -0000 Hi, Thank you for the patch. Not a lot of people use DPDK with C++, so we probably need some fixes. Please, could you send a v2 of this patch with a shorter title, an explanation in commit log and a signed-off? Guidelines are explained here: http://dpdk.org/dev#send 2014-10-21 10:38, Matthias Bartelt: > From: Matthias Bartelt You need to configure your email address in .gitconfig to remove this. -- Thomas