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 E1AA768B5 for ; Tue, 5 Nov 2013 12:17:36 +0100 (CET) Received: by mail-wi0-f177.google.com with SMTP id f4so1887857wiw.4 for ; Tue, 05 Nov 2013 03:18:30 -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:organization:to:subject:date:user-agent:cc :references:in-reply-to:mime-version:content-type :content-transfer-encoding:message-id; bh=cLD+f9dGnuT35bFDpHNdIOV5QYCMQvWUJ1pImuR+oCI=; b=I+HaBamD2qlo4J6CYOWCDJmx3xiEh5ny4IZx51uniSPhYmNZmUXSsUfmjlbitC6aVO mVFOnxL+GjSeIO65PSpnSI+d1j809UJ/FO/4w/AxwnNUufOFRsxC0MeE/TADjMZyYyVR GO2SPUgmOyvizsxYo1NTa9C56fIIwSAo6B+u6rVrjoMqRHDQK4f6CRKp6LZWkYVGO3ji ylm4ujaw7j7kcKY7LMYMDLMLkD3jKLSM7XDWG9SK23oQDH3Cq332PbCQdENnJB4/x1y0 3OaQbwcMnu2CgcdVlUohkEwotG1Dh4oyh4E9/6UshaUmbJYFJPcXYTbkM6aFsrI2Coi/ wf0g== X-Gm-Message-State: ALoCoQk2MpaKXyTmGB+nqGqZ1xki5V8+sIQIciv4xudWZrBKpFYgYqs38rnYnNSimxIARpfJXrDK X-Received: by 10.180.37.227 with SMTP id b3mr16160876wik.24.1383650310068; Tue, 05 Nov 2013 03:18:30 -0800 (PST) Received: from angus.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id fr4sm13359178wib.0.2013.11.05.03.18.28 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 05 Nov 2013 03:18:29 -0800 (PST) From: Thomas Monjalon Organization: 6WIND To: Cyril Cressent Date: Tue, 5 Nov 2013 12:18:26 +0100 User-Agent: KMail/1.13.7 (Linux/3.2.0-4-amd64; KDE/4.8.4; x86_64; ; ) References: <20131105103325.GA25808@debian> In-Reply-To: <20131105103325.GA25808@debian> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201311051218.27016.thomas.monjalon@6wind.com> Cc: dev@dpdk.org Subject: Re: [dpdk-dev] preallocation of void ** obj_p of rte_ring_dequeue 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, 05 Nov 2013 11:17:37 -0000 05/11/2013 11:33, Cyril Cressent : > On a side note, it looks like the API reference page for rte_ring.h is > broken? It's missing a lot of functions. I'll look into it if I get a > chance. > http://dpdk.org/doc/api/rte__ring_8h.html#func-members It is fixed by the patch I just sent. Thanks for reporting. -- Thomas