From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 1DB6F11C5 for ; Wed, 22 Mar 2017 10:00:53 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490173254; x=1521709254; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=Lk/d5nCNfFy/odpRFDe2K9xGfXiy1Hrj0t+vRtgJzXw=; b=t/teHRiFtMTsdu6xszV+UFWgj/vVwBB+RuLw3ftYehwNR8cPsBQtInR2 8j2m7bJeY9p7OyYqCmFwmuuXLEj1eQ==; Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 Mar 2017 02:00:52 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,204,1486454400"; d="scan'208";a="79742997" Received: from yliu-dev.sh.intel.com (HELO yliu-dev) ([10.239.67.162]) by fmsmga006.fm.intel.com with ESMTP; 22 Mar 2017 02:00:51 -0700 Date: Wed, 22 Mar 2017 16:58:42 +0800 From: Yuanhan Liu To: Maxime Coquelin Cc: aconole@redhat.com, sodey@sonusnet.com, jianfeng.tan@intel.com, thomas.monjalon@6wind.com, dev@dpdk.org Message-ID: <20170322085842.GQ18844@yliu-dev.sh.intel.com> References: <20170312163406.17714-1-maxime.coquelin@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170312163406.17714-1-maxime.coquelin@redhat.com> User-Agent: Mutt/1.5.23 (2014-03-12) 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:00:54 -0000 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. --yliu