From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <maxime.coquelin@redhat.com>
Received: from mx1.redhat.com (mx3-rdu2.redhat.com [66.187.233.73])
 by dpdk.org (Postfix) with ESMTP id 5D7AD2A62
 for <dev@dpdk.org>; Thu, 29 Mar 2018 13:45:50 +0200 (CEST)
Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.rdu2.redhat.com
 [10.11.54.3])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by mx1.redhat.com (Postfix) with ESMTPS id B2C39EAEB3;
 Thu, 29 Mar 2018 11:45:48 +0000 (UTC)
Received: from [10.36.112.54] (ovpn-112-54.ams2.redhat.com [10.36.112.54])
 by smtp.corp.redhat.com (Postfix) with ESMTPS id B1D2410B00A2;
 Thu, 29 Mar 2018 11:45:46 +0000 (UTC)
To: Ning Li <muziding001@163.com>, Yuanhan Liu <yliu@fridaylinux.org>,
 Tiwei Bie <tiwei.bie@intel.com>
Cc: dev@dpdk.org
References: <1513251494-9980-1-git-send-email-muziding001@163.com>
 <1514518722-27302-1-git-send-email-muziding001@163.com>
From: Maxime Coquelin <maxime.coquelin@redhat.com>
Message-ID: <25cbc034-2701-a387-e511-a4922b785c97@redhat.com>
Date: Thu, 29 Mar 2018 13:45:44 +0200
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101
 Thunderbird/52.6.0
MIME-Version: 1.0
In-Reply-To: <1514518722-27302-1-git-send-email-muziding001@163.com>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Language: en-US
Content-Transfer-Encoding: 7bit
X-Scanned-By: MIMEDefang 2.78 on 10.11.54.3
X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16
 (mx1.redhat.com [10.11.55.1]); Thu, 29 Mar 2018 11:45:48 +0000 (UTC)
X-Greylist: inspected by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.1]);
 Thu, 29 Mar 2018 11:45:48 +0000 (UTC) for IP:'10.11.54.3'
 DOMAIN:'int-mx03.intmail.prod.int.rdu2.redhat.com'
 HELO:'smtp.corp.redhat.com' FROM:'maxime.coquelin@redhat.com' RCPT:''
Subject: Re: [dpdk-dev] [PATCH] net/virtio-user: specify the MAC of the tap
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://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: <https://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Thu, 29 Mar 2018 11:45:50 -0000



On 12/29/2017 04:38 AM, Ning Li wrote:
> When using virtio-user with vhost-kernel to exchange
> packet with kernel networking stack, application can
> set the MAC of the tap interface via parameter.
> 
> Signed-off-by: Ning Li <muziding001@163.com>
> ---
>   drivers/net/virtio/virtio_user/vhost_kernel.c     |  3 ++-
>   drivers/net/virtio/virtio_user/vhost_kernel_tap.c | 14 +++++++++++++-
>   drivers/net/virtio/virtio_user/vhost_kernel_tap.h |  3 ++-
>   3 files changed, 17 insertions(+), 3 deletions(-)
> 

Applied to dpdk-next-virtio/master.

Thanks!
Maxime