Re: [vpp-dev] DPDK and SR-IOV #vpp

2019-02-06 Thread Damjan Marion via Lists.Fd.Io
> On 6 Feb 2019, at 05:37, amir...@rad.com wrote: > > Thanks, > Is there any option to attach \ detach interface from the VPP (without > restarting the service) ? With DPDK interfaces, no. Native AVF driver supports that but that is intel x722/xl710/x710/xxv710 only (and 100G intel E810 ho

Re: [vpp-dev] DPDK and SR-IOV #vpp

2019-02-06 Thread amir_so
Thanks,  Is there any option to attach \ detach interface from the VPP (without restarting the service) ? -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#12194): https://lists.fd.io/g/vpp-dev/message/12194 Mute This Topic: https://lists.fd.io/mt/291

Re: [vpp-dev] DPDK and SR-IOV #vpp

2019-02-06 Thread Damjan Marion via Lists.Fd.Io
> On 5 Feb 2019, at 05:08, amir...@rad.com wrote: > > Hi Damjan, > > My main goal is to use the PF inside the VPP using DPDK in addition to SR-IOV > connection to the VMs. > Currently (before enabling SR-IOV VFs ) all interfaces is connected to VPP > with DPDK using VFIO-PCI driver. > I've ena

Re: [vpp-dev] DPDK and SR-IOV #vpp

2019-02-05 Thread amir_so
Hi Damjan, My main goal is to use the PF inside the VPP using DPDK in addition to SR-IOV connection to the VMs. Currently (before enabling SR-IOV VFs ) all interfaces is connected to VPP with DPDK using VFIO-PCI driver. I've enabled below patch to the VFIO driver in order to create VF on the Ph

Re: [vpp-dev] DPDK and SR-IOV #vpp

2019-01-16 Thread Damjan Marion via Lists.Fd.Io
> On 16 Jan 2019, at 15:07, amir...@rad.com wrote: > > Hello, > > I would like to enable SR-IOV on interfaces that assigned to VPP. > I was able to create VFs using igb_uio driver (using "echo 8 > > /sys/bus/pci/devices/\:07\:00.1/max_vfs " command) > > The problem is that some of the int

[vpp-dev] DPDK and SR-IOV #vpp

2019-01-16 Thread amir_so
Hello, I would like to enable SR-IOV on interfaces that assigned to VPP. I was able to create VFs using igb_uio driver (using "echo 8 > /sys/bus/pci/devices/\:07\:00.1/max_vfs " command) The problem is that some of the interfaces isn't working correctly (the one that originally worked with