From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergio Gonzalez Monroy Subject: [PATCH 0/3] Misc fixes Date: Fri, 20 Feb 2015 12:10:50 +0000 Message-ID: <1424434253-6808-1-git-send-email-sergio.gonzalez.monroy@intel.com> To: dev-VfR2kkLFssw@public.gmane.org Return-path: 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" 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(-) -- 1.9.3