DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/3] Misc fixes
@ 2015-02-20 12:10 Sergio Gonzalez Monroy
  2015-02-20 12:10 ` [dpdk-dev] [PATCH 1/3] doc: add librte_reorder to doxygen conf Sergio Gonzalez Monroy
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Sergio Gonzalez Monroy @ 2015-02-20 12:10 UTC (permalink / raw)
  To: 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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-02-24  8:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-20 12:10 [dpdk-dev] [PATCH 0/3] Misc fixes Sergio Gonzalez Monroy
2015-02-20 12:10 ` [dpdk-dev] [PATCH 1/3] doc: add librte_reorder to doxygen conf Sergio Gonzalez Monroy
2015-02-20 12:10 ` [dpdk-dev] [PATCH 2/3] mbuf: fix a couple of doxygen comments Sergio Gonzalez Monroy
2015-02-20 12:10 ` [dpdk-dev] [PATCH 3/3] examples/packet_ordering: move creation of reorder buffer Sergio Gonzalez Monroy
2015-02-24  2:04 ` [dpdk-dev] [PATCH 0/3] Misc fixes Thomas Monjalon
2015-02-24  8:46 ` Olivier MATZ

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).