[dpdk-dev] [PATCH 0/3] Misc fixes

2015-02-24 Thread Olivier MATZ
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 erro

[dpdk-dev] [PATCH 0/3] Misc fixes

2015-02-24 Thread Thomas Monjalon
2015-02-20 12:10, Sergio Gonzalez Monroy: > 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

[dpdk-dev] [PATCH 0/3] Misc fixes

2015-02-20 Thread Sergio Gonzalez Monroy
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