DPDK patches and discussions
 help / color / mirror / Atom feed
From: "Tan, Jianfeng" <jianfeng.tan@intel.com>
To: ? ? <heringlinux@outlook.com>, dev <dev@dpdk.org>
Cc: yuanhan.liu <yuanhan.liu@linux.intel.com>,
	"Xie, Huawei" <huawei.xie@intel.com>
Subject: Re: [dpdk-dev] The virtio device mac is empty in vhostuser type.
Date: Fri, 10 Nov 2017 05:44:52 +0000	[thread overview]
Message-ID: <ED26CBA2FAD1BF48A8719AEF02201E365134A049@SHSMSX103.ccr.corp.intel.com> (raw)
In-Reply-To: <BM1PR01MB0131D6C15C2F803653D0AE13A5570@BM1PR01MB0131.INDPRD01.PROD.OUTLOOK.COM>

Hi,

> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of ? ?
> Sent: Thursday, November 9, 2017 11:24 AM
> To: dev
> Cc: yuanhan.liu; Xie, Huawei
> Subject: [dpdk-dev] The virtio device mac is empty in vhostuser type.
> 
> Hi,
> 
> When I attached a virtio device to ovs bridge in vhostuser type, the virtual
> port does not have the mac address.
> After checked the dpdk code, I found the 'mac' which is the member of
> struct 'virtio_net' is empty.
> It only been assigned in case VHOST_USER_SEND_RARP of function
> 'vhost_user_msg_handler'.
> But the comments said VHOST_USER_SEND_RARP would be handled during
> VM migration.

We can treat virtio and vhost as a back-to-back connected cable: virtio and vhost (pmd) have their own mac.

> 
> Therefore I would like to ask when I launch the dpdk vhost-user program,
> how could I get the virtio NIC MAC address?

Usually, we do ARP learn on this vhost port to get the mac address of virtio.

Thanks,
Jianfeng


> 
> Thanks
> ________________________________
> Best Regards,
> Hering
> heringlinux@outlook.com

      reply	other threads:[~2017-11-10  5:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-09  3:24 ? ?
2017-11-10  5:44 ` Tan, Jianfeng [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ED26CBA2FAD1BF48A8719AEF02201E365134A049@SHSMSX103.ccr.corp.intel.com \
    --to=jianfeng.tan@intel.com \
    --cc=dev@dpdk.org \
    --cc=heringlinux@outlook.com \
    --cc=huawei.xie@intel.com \
    --cc=yuanhan.liu@linux.intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).