From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id A16C3B6E4 for ; Fri, 20 Feb 2015 13:11:17 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga101.fm.intel.com with ESMTP; 20 Feb 2015 04:10:55 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.09,614,1418112000"; d="scan'208";a="457204523" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by FMSMGA003.fm.intel.com with ESMTP; 20 Feb 2015 03:55:43 -0800 Received: from sivswdev02.ir.intel.com (sivswdev02.ir.intel.com [10.237.217.46]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id t1KCAsqS006189 for ; Fri, 20 Feb 2015 12:10:54 GMT Received: from sivswdev02.ir.intel.com (localhost [127.0.0.1]) by sivswdev02.ir.intel.com with ESMTP id t1KCAsIl006847 for ; Fri, 20 Feb 2015 12:10:54 GMT Received: (from smonroy@localhost) by sivswdev02.ir.intel.com with id t1KCArwW006842 for dev@dpdk.org; Fri, 20 Feb 2015 12:10:53 GMT From: Sergio Gonzalez Monroy To: dev@dpdk.org Date: Fri, 20 Feb 2015 12:10:50 +0000 Message-Id: <1424434253-6808-1-git-send-email-sergio.gonzalez.monroy@intel.com> X-Mailer: git-send-email 1.8.5.4 Subject: [dpdk-dev] [PATCH 0/3] Misc fixes X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 12:11:18 -0000 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