From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxime Coquelin Subject: Re: [PATCH v3 0/9] virtio/vhost: Add MTU feature support Date: Wed, 22 Mar 2017 10:03:06 +0100 Message-ID: <59eef208-50e5-ff32-5d18-6e385d2b7d59@redhat.com> References: <20170312163406.17714-1-maxime.coquelin@redhat.com> <20170322085842.GQ18844@yliu-dev.sh.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: aconole@redhat.com, sodey@sonusnet.com, jianfeng.tan@intel.com, thomas.monjalon@6wind.com, dev@dpdk.org To: Yuanhan Liu Return-path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 6B40C2C38 for ; Wed, 22 Mar 2017 10:03:10 +0100 (CET) In-Reply-To: <20170322085842.GQ18844@yliu-dev.sh.intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 03/22/2017 09:58 AM, Yuanhan Liu wrote: > On Sun, Mar 12, 2017 at 05:33:57PM +0100, Maxime Coquelin wrote: >> This series adds support to new Virtio's MTU feature[1]. The MTU >> value is set via QEMU parameters. > > Series applied to dpdk-next-virtio, with following minor changes: > > - don't use upper case for subject > - squashed patch 5 to 4 > - squashed patch 8 to 7 Thanks for having handled the changes. Maxime > > Thanks. > > --yliu >