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 A75F8231C for ; Fri, 28 Nov 2014 11:28:50 +0100 (CET) Received: by mail-wi0-f178.google.com with SMTP id hi2so10710419wib.17 for ; Fri, 28 Nov 2014 02:28:50 -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=MmLADx3/c1a1v35Zd32yFegMa8j0Y4yCLRftdEHFjlI=; b=gk/lNKna614xms0RiqYAos/QV6SW6iHTGeht6nIHBb27fTi1OAjEjsNbouD8jVmWwh L9gYNFKeYoTaTStWp+ns11D2SKKIDRRXYy0d8ic7ccLS2LKgBI48ea7BHcyH4aMdTjyr Qb7DGvK+49Wuaq6G3twn1NqMZv+Ht9iwCgBX32XVW1UyUkldtAGGSK0z11oKCE8Ygp/B xMdaNq1BTx9hffxmcseU/7tBxnsNeORMr91zg/OS+hVByB1w/SVCUx8k08u8mDVIS452 G5Fa+lNXy8yAb30QSDUGa5qq5n0+uwMEZcbdTn77ccPWFI7tpd2HXfB3WcQDjYnePYG8 MVAQ== X-Gm-Message-State: ALoCoQnbUffbONBvhveB8LPbPPDYY5R+e5lJtyzYQ/MuVFvSe1HJFQ/L1NH2OB54HOUZphHsBqzs X-Received: by 10.194.77.38 with SMTP id p6mr64295212wjw.50.1417170530511; Fri, 28 Nov 2014 02:28:50 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id 4sm14427586wjs.24.2014.11.28.02.28.49 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 28 Nov 2014 02:28:49 -0800 (PST) From: Thomas Monjalon To: "Sujith Sankar (ssujith)" Date: Fri, 28 Nov 2014 11:28:26 +0100 Message-ID: <4324239.e67aLPfjpx@xps13> Organization: 6WIND User-Agent: KMail/4.14.3 (Linux/3.17.4-1-ARCH; KDE/4.14.3; x86_64; ; ) In-Reply-To: References: <1417167499-4847-1-git-send-email-ssujith@cisco.com> <5077892.UJvXpqnVib@xps13> 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:28:50 -0000 2014-11-28 10:21, Sujith Sankar: > Sure Thomas. Thanks ! > Do you want me to send this V2 again with these? No, not needed. Just a reminder for next time in the hope you'll send hundreds of good patches ;) Note: avoid top-posting (there's also some guidelines for emails). > On 28/11/14 3:47 pm, "Thomas Monjalon" wrote: > >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