From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olivier MATZ Subject: Re: [PATCH 0/3] Misc fixes Date: Tue, 24 Feb 2015 09:46:56 +0100 Message-ID: <54EC3A80.9000609@6wind.com> References: <1424434253-6808-1-git-send-email-sergio.gonzalez.monroy@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit To: Sergio Gonzalez Monroy , dev-VfR2kkLFssw@public.gmane.org Return-path: In-Reply-To: <1424434253-6808-1-git-send-email-sergio.gonzalez.monroy-ral2JQCrhuEAvxtiuMwx3w@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" 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