From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f169.google.com (mail-wi0-f169.google.com [209.85.212.169]) by dpdk.org (Postfix) with ESMTP id 2214C3B5 for ; Wed, 17 Dec 2014 00:58:29 +0100 (CET) Received: by mail-wi0-f169.google.com with SMTP id r20so15317110wiv.4 for ; Tue, 16 Dec 2014 15:58:29 -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=PETGFQspTF1tuVHLNxlXoVF/DrIZnZ3u5oF/CiMFiGA=; b=fFkot/hVj/QnZU25MMnu67b1Ns0F1ESn2z2hAI5lAhL88V7mIxpUKs9FmSLOzZhrxu SzPcy/8gz/RYMIUHyG/0NnhmOgcGYRJrfGwzvpn03prHXpEA3i3zbkDZpkeNRFy64bcb xxe0jjOgq7cDp3ysEtGH7JBKLk7/shqvBOkbSfZo/2LAAz5GIeG3ZzTjzO0pxFpUq4Y1 2rKzuWG8WHmVJQywv8XZnBKmH7NnhI6CyUlEWDcgG7rvcFf4pDKpTnDT7wL65n7Wa6a1 /NDj+ODk97LS6HcvvJf3ZZAEAOOAd/7W1cF/RnTYPYcoomVnQqGmmDzoHfwvn34f6Odp x6ag== X-Gm-Message-State: ALoCoQkbEWbWkdh8Xt21JLA2P36Aqg1Xi1uPxc2YFF/wnnuX4rcWLxhPQ/2xKLBEwZ0soXwC13Cv X-Received: by 10.180.91.201 with SMTP id cg9mr9114940wib.63.1418774309023; Tue, 16 Dec 2014 15:58:29 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id pu3sm2937664wjc.14.2014.12.16.15.58.27 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 16 Dec 2014 15:58:28 -0800 (PST) From: Thomas Monjalon To: Pablo de Lara Date: Wed, 17 Dec 2014 00:58:02 +0100 Message-ID: <2815627.1s8H6ACuE7@xps13> Organization: 6WIND User-Agent: KMail/4.14.3 (Linux/3.17.4-1-ARCH; KDE/4.14.3; x86_64; ; ) In-Reply-To: <54906649.8080905@6wind.com> References: <1418650906-11545-1-git-send-email-pablo.de.lara.guarch@intel.com> <54906649.8080905@6wind.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] ring: Fix return type in enqueue and dequeue burst functions 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: Tue, 16 Dec 2014 23:58:29 -0000 > > Enqueue and dequeue burst functions always return a positive > > value (including 0), so return type should be unsigned, > > instead of int. > > > > Fixed also API doc for one of the functions. > > > > Signed-off-by: Pablo de Lara > > Acked-by: Olivier Matz Applied Thanks -- Thomas