From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf0-f45.google.com (mail-lf0-f45.google.com [209.85.215.45]) by dpdk.org (Postfix) with ESMTP id 85D6A37A4 for ; Thu, 14 Jul 2016 15:32:49 +0200 (CEST) Received: by mail-lf0-f45.google.com with SMTP id q132so63845337lfe.3 for ; Thu, 14 Jul 2016 06:32:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=rGex3vbNUbPitbOGoFvCghQo1IfG9IP7pMHyYefuppc=; b=qAi/80fUNKfI9f5NSjgtiWWjKzRczQIuCLRLN9HJYFGsY9aIVtpobaED/GFICDTHQA Y863ZTb50ktC9acSU5fmfneur/CxzI+mhrGeSGn13k7m2r9N35uaSKroyGDSCdpPCqQo iMmz/+o4LbAwb0X74K4wN+Sl0bFjbmhRxdcpbDrgFNFlvwimLQ4BJ67lgoDCK0SAi3ru Mb34gtKSE4nVW72rsgt3A79DDOGmYcB5wlmnEPTdoAdYdnLgPcxsrsE7yoa2/RQUuR8S 76lY7PMOu/tkK5Jg02NtN4TprFQNkvIUxe50CCmesVOWcK7yIaTLpudRaUpR/8uSen6Y 6/lQ== 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:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=rGex3vbNUbPitbOGoFvCghQo1IfG9IP7pMHyYefuppc=; b=K5oQxacanhy6XJyB9pYST3U9WV+8wGKTwLj2kAatURcH9XBmHH3nHTX1QOwWRRiEsf rorCjQReHwOUABvowkLKPDpMf5PJuzelooOwPn/M45SZGCKMycx4Cg8XQgQ3vrwSWaYx 6y+TaeSAemZnuSJ4RvtC9lQX5ad0yhLyziKNGDHHUjCPW/UiOm1laMJXX1coHYRDRATQ D5DmR0vr7AhykHWGtGBqlN1cx91ip6BZlQJUUT0NKl3Kd1RI0kteO7XZ3cIXS+SS0POI OEF/n3vihQ1MJPkMPYUnGCwNgQrfKmTd0bbLb9blZebArJM7D+GHwo7s1GJnxm+PW9PT B4Bw== X-Gm-Message-State: ALyK8tI7dFsUyM4QJcV58IV4d9lmgPOXPWz7GHo+8onpexQi/uSGAZWfas6isUiQXCxHn7+n X-Received: by 10.25.217.146 with SMTP id s18mr6419920lfi.46.1468503169194; Thu, 14 Jul 2016 06:32:49 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id h4sm716160ljh.27.2016.07.14.06.32.48 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 14 Jul 2016 06:32:48 -0700 (PDT) From: Thomas Monjalon To: Bernard Iremonger Cc: dev@dpdk.org, john.mcnamara@intel.com Date: Thu, 14 Jul 2016 15:32:47 +0200 Message-ID: <2425725.ZGfSUSRIgY@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1467382212-9044-1-git-send-email-bernard.iremonger@intel.com> References: <1467382212-9044-1-git-send-email-bernard.iremonger@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] doc: update release notes 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: Thu, 14 Jul 2016 13:32:49 -0000 2016-07-01 15:10, Bernard Iremonger: > add release note for live migration of a VM with SRIOV VF [...] > +* **Added support for live migration of a VM with SRIOV VF.** > + > + Live migration of a VM with Virtio and VF PMD's using the bonding PMD. Is there some new code for this feature? I am not sure we need to update the release notes for a doc addition.