From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] ring: Fix return type in enqueue and dequeue burst functions Date: Wed, 17 Dec 2014 00:58:02 +0100 Message-ID: <2815627.1s8H6ACuE7@xps13> References: <1418650906-11545-1-git-send-email-pablo.de.lara.guarch@intel.com> <54906649.8080905@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Pablo de Lara Return-path: In-Reply-To: <54906649.8080905-pdR9zngts4EAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" > > 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