From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f44.google.com (mail-wg0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id C2E63231C for ; Fri, 28 Nov 2014 11:18:05 +0100 (CET) Received: by mail-wg0-f44.google.com with SMTP id b13so8453862wgh.17 for ; Fri, 28 Nov 2014 02:18:05 -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=0l9gQdibHHvSja2gvL5q+RnH7yDpB0NQFwWN7prhUIw=; b=jsnvTKRL2fvWPDqKgzQYwk7fYAbAQkIyZSW8gsMuJPgujrREQomsmDJQ24vMjD46mC d3bucehBRLPARmKLh6hXOfCgy8fZ6m65iM8pmWF2XCj8S17TXbHFRjaxA83Xl+RRgUnI /q0lO1LZRtbyp7nVlhVRik12YbeNKeDa2BsO9LPastKFqA7yvuW0saIcPgt/DLbUboBH sFqk7C0od5dbGj8hB2XQt9rje5nfJ2V4O4kOkX6T/jx8P9FXGiF19APrZz89Bnh2v73N 69LSOsxcATL6ddOFMFkBJFxb2bnk8W9CnIfxHYzftBYrLt9FGj7xKG/63aRdBj9VFAiz 4IsQ== X-Gm-Message-State: ALoCoQmvrwGghTQPAp7RjzjSVe3fEENf3LS60D3/mU5uceFygXQCEKrEARE0X3d5qgdeA6pXe2tc X-Received: by 10.194.237.162 with SMTP id vd2mr67592564wjc.52.1417169885591; Fri, 28 Nov 2014 02:18:05 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id j2sm14388458wjs.28.2014.11.28.02.18.04 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 28 Nov 2014 02:18:04 -0800 (PST) From: Thomas Monjalon To: Sujith Sankar Date: Fri, 28 Nov 2014 11:17:42 +0100 Message-ID: <5077892.UJvXpqnVib@xps13> Organization: 6WIND User-Agent: KMail/4.14.3 (Linux/3.17.4-1-ARCH; KDE/4.14.3; x86_64; ; ) In-Reply-To: <1417167499-4847-1-git-send-email-ssujith@cisco.com> References: <1417167499-4847-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 v2] enicpmd: replace the type u_int* with uint* to remove compilation errors on a few platforms 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: Fri, 28 Nov 2014 10:18:05 -0000 Hi Sujith, Some tips when sending a v2: - use --in-reply-to to keep all the versions in the same thread - use --annotate to write a changelog These guidelines are explained in this page: http://dpdk.org/dev#send Thanks -- Thomas