From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 5D9D41B1B7 for ; Tue, 9 Jan 2018 17:04:11 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 75331204F7; Tue, 9 Jan 2018 11:04:10 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Tue, 09 Jan 2018 11:04:10 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=hIV7oLbK1iHIuK5XoMXpKm1KrS 7mUZ9SotPoNt2GGVE=; b=BYH9cBZA2QKUFIoA72ResN/qRNzS0PmZYILuMmNSFw duhrQjZDWXgVzCsga44f4t+UTNXSdZrT/azwK7ZVQnrryj9JZhHTp9tCzCV2mJMK BFIoBTHwoIr/oiFixFAAInjttLqVflChtKUgvThmD8ddA+z4gfNatTahPuudvfaI w= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=hIV7oL bK1iHIuK5XoMXpKm1KrS7mUZ9SotPoNt2GGVE=; b=fXyfQ1VqfMtDCwWc0MalMn WLBoQv3UAsjSZR8QCdG+ZGid/yPYOU/S9BAckrYgP8XaX7Wzc/nOWtBb89T7RrWv 85a1nYfCsc3yqSATiyobR42+ShOEWr3X1jIs141MQRKcafeInVio8mRBaTbors7x 0xdl8PTfFe05XmySJT5rNUP3dT3NChnlZq32ExyE+5JuLki6DBckt1azQ/PudoAL ukFDdQmfi/BMwLQ8PSeYHFm0XecIFpXbhM1BPavNkIZKGd2blhnGTC58SYQymm7/ jlTQpg0YJvYR4sEVMWkwywkSAJA6MiFZDOqH1IsChPfgwkbY+wAHi6zX9i4AlJ6Q == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 1619124838; Tue, 9 Jan 2018 11:04:10 -0500 (EST) From: Thomas Monjalon To: Michael McConville Cc: dev@dpdk.org, Ferruh Yigit Date: Tue, 09 Jan 2018 17:03:46 +0100 Message-ID: <1754970.MkvYTSaTOZ@xps> In-Reply-To: <50ade726-a5bd-2a94-9f8d-ba3f9658d8a3@intel.com> References: <24F37CB2-A34A-472D-88DF-3E27E0E98F78@mykolab.com> <9e13bd6e-e2ad-4ad3-8e02-19f081a997cb@intel.com> <50ade726-a5bd-2a94-9f8d-ba3f9658d8a3@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] mmap(2) returns MAP_FAILED, not NULL, on failure X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Jan 2018 16:04:11 -0000 02/12/2017 01:51, Ferruh Yigit: > On 12/1/2017 4:50 PM, Ferruh Yigit wrote: > > On 11/30/2017 10:51 PM, Michael McConville wrote: > >> Signed-off-by: Michael McConville > > > > Reviewed-by: Ferruh Yigit > > > > > > Hi Michael, > > > > Thanks you for the patch, can you please check the contribution guide [1] for > > expected patch format for next patches. > > Ahh, there is checkpatch warning as well, can you make a new version of the > patch with updated patch title and warning fixed? Fixed and applied, thanks