From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com [209.85.212.182]) by dpdk.org (Postfix) with ESMTP id D43715A64 for ; Mon, 26 Oct 2015 21:23:19 +0100 (CET) Received: by wikq8 with SMTP id q8so181954878wik.1 for ; Mon, 26 Oct 2015 13:23:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind_com.20150623.gappssmtp.com; s=20150623; h=from:to:subject:date:message-id:organization:user-agent:in-reply-to :references:mime-version:content-transfer-encoding:content-type; bh=sbBh5R1aOUyfGr0OCZEgmrSve0HyNHcIYe/o1+R238Q=; b=hoETdUNYSKa6I8GTiQj1Ab9eUKchDcpHtfiZDjLOuJnxnEWUpj7CBg54r6PUIVOlX9 TTbD7CYR3huPDfp4OVKrnplKN9HjhOmvQnKX9K6q95bGVQvK3TBcD0gbNekCuE/XQEXN A8KIjq/GIMel8tK5Ai97x5RdOSeLX3cb5yNnbJNhLPwT7lg9xuiyqRIfeazLjwkuISFW rNaULhdTOlCDjvG77CY3kG1Sbl06Iqi6p8A9gYoEliGycNzwVvF6Fd9JnzY/XSVlO0ih iuwVnFlYrUK88QFh7J4yKZyle1aVSoi11YAWJuXK8ORjEkYbx3CaDZXQob7CQ/od1vpa AYqA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=sbBh5R1aOUyfGr0OCZEgmrSve0HyNHcIYe/o1+R238Q=; b=ZeHr306dBPo9Lsj6I3mZyh4Iq48eEt9LzQYm6j/l44rBHIMvlEkWmuwwE4n0Z/Mu+1 vTbiaewqxA9btHhsokJVHPADhhvm3wVInPPF2r10+CTQhR2fSbFPwtJt+yOAf4Ybj8GD cfjwKr9+FWfY9A2TejETdlX7srBu1iZ8AFBSWJM50U7P9JO1VfXm6O45URMRYVjLT1ED jm321YVa7CRYJJ8aLC8+DBvplh/XUWInVrfwrWt5gnbNWxcJWv+H2aUEeefcojTAlwJB FrWdTCpHkDt5Zknt3fESJzvaJVuDrZVEI1VBGT65674s92RLxgU39PU3f+Ecwcwjhvf0 Gpcg== X-Gm-Message-State: ALoCoQkw0lqVJqNnG3TdOmROw4+/nIIVo2JfQqSxBtbmI75GhkQJQpnivKC1ZfG0fvAzMi1Gimcq X-Received: by 10.180.74.48 with SMTP id q16mr21191828wiv.79.1445890999675; Mon, 26 Oct 2015 13:23:19 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id o10sm15164353wia.4.2015.10.26.13.23.18 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 26 Oct 2015 13:23:18 -0700 (PDT) From: Thomas Monjalon To: dev@dpdk.org, Yuanhan Liu Date: Mon, 26 Oct 2015 21:22:10 +0100 Message-ID: <3224415.VHJqhN8mMC@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1445517356-19780-9-git-send-email-yuanhan.liu@linux.intel.com> References: <1445399294-18826-1-git-send-email-yuanhan.liu@linux.intel.com> <1445517356-19780-1-git-send-email-yuanhan.liu@linux.intel.com> <1445517356-19780-9-git-send-email-yuanhan.liu@linux.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v8 8/8] doc: update release note for vhost-user mq support 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: Mon, 26 Oct 2015 20:23:20 -0000 2015-10-22 20:35, Yuanhan Liu: > +* **vhost: added vhost-user mulitple queue support.** > + > + Added vhost-user multiple queue support. Excepted the typo, it is the same sentence twice, so not needed. General comment to every contributors: please avoid making a special commit to just update the release notes. There is no log message and it is understandable because it does not deserve a commit. It will be merged with the previous one here.