From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from alln-iport-8.cisco.com (alln-iport-8.cisco.com [173.37.142.95]) by dpdk.org (Postfix) with ESMTP id B76597F00 for ; Fri, 28 Nov 2014 11:21:05 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cisco.com; i=@cisco.com; l=424; q=dns/txt; s=iport; t=1417170065; x=1418379665; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-id:content-transfer-encoding: mime-version; bh=MoVSgdrlSippEYvQHyJZhcW+gNY3k3hrjf+t0Tk1kt8=; b=YY7JEOxYN4b1HHVYKqwTEI/DV6tBfc6CI8d9Lr4CRwCsmS7/zQa8x0+N DTiUDzibY7yu7g0uCEZ0Vpit/eFCexvvW17jJPokpxTvGpjaQFE5RWX9k JgyaDY4KvZSNuOCwgDGdMz+040QXcSwtFEVpuMkTk3W/aOzGMmmJHLM1u s=; X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AhAFAORLeFStJV2c/2dsb2JhbABbgwZRUwnHN4ZRAoEMFgEBAQEBfYQDAQEEOj8QAgEINgULMiUCBA4FiEAI0iMBAQEBAQEBAwEBAQEBAQEBGpB7B4RNAQSSZYRnhzWBdIs1iXOCN4FFb4FIgQIBAQE X-IronPort-AV: E=Sophos;i="5.07,475,1413244800"; d="scan'208";a="100887689" Received: from rcdn-core-5.cisco.com ([173.37.93.156]) by alln-iport-8.cisco.com with ESMTP; 28 Nov 2014 10:21:04 +0000 Received: from xhc-rcd-x06.cisco.com (xhc-rcd-x06.cisco.com [173.37.183.80]) by rcdn-core-5.cisco.com (8.14.5/8.14.5) with ESMTP id sASAL4Fm022796 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Fri, 28 Nov 2014 10:21:04 GMT Received: from xmb-aln-x07.cisco.com ([169.254.2.173]) by xhc-rcd-x06.cisco.com ([173.37.183.80]) with mapi id 14.03.0195.001; Fri, 28 Nov 2014 04:21:04 -0600 From: "Sujith Sankar (ssujith)" To: Thomas Monjalon Thread-Topic: [dpdk-dev] [PATCH v2] enicpmd: replace the type u_int* with uint* to remove compilation errors on a few platforms Thread-Index: AQHQCu85uMKl4GN0fEqZtNSmwOfjPZx2N80AgABdKoA= Date: Fri, 28 Nov 2014 10:21:04 +0000 Message-ID: References: <1417167499-4847-1-git-send-email-ssujith@cisco.com> <5077892.UJvXpqnVib@xps13> In-Reply-To: <5077892.UJvXpqnVib@xps13> 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.127.149.201] Content-Type: text/plain; charset="us-ascii" Content-ID: <52B74812CCF2A74DACBDAB9E448332FE@emea.cisco.com> Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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:21:06 -0000 Sure Thomas. Thanks ! Do you want me to send this V2 again with these? -Sujith 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 >--=20 >Thomas