From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from alln-iport-7.cisco.com (alln-iport-7.cisco.com [173.37.142.94]) by dpdk.org (Postfix) with ESMTP id DEE571515 for ; Sat, 29 Nov 2014 14:20:27 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cisco.com; i=@cisco.com; l=731; q=dns/txt; s=iport; t=1417267229; x=1418476829; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-id:content-transfer-encoding: mime-version; bh=GYA5tt3OMl6pC84QCTh/r+SHpCzHgDqZS18+rd0icQI=; b=kVm6sTEc0EJK6CdqphE7sJCb1LLD5yVMk+YIP1oIn57EqZbaD3AdOKrF JqUh8srivoRhRmc6aDy0l+yDKvuWcK13a9yIjAzti+bRJwWZe7HbLI68C nkKXFWstmAzhxksMDKUX6BkP5LZmUjlaV8F9cHZ3RGOZN3vqTvKJFIWTh I=; X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgcFAATHeVStJV2Y/2dsb2JhbABbgwaBLc1kAoEIFgEBAQEBfYQDAQEEeRACAQhGMiUCBA4FFIgs0g4BAQEBAQEBAQEBAQEBAQEBAQEBGZB7B4RIAQSKXoYni0KBLoM7kFqCN4FEb4FGgQEBAQE X-IronPort-AV: E=Sophos;i="5.07,483,1413244800"; d="scan'208";a="101120199" Received: from rcdn-core-1.cisco.com ([173.37.93.152]) by alln-iport-7.cisco.com with ESMTP; 29 Nov 2014 13:20:27 +0000 Received: from xhc-rcd-x10.cisco.com (xhc-rcd-x10.cisco.com [173.37.183.84]) by rcdn-core-1.cisco.com (8.14.5/8.14.5) with ESMTP id sATDKQe6005801 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Sat, 29 Nov 2014 13:20:26 GMT Received: from xmb-aln-x07.cisco.com ([169.254.2.173]) by xhc-rcd-x10.cisco.com ([173.37.183.84]) with mapi id 14.03.0195.001; Sat, 29 Nov 2014 07:20:26 -0600 From: "Sujith Sankar (ssujith)" To: Thomas Monjalon Thread-Topic: [dpdk-dev] [PATCH] enicpd: Warnings and one error when built using clang compiler Thread-Index: AQHQC6TH61xJC1VEqkWLHEvl40Gh/Jx38/qA///ligCAAH5+AA== Date: Sat, 29 Nov 2014 13:20:25 +0000 Message-ID: References: <1417245457-19609-1-git-send-email-ssujith@cisco.com> <3992990.zyFIT2Xa5y@x220> In-Reply-To: <3992990.zyFIT2Xa5y@x220> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-MacOutlook/14.3.9.131030 x-originating-ip: [10.65.69.18] Content-Type: text/plain; charset="iso-8859-1" Content-ID: Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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 13:20:28 -0000 On 29/11/14 4:47 pm, "Thomas Monjalon" wrote: >29/11/2014 07:22, Sujith Sankar : >> Sorry for the typo in the subject. It is enicpmd. > >Actually no, it should be enic. Usually we use enic to denote the kernel mode driver and enicpmd to denote the PMD. But it is alright to follow what=B9s being done in the community. I shall use enic from now on. >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=20 >with clang. >To have a good idea of title formatting, you could check at the git >history. Sure. I shall follow these. Thanks, -Sujith > >Thanks >--=20 >Thomas