similar to: SR-PCIM support in Xen

Displaying 20 results from an estimated 10000 matches similar to: "SR-PCIM support in Xen"

2008 Aug 12
0
SR-IOV: patches are available for Linux kernel [3/4]
[PATCH 3/4] PCI: support SR-IOV capability Support SR-IOV capability. By default, this feature is not enabled and the Physical Function behaves as normal PCIe device. After it's enabled, each Virtual Function's PCI configuration space can be accessed using its own Bus, Device and Function Number (Routing ID). Each Virtual Function also has PCI Memory Space, which is used to map its own
2008 Aug 12
0
SR-IOV: patches are available for Linux kernel [3/4]
[PATCH 3/4] PCI: support SR-IOV capability Support SR-IOV capability. By default, this feature is not enabled and the Physical Function behaves as normal PCIe device. After it's enabled, each Virtual Function's PCI configuration space can be accessed using its own Bus, Device and Function Number (Routing ID). Each Virtual Function also has PCI Memory Space, which is used to map its own
2008 Aug 12
0
SR-IOV: patches are available for Linux kernel [3/4]
[PATCH 3/4] PCI: support SR-IOV capability Support SR-IOV capability. By default, this feature is not enabled and the Physical Function behaves as normal PCIe device. After it's enabled, each Virtual Function's PCI configuration space can be accessed using its own Bus, Device and Function Number (Routing ID). Each Virtual Function also has PCI Memory Space, which is used to map its own
2014 Feb 07
1
Re: SR-IOV: no traffic isolation between VFs with Broadcom 10Gbps cards
> Instead of using <hostdev>, you should instead try using <interface > type='hostdev'>, which will allow you to specify the mac address for the > interface directly in the guest's XML config (rather than needing to do > it separately). Here's a link to documentation on this feature: > >
2013 Mar 13
0
SR-IOV vs nPAR
Hi, (Already asked this on the intel wired forum: http://communities.intel.com/message/185413#185413 but some of those questiones are XEN specific, which might be why theres no response ;-) I have doubts if SR-IOV will provide the required features compared to nPAR. SR-IOV seems more flexible, but I''m not sure if performance and features are the same as nPAR. Servers will be Dell M620
2023 Apr 03
1
SR-IOV pool with static MAC address and vlan
Hi Paul, You can set the static MAC address and VLAN in the interface section of the VM xml. So it will not change even when the VM shuts down and restarts. VM interface xml: <interface type='network'> <mac address='52:54:00:85:e2:cd'/> <source network='hostdev_net'/> <vlan> <tag id='42'/> </vlan>
2015 Jan 27
0
Sr-iov passthrough - no packet arrive to guest
Hi I am trying to do passthrough to guest using sriov and libvirt I tried to use both techniques from here http://wiki.libvirt.org/page/Networking#Assignment_with_.3Chostdev.3E <http://wiki.libvirt.org/page/Networking#Assignment_with_.3Chostdev.3E> Assignment from a pool of SRIOV VFs in a libvirt <network> definition Assignment with <interface
2020 Aug 27
1
bridge + SR-IOV guests with KVM
Hi, I managed to get SR-IOV with an Intel I350 NIC to work.For this I followed the documentation on this page: https://wiki.libvirt.org/page/Networking#Assignment_from_a_pool_of_SRIOV_VFs_in_a_libvirt_.3Cnetwork.3E_definition But as I have more VMs then VF on the NIC I also have a bridge wich serves the other guests. As I run Debian Buster as host I followed the documentation here:
2013 Sep 20
1
Re: SR-IOV Pool Availability
I have an Intel X540 SR-IOV NIC in a box with ACS support running RHEL6.4. Hi Hongming, I'm hoping you can please help with two issues: 1. The pool works, but I transparent VLAN with the pool does not. I have to manually run "ip" afterwards to get it to work. # virsh net-dumpxml em2net <network connections='1'> <name>em2net</name>
2014 Feb 05
0
Re: SR-IOV: no traffic isolation between VFs with Broadcom 10Gbps cards
On 02/04/2014 05:10 PM, Yoann Juet wrote: > Hi all, > > I'm testing on debian/unstable SR-IOV feature with Broadcom BCM57810 > cards and KVM hypervisor: > > Compiled against library: libvirt 1.2.1 > Using library: libvirt 1.2.1 > Using API: QEMU 1.2.1 > Running hypervisor: QEMU 1.7.0 > > bnx2x > -> firmware 7.8.17 > -> driver from kernel 3.12.7 >
2018 Jul 11
1
Adding a VLAN tag to a libvirt SR-IOV VF network using the "virsh net-update" command
Hi all, How do you add a VLAN tag to a libvirt SR-IOV VF network usingthe "virsh net-update" command? I couldn't find the section to passto the "virsh net-update" command to add the VLAN tag. I have the following libvirt network defined for a SR-IOV VF: <network>  <name>GE0-0-SRIOV-1</name>  <uuid>7bc67166-c78e-4bcf-89ee-377dd9086631</uuid> 
2017 Dec 07
1
[RFC] virtio-net: help live migrate SR-IOV devices
On Wed, Dec 6, 2017 at 11:28 PM, achiad shochat <achiad.mellanox at gmail.com> wrote: > On 5 December 2017 at 21:20, Michael S. Tsirkin <mst at redhat.com> wrote: >> On Tue, Dec 05, 2017 at 11:59:17AM +0200, achiad shochat wrote: >>> Then we'll have a single solution for both netvsc and virtio (and any >>> other PV device). >>> And we could
2017 Dec 07
1
[RFC] virtio-net: help live migrate SR-IOV devices
On Wed, Dec 6, 2017 at 11:28 PM, achiad shochat <achiad.mellanox at gmail.com> wrote: > On 5 December 2017 at 21:20, Michael S. Tsirkin <mst at redhat.com> wrote: >> On Tue, Dec 05, 2017 at 11:59:17AM +0200, achiad shochat wrote: >>> Then we'll have a single solution for both netvsc and virtio (and any >>> other PV device). >>> And we could
2017 Dec 05
0
[RFC] virtio-net: help live migrate SR-IOV devices
On 4 December 2017 at 18:30, Alexander Duyck <alexander.duyck at gmail.com> wrote: > On Mon, Dec 4, 2017 at 1:51 AM, achiad shochat > <achiad.mellanox at gmail.com> wrote: >> On 3 December 2017 at 19:35, Stephen Hemminger >> <stephen at networkplumber.org> wrote: >>> On Sun, 3 Dec 2017 11:14:37 +0200 >>> achiad shochat <achiad.mellanox at
2018 Jan 22
0
[PATCH net-next 0/2] Enable virtio to act as a master for a passthru device
Apologies I didn't notice that the discussion was mistakenly taken offline. Post it back. -Siwei On Sat, Jan 13, 2018 at 7:25 AM, Siwei Liu <loseweigh at gmail.com> wrote: > On Thu, Jan 11, 2018 at 12:32 PM, Samudrala, Sridhar > <sridhar.samudrala at intel.com> wrote: >> On 1/8/2018 9:22 AM, Siwei Liu wrote: >>> >>> On Sat, Jan 6, 2018 at 2:33 AM,
2018 May 06
0
Re: VF MAC not reverted to all zero MAC/domain xml MAC on VM restart
(I should have said this initially - please don't top-post your replies on this list. Put the answers/responses inline in context with the questions. It makes it easier to follow the conversation). On 05/06/2018 05:50 PM, Thirunavukarasu Sengalvarayan -X (tsengalv - HCL TECHNOLOGIES LIMITED at Cisco) wrote: > Hi Laine, > >   > > Yes we are setting the names as GE0-0 manually.
2015 Jan 28
1
Re: Sr-iov passthrough - no packet arrive to guest
I can see from different post that if working with sr-iov, i should work with vlan Is this an obligation to work with vlan if working with sr-iov? If not according to which parameter will the different vf get the traffic. Let's say i declare max_vfs=7, how will the traffic be seperated between the vm? However till i get an answer i tried to work with vlan And i still don't get
2018 May 09
1
Re: VF MAC not reverted to all zero MAC/domain xml MAC on VM restart
Hi Laine, Thanks for your detailed response. I have replied Inline. Thanks Thiru. -----Original Message----- From: Laine Stump <laine@redhat.com> Sent: Sunday, May 6, 2018 3:46 PM To: libvirt-users@redhat.com Cc: Thirunavukarasu Sengalvarayan -X (tsengalv - HCL TECHNOLOGIES LIMITED at Cisco) <tsengalv@cisco.com>; Chanda Mendon (cmendon) <cmendon@cisco.com> Subject: Re:
2017 Dec 04
2
[RFC] virtio-net: help live migrate SR-IOV devices
On Mon, Dec 4, 2017 at 1:51 AM, achiad shochat <achiad.mellanox at gmail.com> wrote: > On 3 December 2017 at 19:35, Stephen Hemminger > <stephen at networkplumber.org> wrote: >> On Sun, 3 Dec 2017 11:14:37 +0200 >> achiad shochat <achiad.mellanox at gmail.com> wrote: >> >>> On 3 December 2017 at 07:05, Michael S. Tsirkin <mst at redhat.com>
2018 May 04
2
Re: VF MAC not reverted to all zero MAC/domain xml MAC on VM restart
Hi Laine, Thanks for taking the time to respond to my question. I think I have not described my problem clearly. Let me explain my issue below with the information that you had requested. My assumption according to the information you gave me is that the admin MAC and VF MAC are the same in my case. I see a PF (GE0-0) interface but I don’t see a vfnetdev interface as you mentioned in your