From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f50.google.com (mail-wg0-f50.google.com [74.125.82.50]) by dpdk.org (Postfix) with ESMTP id 9E9B8ADC2 for ; Tue, 24 Feb 2015 09:46:57 +0100 (CET) Received: by wggx12 with SMTP id x12so3752285wgg.11 for ; Tue, 24 Feb 2015 00:46:57 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=mmJv5/HiGl/KrF+aue8yGUE+SIOa5HiFeqTPPpD2eys=; b=dgPHJcYniRyUfsa1TYIvCEkhch6zm5deUYjQ8AzbFTBCTEEBPW5O1QZpWSgeIsagRC eYC1HZCFd08Cn2twc6Vp+dkphpv9R0rPMpPXO9w4rvxhOIXwwFgAh8V8ZISNAxQooFRj RYpRvVKPFo+NLpM2SMs2jfvTTvrtUQg0ZG3UzxRjlsCIG7WXZPJl24CqEo7nye+81c90 0z50H/qxrqoljKxIzg/CM7XskE65jfnzpv3HFQXQM3xrTqICRiJBi78a5Zz+rrLomMth P9GfKF/8vLnfv4/9kWlm2/F0v8zsd9XVsnmtcpdxNZcPmY5mkzP7jNtieOjK5q52vlD5 Ossw== X-Gm-Message-State: ALoCoQl3RFE43GnVbKx7MgrsPMC7I2OCQEOLK5sS/oaES7gd4fQRtljH8wAJQ8NJ82iO0W3Tz6Rk X-Received: by 10.194.5.37 with SMTP id p5mr30630823wjp.20.1424767617472; Tue, 24 Feb 2015 00:46:57 -0800 (PST) Received: from [10.16.0.195] (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id ev7sm59186205wjb.47.2015.02.24.00.46.56 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 24 Feb 2015 00:46:56 -0800 (PST) Message-ID: <54EC3A80.9000609@6wind.com> Date: Tue, 24 Feb 2015 09:46:56 +0100 From: Olivier MATZ User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.2.0 MIME-Version: 1.0 To: Sergio Gonzalez Monroy , dev@dpdk.org References: <1424434253-6808-1-git-send-email-sergio.gonzalez.monroy@intel.com> In-Reply-To: <1424434253-6808-1-git-send-email-sergio.gonzalez.monroy@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 0/3] Misc fixes 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, 24 Feb 2015 08:46:57 -0000 On 02/20/2015 01:10 PM, Sergio Gonzalez Monroy wrote: > This series fixes a few small issues in different files: > - doxygen syntax of a couple of comments in struct mbuf > - add missing reorder library directory to doxygen config > - rte_reorder_create was not being checked for possible errors, so > add proper error checking and move it before launching threads. > > Sergio Gonzalez Monroy (3): > doc: add librte_reorder to doxygen conf > mbuf: fix a couple of doxygen comments > examples/packet_ordering: move creation of reorder buffer > > doc/api/doxy-api.conf | 1 + > examples/packet_ordering/main.c | 37 +++++++++++++++++++++++++------------ > lib/librte_mbuf/rte_mbuf.h | 4 ++-- > 3 files changed, 28 insertions(+), 14 deletions(-) > Series: Acked-by: Olivier Matz