From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f43.google.com (mail-wg0-f43.google.com [74.125.82.43]) by dpdk.org (Postfix) with ESMTP id 92E0F5A8E for ; Tue, 31 Mar 2015 02:03:02 +0200 (CEST) Received: by wgdm6 with SMTP id m6so1234133wgd.2 for ; Mon, 30 Mar 2015 17:03:02 -0700 (PDT) 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=XIDahjLgABsaoHBujoLtC9Cchds7bvZO30Rhtx3BejM=; b=MaPV/nch1QP//VFjuYWV3Khj0d3NWrk3jHBbITI2hDAnPwV5ihDMPvcL9KGhD4tbQ+ RqefVakefo53Uf6s78OZuGgF59JziZg7rKirgoX4gQyatQcSL5JXHjp2NnZjw6als3BR Wt5K4JLMvx40IRZLN16FwtlBlMBgo0KObTL9sn/RQGYp4UaChZHcz3t9IMnyQDr5FQ06 qg3KQtXnywH5MNYHZEIYN/YrrrRqCnbNvFEHSpTNrsr8ZWcEPL00IvhAZVA8NYkyKL81 gAl/3Lp3+mHciw04LuYhvVsBULGupo8vzOV8TtIKBXUXE3Y5ivCKbMF336MqzhqYUloE 6MXg== X-Gm-Message-State: ALoCoQluxgt2r1bP4p8jMT2SsREHHX9ezd6YLneG3P4hXU1UpZ0YzjoOlRUe4JoS4VVwsqCs1wPz X-Received: by 10.194.91.129 with SMTP id ce1mr69420034wjb.53.1427760182425; Mon, 30 Mar 2015 17:03:02 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id ch6sm17873910wjc.3.2015.03.30.17.03.01 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 30 Mar 2015 17:03:01 -0700 (PDT) From: Thomas Monjalon To: Cunming Liang Date: Tue, 31 Mar 2015 02:02:21 +0200 Message-ID: <2308938.mQYBtdUOYY@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: <1425430276-28970-1-git-send-email-cunming.liang@intel.com> References: <1425430276-28970-1-git-send-email-cunming.liang@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] doc: prog guide cleanup for eal multi-pthread 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, 31 Mar 2015 00:03:02 -0000 2015-03-04 08:51, Cunming Liang: > Reported-by: Butler, Siobhan A > Signed-off-by: Cunming Liang > --- > Fixes: 1733be6d3147(doc: new eal multi-pthread feature) Note: "Fixes" tag should be part of the commit message, above other tags. Applied, thanks