From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com [209.85.212.172]) by dpdk.org (Postfix) with ESMTP id D59B1137D for ; Sat, 29 Nov 2014 12:17:52 +0100 (CET) Received: by mail-wi0-f172.google.com with SMTP id n3so20456561wiv.17 for ; Sat, 29 Nov 2014 03:17:52 -0800 (PST) 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=EYITlWoeKLZw5qCnnXk32Q74KuHRi9cxfmmDqsFreNs=; b=RF8Mn3DDjh+tWhboSl/fdp1aR3WXCNqrIngermJ08rfZQHtZej1ZnCvEibEj8iKSHN e2H02tVuAyULVVTdtfILUyrhh5eYnkyZYOYQ3c7kdaV+eimuajP2bPUzYDvj4sImklW2 MbP2fQLHObdfz1kiAh+Kf7TA0tSOWoDlWZPp9ZYv7HUEOHAYO6fi3Hg+iiRr6Wm26toP 4T332EqwL4XoK4CfOOdu4vEt/BQqaR5tK2OIX4jCe1hNMK7mk7F+co/VmJ4LG3uaSuQa Gc7DMABunFNIyGOVSBIEuPe2tIdzKom573pZHx2CZQEPYIaHobAoxOQGXEm/HPxmBWZ1 b0mQ== X-Gm-Message-State: ALoCoQkRGQSSZUzpwDCKjrZb0UTaBi4pW+cFJQOYRylV17OKzjcMXzhjnZr6Fi2BbHnCTfGhfXuh X-Received: by 10.180.198.164 with SMTP id jd4mr67021943wic.42.1417259872722; Sat, 29 Nov 2014 03:17:52 -0800 (PST) Received: from x220.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id eu15sm19532707wid.18.2014.11.29.03.17.51 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 29 Nov 2014 03:17:51 -0800 (PST) From: Thomas Monjalon To: "Sujith Sankar (ssujith)" Date: Sat, 29 Nov 2014 12:17:50 +0100 Message-ID: <3992990.zyFIT2Xa5y@x220> Organization: 6WIND User-Agent: KMail/4.13.3 (Linux/3.16.0-2-ARCH; KDE/4.13.3; x86_64; ; ) In-Reply-To: References: <1417245457-19609-1-git-send-email-ssujith@cisco.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] enicpd: Warnings and one error when built using clang compiler 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: Sat, 29 Nov 2014 11:17:53 -0000 29/11/2014 07:22, Sujith Sankar : > Sorry for the typo in the subject. It is enicpmd. Actually no, it should be enic. For virtio, it is not virtiopmd, for ixgbe, it is not ixgbepmd, etc :) Talking about title, please start with lower case and a verb, e.g. fix build with clang. To have a good idea of title formatting, you could check at the git history. Thanks -- Thomas