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 <olivier.matz at 6wind.com>