All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 1441443] [NEW] Is there a way to create a 10G network interface for VMs in KVM2.0?
@ 2015-04-08  6:22 praveen mulimani
  2018-04-04 17:41 ` [Qemu-devel] [Bug 1441443] " Thomas Huth
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: praveen mulimani @ 2015-04-08  6:22 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:


We have installed & configured the KVM 2.0 (qemu-kvm 2.0.0+dfsg-
2ubuntu1.10) on Ubuntu 14.04. The physical server is connected to 10G
network, KVM is configured in Bridged mode But the issue is, when we
create Network interface on VMs, we have only 1G device as an options
for vmhosts. Is this the limit of the KVM or is there a way to create a
10G network interface for VMs? Available device models

E1000
Ne2k_pci
Pcnet
Rtl8139
virtio

Please find the network configuration details

Source device : Host device vnet1 (Bridge ‘br0’)
Device model : virtio 

Network configuration in the host /etc/network/interfaces

auto br0
iface br0 inet static
        address 10.221.x.10
        netmask 255.255.255.0
        network 10.221.x.0
        broadcast 10.221.x.255
        gateway 10.221.x.1
        # dns-* options are implemented by the resolvconf package, if installed
        dns-nameservers X.X.X.X
        dns-search XXX.NET
        bridge_ports em1
        bridge_fd 0
        bridge_stp off
        bridge_maxwait 0

** Affects: qemu
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1441443

Title:
  Is there a way to create a 10G network interface for VMs in KVM2.0?

Status in QEMU:
  New

Bug description:

  We have installed & configured the KVM 2.0 (qemu-kvm 2.0.0+dfsg-
  2ubuntu1.10) on Ubuntu 14.04. The physical server is connected to 10G
  network, KVM is configured in Bridged mode But the issue is, when we
  create Network interface on VMs, we have only 1G device as an options
  for vmhosts. Is this the limit of the KVM or is there a way to create
  a 10G network interface for VMs? Available device models

  E1000
  Ne2k_pci
  Pcnet
  Rtl8139
  virtio

  Please find the network configuration details

  Source device : Host device vnet1 (Bridge ‘br0’)
  Device model : virtio 

  Network configuration in the host /etc/network/interfaces

  auto br0
  iface br0 inet static
          address 10.221.x.10
          netmask 255.255.255.0
          network 10.221.x.0
          broadcast 10.221.x.255
          gateway 10.221.x.1
          # dns-* options are implemented by the resolvconf package, if installed
          dns-nameservers X.X.X.X
          dns-search XXX.NET
          bridge_ports em1
          bridge_fd 0
          bridge_stp off
          bridge_maxwait 0

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1441443/+subscriptions

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

* [Qemu-devel] [Bug 1441443] Re: Is there a way to create a 10G network interface for VMs in KVM2.0?
  2015-04-08  6:22 [Qemu-devel] [Bug 1441443] [NEW] Is there a way to create a 10G network interface for VMs in KVM2.0? praveen mulimani
@ 2018-04-04 17:41 ` Thomas Huth
  2018-04-05 20:41 ` liang yan
  2018-06-05  4:18 ` Launchpad Bug Tracker
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Huth @ 2018-04-04 17:41 UTC (permalink / raw)
  To: qemu-devel

Looking through old bug tickets ... have you already tried to use vhost-
net? That should be one of the fastest ways of networking with QEMU as
far as I know...

** Changed in: qemu
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1441443

Title:
  Is there a way to create a 10G network interface for VMs in KVM2.0?

Status in QEMU:
  Incomplete

Bug description:

  We have installed & configured the KVM 2.0 (qemu-kvm 2.0.0+dfsg-
  2ubuntu1.10) on Ubuntu 14.04. The physical server is connected to 10G
  network, KVM is configured in Bridged mode But the issue is, when we
  create Network interface on VMs, we have only 1G device as an options
  for vmhosts. Is this the limit of the KVM or is there a way to create
  a 10G network interface for VMs? Available device models

  E1000
  Ne2k_pci
  Pcnet
  Rtl8139
  virtio

  Please find the network configuration details

  Source device : Host device vnet1 (Bridge ‘br0’)
  Device model : virtio 

  Network configuration in the host /etc/network/interfaces

  auto br0
  iface br0 inet static
          address 10.221.x.10
          netmask 255.255.255.0
          network 10.221.x.0
          broadcast 10.221.x.255
          gateway 10.221.x.1
          # dns-* options are implemented by the resolvconf package, if installed
          dns-nameservers X.X.X.X
          dns-search XXX.NET
          bridge_ports em1
          bridge_fd 0
          bridge_stp off
          bridge_maxwait 0

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1441443/+subscriptions

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

