From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wm0-f46.google.com (mail-wm0-f46.google.com [74.125.82.46])
 by dpdk.org (Postfix) with ESMTP id 5B9B22BD0
 for <dev@dpdk.org>; Fri, 11 Mar 2016 16:37:31 +0100 (CET)
Received: by mail-wm0-f46.google.com with SMTP id n186so23897241wmn.1
 for <dev@dpdk.org>; Fri, 11 Mar 2016 07:37:31 -0800 (PST)
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:organization:user-agent
 :in-reply-to:references:mime-version:content-transfer-encoding;
 bh=DK9LAf2OlE/RnCepoHOPJzaSq0ehZiC7eJhmYrDF8jw=;
 b=AnK+VsKgXg3mIGd3OcOP+N8BjZLZzMcSyFkodwlSSxqNfvXskW8cp1VojHMKDi2Xvj
 AyxQj9VNkZu3j49jcP+H2OfUNUYMttFPBm2aZ/x7fIoHF+FGF5jd/rP0Sd/OZr75fpBG
 tchR9x7J7jpQijz9ctMooEQfW31UoY520GgSikHSBwA/3XOez+9qiAcVblT8BaXAPeCC
 HMzQl/neEI+keU92hh5GcQGrKfeF0poIRuEaj0Vs3tMv1s4f51iNH2ZVSjTxuNogt3tl
 xUbZyFHGmDn9D5UPEUF/0KzHNrSWt93UFFDPX2g3OqwSaKXyHCO5QGTbYVCOSOLMm8A8
 dydw==
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:organization
 :user-agent:in-reply-to:references:mime-version
 :content-transfer-encoding;
 bh=DK9LAf2OlE/RnCepoHOPJzaSq0ehZiC7eJhmYrDF8jw=;
 b=G7YVCriiV0pg7nN0hofH4PjrpTIBjEShC6j5wLeGUN79lQXZst1ba4cQ1KiUzboVVs
 duggcwAQrIF7ASJFrCwjqz9RNe5eetM4UrbUs7POJsHfmdZSztBfqleA1N3UIA7sW7m5
 A3JjtWzhbl9ofmq9lhW3/zBdsDHYmSjocP7lcIyYgRDPDXgSGn1SFVr+4f0DgNnxwt5W
 DsZNfd2+KqgM0N6cTIsUPWnGg/eg0qeokwso6t1tRXZlNb5KFt7Wi4g2pgA5pzpxYUoD
 BiFRERRP2FutcbkMcrPSdoX5ImAyh+s3eIvl/iJ/DIxd7O+PpRxBIshpJbTDn35pKF1V
 RGtA==
X-Gm-Message-State: AD7BkJLp+Z/vSD505Lp+awoZxTBwv8FCUyO/77miak0AYIxH4kr5lxWGN/11IvDi4oELOIlD
X-Received: by 10.194.185.237 with SMTP id ff13mr11372570wjc.129.1457710651195; 
 Fri, 11 Mar 2016 07:37:31 -0800 (PST)
Received: from xps13.localnet (91.111.75.86.rev.sfr.net. [86.75.111.91])
 by smtp.gmail.com with ESMTPSA id i186sm2611036wmf.1.2016.03.11.07.37.30
 (version=TLSv1/SSLv3 cipher=OTHER);
 Fri, 11 Mar 2016 07:37:30 -0800 (PST)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Yuanhan Liu <yuanhan.liu@linux.intel.com>
Date: Fri, 11 Mar 2016 16:35:46 +0100
Message-ID: <2113268.lBsjp2Obnk@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; )
In-Reply-To: <1457583601-27365-1-git-send-email-yuanhan.liu@linux.intel.com>
References: <1450422247-6814-1-git-send-email-yuanhan.liu@linux.intel.com>
 <1457583601-27365-1-git-send-email-yuanhan.liu@linux.intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH v3 0/3] vhost: virtio-net.c cleanups and fixes
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Fri, 11 Mar 2016 15:37:31 -0000

> Yuanhan Liu (3):
>   vhost: get rid of linked list dev
>   vhost: simplify numa_realloc
>   vhost: fix vq realloc at numa_realloc

Applied, thanks