All of lore.kernel.org
 help / color / mirror / Atom feed
* Help: VMXNET3 support with XEN 4.4.1
@ 2014-12-19 12:04 Singhal, Upanshu
  2014-12-19 22:29 ` Don Slutz
  0 siblings, 1 reply; 8+ messages in thread
From: Singhal, Upanshu @ 2014-12-19 12:04 UTC (permalink / raw)
  To: xen-devel@lists.xen.org


[-- Attachment #1.1: Type: text/plain, Size: 2270 bytes --]

Hello,

In one of my experiment, I am building a Linux VM with Network interface model as "vmxnet3". I am able to create the VM successfully, but I see that the driver loaded is "vif" and not "vmxnet3". I am using the following option for the network interface: vif = [ 'type=ioemu, mac=00:16:3e:00:00:22, bridge=xenbr0, model=vmxnet3' ]

I tried with model as e1000 and it works fine. Lspci command also does not show vmxnet3. Though, qemu device help shows that "vmxnet3" is supported on XEN 4.4.1 version I am using.

I tried searching on internet about the right configuration for vmxnet3 with XEN, but not able to find right information. Can someone please help me on how to create a VM with vmxnet3?

This experiment I am doing to compare the difference between vmxnet3 bandwidth on VMWARE ESXi vs. XEN Server. My sample VM configuration file is:

# This configures an HVM rather than PV guest
builder = "hvm"

# Guest name
name = "rhel-vmxnet3-xen-2.hvm"

# 128-bit UUID for the domain as a hexadecimal number.
# Use "uuidgen" to generate one if required.
# The default behavior is to generate a new UUID each time the guest is started.
#uuid = "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX"

# Enable Microsoft Hyper-V compatibile paravirtualisation /
# enlightenment interfaces. Turning this on can improve Windows guest
# performance and is therefore recommended
#viridian = 1

# Initial memory allocation (MB)
memory = 8192

# Maximum memory (MB)
# If this is greater than `memory' then the slack will start ballooned
# (this assumes guest kernel support for ballooning)
#maxmem = 512

# Number of VCPUS
vcpus = 8

# Network devices
# A list of 'vifspec' entries as described in
# docs/misc/xl-network-configuration.markdown
vif = [ 'type=ioemu, mac=00:16:3e:00:00:22, bridge=xenbr1, model=vmxnet3' ]

# Disk Devices
# A list of `diskspec' entries as described in
# docs/misc/xl-disk-configuration.txt
disk = [ '/root/rhel_6_4/rhel-vmxnet3-xen-2.img,raw,xvda,rw', 'file:/root/rhel-server-6.4-x86_64-dvd.iso,hdc:cdrom,r' ]
boot='cd'

# Guest VGA console configuration, either SDL or VNC
# sdl = 1
vnc = 2

Thanks,
-Upanshu


Upanshu Singhal
EMC Data Storage Systems, Bangalore, India.
Phone: 91-80-67375604


[-- Attachment #1.2: Type: text/html, Size: 6222 bytes --]

[-- Attachment #2: Type: text/plain, Size: 126 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-12-26 10:57 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-19 12:04 Help: VMXNET3 support with XEN 4.4.1 Singhal, Upanshu
2014-12-19 22:29 ` Don Slutz
2014-12-19 22:31   ` Don Slutz
2014-12-22  7:04   ` Singhal, Upanshu
2014-12-24 13:46     ` Don Slutz
2014-12-23 10:51   ` Singhal, Upanshu
2014-12-24 13:39     ` Don Slutz
2014-12-26 10:57       ` Singhal, Upanshu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.