* [Qemu-devel] [Bug 1441443] Re: Is there a way to create a 10G network interface for VMs in KVM2.0?
  2015-04-08  6:22 [Qemu-devel] [Bug 1441443] [NEW] Is there a way to create a 10G network interface for VMs in KVM2.0? praveen mulimani
  2018-04-04 17:41 ` [Qemu-devel] [Bug 1441443] " Thomas Huth
@ 2018-04-05 20:41 ` liang yan
  2018-06-05  4:18 ` Launchpad Bug Tracker
  2 siblings, 0 replies; 4+ messages in thread
From: liang yan @ 2018-04-05 20:41 UTC (permalink / raw)
  To: qemu-devel

Unless you are using SRIOV or DPDK which both need hardware support. If
could support SRIOV, then using IOMMU+VFIO, and pass-through to VM, this
will get a close number. Or DPDK, using a user-space driver + vhost-net,
will also get a pretty good value.

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1441443

Title:
  Is there a way to create a 10G network interface for VMs in KVM2.0?

Status in QEMU:
  Incomplete

Bug description:

  We have installed & configured the KVM 2.0 (qemu-kvm 2.0.0+dfsg-
  2ubuntu1.10) on Ubuntu 14.04. The physical server is connected to 10G
  network, KVM is configured in Bridged mode But the issue is, when we
  create Network interface on VMs, we have only 1G device as an options
  for vmhosts. Is this the limit of the KVM or is there a way to create
  a 10G network interface for VMs? Available device models

  E1000
  Ne2k_pci
  Pcnet
  Rtl8139
  virtio

  Please find the network configuration details

  Source device : Host device vnet1 (Bridge ‘br0’)
  Device model : virtio 

  Network configuration in the host /etc/network/interfaces

  auto br0
  iface br0 inet static
          address 10.221.x.10
          netmask 255.255.255.0
          network 10.221.x.0
          broadcast 10.221.x.255
          gateway 10.221.x.1
          # dns-* options are implemented by the resolvconf package, if installed
          dns-nameservers X.X.X.X
          dns-search XXX.NET
          bridge_ports em1
          bridge_fd 0
          bridge_stp off
          bridge_maxwait 0

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1441443/+subscriptions

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

* [Qemu-devel] [Bug 1441443] Re: Is there a way to create a 10G network interface for VMs in KVM2.0?
  2015-04-08  6:22 [Qemu-devel] [Bug 1441443] [NEW] Is there a way to create a 10G network interface for VMs in KVM2.0? praveen mulimani
  2018-04-04 17:41 ` [Qemu-devel] [Bug 1441443] " Thomas Huth
  2018-04-05 20:41 ` liang yan
@ 2018-06-05  4:18 ` Launchpad Bug Tracker
  2 siblings, 0 replies; 4+ messages in thread
From: Launchpad Bug Tracker @ 2018-06-05  4:18 UTC (permalink / raw)
  To: qemu-devel

[Expired for QEMU because there has been no activity for 60 days.]

** Changed in: qemu
       Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1441443

Title:
  Is there a way to create a 10G network interface for VMs in KVM2.0?

Status in QEMU:
  Expired

Bug description:

  We have installed & configured the KVM 2.0 (qemu-kvm 2.0.0+dfsg-
  2ubuntu1.10) on Ubuntu 14.04. The physical server is connected to 10G
  network, KVM is configured in Bridged mode But the issue is, when we
  create Network interface on VMs, we have only 1G device as an options
  for vmhosts. Is this the limit of the KVM or is there a way to create
  a 10G network interface for VMs? Available device models

  E1000
  Ne2k_pci
  Pcnet
  Rtl8139
  virtio

  Please find the network configuration details

  Source device : Host device vnet1 (Bridge ‘br0’)
  Device model : virtio 

  Network configuration in the host /etc/network/interfaces

  auto br0
  iface br0 inet static
          address 10.221.x.10
          netmask 255.255.255.0
          network 10.221.x.0
          broadcast 10.221.x.255
          gateway 10.221.x.1
          # dns-* options are implemented by the resolvconf package, if installed
          dns-nameservers X.X.X.X
          dns-search XXX.NET
          bridge_ports em1
          bridge_fd 0
          bridge_stp off
          bridge_maxwait 0

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1441443/+subscriptions

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

end of thread, other threads:[~2018-06-05  4:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-08  6:22 [Qemu-devel] [Bug 1441443] [NEW] Is there a way to create a 10G network interface for VMs in KVM2.0? praveen mulimani
2018-04-04 17:41 ` [Qemu-devel] [Bug 1441443] " Thomas Huth
2018-04-05 20:41 ` liang yan
2018-06-05  4:18 ` Launchpad Bug Tracker

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.