From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 7142751466; Wed, 22 Mar 2017 09:03:10 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 7142751466 Authentication-Results: ext-mx10.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx10.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=maxime.coquelin@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 7142751466 Received: from [10.36.112.20] (ovpn-112-20.ams2.redhat.com [10.36.112.20]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 00C517AF75; Wed, 22 Mar 2017 09:03:08 +0000 (UTC) To: Yuanhan Liu References: <20170312163406.17714-1-maxime.coquelin@redhat.com> <20170322085842.GQ18844@yliu-dev.sh.intel.com> Cc: aconole@redhat.com, sodey@sonusnet.com, jianfeng.tan@intel.com, thomas.monjalon@6wind.com, dev@dpdk.org From: Maxime Coquelin Message-ID: <59eef208-50e5-ff32-5d18-6e385d2b7d59@redhat.com> Date: Wed, 22 Mar 2017 10:03:06 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <20170322085842.GQ18844@yliu-dev.sh.intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.39]); Wed, 22 Mar 2017 09:03:10 +0000 (UTC) Subject: Re: [dpdk-dev] [PATCH v3 0/9] virtio/vhost: Add MTU feature support X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Mar 2017 09:03:10 -0000 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 >