From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxime Coquelin Subject: Re: [PATCH] net/virtio-user: specify the MAC of the tap Date: Thu, 29 Mar 2018 13:45:44 +0200 Message-ID: <25cbc034-2701-a387-e511-a4922b785c97@redhat.com> References: <1513251494-9980-1-git-send-email-muziding001@163.com> <1514518722-27302-1-git-send-email-muziding001@163.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Ning Li , Yuanhan Liu , Tiwei Bie Return-path: Received: from mx1.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by dpdk.org (Postfix) with ESMTP id 5D7AD2A62 for ; Thu, 29 Mar 2018 13:45:50 +0200 (CEST) In-Reply-To: <1514518722-27302-1-git-send-email-muziding001@163.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 > --- > 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