From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f177.google.com (mail-we0-f177.google.com [74.125.82.177]) by dpdk.org (Postfix) with ESMTP id 714C9ADCC for ; Tue, 24 Feb 2015 03:05:23 +0100 (CET) Received: by wesk11 with SMTP id k11so22322494wes.11 for ; Mon, 23 Feb 2015 18:05:23 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=WFrNVSr6UpK2fawa9dsqsS5RsmecbYqJNWxiaoebeDc=; b=VOfbkaKl63OXac56JxQnMFVwDjHnKNpkfGGv98V78iC3InaQTy3fc5tOY9TIz6GmN8 2huOEdkhy1EUNjgm46Yx1wh+6pFTmVAQvs706WSa0g754FNXGzq/5zisbizVatEroqZ6 TS+Dzo62caEJaHykDw0U+o8Z7lRbV29cIG+DpaDqnU4FhPkF/SWhHBffMyY4arxyZ8P2 GMqpNF38GwblVLw3ITXvw7aImCver4EfjOA0w0x0scKhzm6/4ujzDalqWea9DPZJNaSE Ly1g0tcQI6iJzhd9kX0hwviuaPuu4fuy0EwwEU1SjXePaPHTodMiAbL5kluqNuuS+zkJ plWQ== X-Gm-Message-State: ALoCoQlhB1NtpgLgdeYK+8T5IP5a1JWRuP9i+ebYz7xmqRx0YVAtAMj5BXHyv/BdDJrJZedxp+eB X-Received: by 10.180.11.205 with SMTP id s13mr25849869wib.32.1424743523304; Mon, 23 Feb 2015 18:05:23 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id v6sm12087424wix.8.2015.02.23.18.05.20 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 23 Feb 2015 18:05:21 -0800 (PST) From: Thomas Monjalon To: Sergio Gonzalez Monroy Date: Tue, 24 Feb 2015 03:04:50 +0100 Message-ID: <1490947.rQ3CtAzYps@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: <1424434253-6808-1-git-send-email-sergio.gonzalez.monroy@intel.com> References: <1424434253-6808-1-git-send-email-sergio.gonzalez.monroy@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [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: Tue, 24 Feb 2015 02:05:23 -0000 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 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 Applied, thanks