From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f177.google.com (mail-wi0-f177.google.com [209.85.212.177]) by dpdk.org (Postfix) with ESMTP id 8E622B55A for ; Fri, 20 Feb 2015 11:10:38 +0100 (CET) Received: by mail-wi0-f177.google.com with SMTP id bs8so1796888wib.4 for ; Fri, 20 Feb 2015 02:10:38 -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=kwZF7NaiX6BNwz/LJRCylPvjX4o7iLbF3Gg95OpQ8SA=; b=RpgEJY0Qhs/j+t6loi19hCXV8D6dETpS94/zmp+P7BM7Vpzj/qNdyVJq5YSH7ABitk igvuRgY//v4SUijB2NAOvL1n2yhM4yR1jXQVRi0qi/j1WI0DKp6jzSpP42n8UUnfbv2W fgo3ozeCuVPQPEIMzVLu2l3Xu9zcQ7m/yGhpVMjQj03w1fyScFN+bLJOJSqDg5v70J9X k+0efwSY7RuEqahtfYexx+eTtISbySDzFWJuBIOn+Zg4yjLkzfn4v/6RO/+lUHuuf+js xEXaeiseuJ6BPsNULUHle9Wt/EZvBczX8pRmFNj8Fgwvnt8DFwmsZiZHMHtQ803X6Cvk ju0g== X-Gm-Message-State: ALoCoQknlPIpAF+YH+SRrNdWh5GG62f7OXzv0J4cu/rsWEsx3mYJnbfPK/HD3u082sI6FmQeNElI X-Received: by 10.194.60.203 with SMTP id j11mr303256wjr.5.1424427038393; Fri, 20 Feb 2015 02:10:38 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id dj4sm41355722wjc.13.2015.02.20.02.10.36 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 20 Feb 2015 02:10:37 -0800 (PST) From: Thomas Monjalon To: "Gonzalez Monroy, Sergio" Date: Fri, 20 Feb 2015 11:09:52 +0100 Message-ID: <1535585.jEGHYC2Hmn@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: References: <1423755577-18174-1-git-send-email-sergio.gonzalez.monroy@intel.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] eal: fix fscanf format mismatch 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, 20 Feb 2015 10:10:38 -0000 > > Variables are unsigned int but format scans for signed int. > > > > Signed-off-by: Sergio Gonzalez Monroy > > Acked-by: Pablo de Lara Applied, thanks