From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tetsuya Mukawa Subject: Re: [RFC PATCH 5/5] virtio: Extend virtio-net PMD to support container environment Date: Thu, 28 Jan 2016 11:33:27 +0900 Message-ID: <56A97DF7.702@igel.co.jp> References: <1453108389-21006-2-git-send-email-mukawa@igel.co.jp> <1453374478-30996-6-git-send-email-mukawa@igel.co.jp> <56A2065A.9020207@igel.co.jp> <56A6E0D8.9010005@igel.co.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit To: "Xie, Huawei" , "dev@dpdk.org" , "yuanhan.liu@linux.intel.com" , "Tan, Jianfeng" Return-path: Received: from mail-pf0-f182.google.com (mail-pf0-f182.google.com [209.85.192.182]) by dpdk.org (Postfix) with ESMTP id 497AEC2DC for ; Thu, 28 Jan 2016 03:33:32 +0100 (CET) Received: by mail-pf0-f182.google.com with SMTP id 65so14991877pfd.2 for ; Wed, 27 Jan 2016 18:33:32 -0800 (PST) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 2016/01/27 18:39, Xie, Huawei wrote: > On 1/26/2016 10:58 AM, Tetsuya Mukawa wrote: >> On 2016/01/25 19:15, Xie, Huawei wrote: >> >> BTW, my container implementation needed a QEMU patch in the case of >> vhost-user. >> But the patch has been merged in upstream QEMU, so we don't have this >> limitation any more. > Great, better put the QEMU dependency information in the commit message Thanks for all your comments and carefully reviewing. So far, I am not sure what is next QEMU version. But I will add it after QEMU releases new one. Tetsuya