[vpp-dev] virtio devices add to white list

2018-03-28 Thread Avi Cohen (A)
Hi In the startup.conf , in the dpdk part we can add pci devices to the white-list . Is there option to also add virtual interfaces to white-list - I'm running VPP on virtual-machine and I have few virtio devices that I would automatically add to VPP Best Regards Avi -=-=-=-=-=-=-=-=-=-=-=-

Re: [vpp-dev] virtio devices add to white list

2018-03-28 Thread steven luong
Avi, Yes, you can. As an example, I have it like this in my startup.conf dpdk { vdev virtio_user0,path=/tmp/sock0 } Steven On 3/28/18, 8:09 AM, "vpp-dev@lists.fd.io on behalf of Avi Cohen (A)" wrote: Hi In the startup.conf , in the dpdk part we can add pci devices to the white-li

Re: [vpp-dev] virtio devices add to white list

2018-03-28 Thread Avi Cohen (A)
gt; luong > Sent: Wednesday, 28 March, 2018 7:08 PM > To: vpp-dev@lists.fd.io > Subject: Re: [vpp-dev] virtio devices add to white list > > Avi, > > Yes, you can. As an example, I have it like this in my startup.conf > > dpdk { > vdev virtio_user0,path=/tmp/sock0 &g

Re: [vpp-dev] virtio devices add to white list

2018-03-28 Thread Avi Cohen (A)
hen (A) > Sent: Thursday, 29 March, 2018 8:54 AM > To: 'steven luong'; vpp-dev@lists.fd.io > Subject: RE: [vpp-dev] virtio devices add to white list > > Thank you Steven > My interfaces are not vhost-user. > Just virtio interfaces created on the host and then assigned

Re: [vpp-dev] virtio devices add to white list

2018-03-28 Thread Yichen Wang
luong > Sent: Wednesday, 28 March, 2018 7:08 PM > To: vpp-dev@lists.fd.io > Subject: Re: [vpp-dev] virtio devices add to white list > > Avi, > > Yes, you can. As an example, I have it like this in my startup.conf > > dpdk { >

Re: [vpp-dev] virtio devices add to white list

2018-03-29 Thread Avi Cohen (A)
(A); vpp-dev@lists.fd.io > Subject: Re: [vpp-dev] virtio devices add to white list > > Hi, Avu, > > If I am understanding correctly, you want to run VPP in a VM, while the > interface is a virtio interface. > > If that is the case, there is no difference as you want to us

Re: [vpp-dev] virtio devices add to white list

2018-03-29 Thread Avi Cohen (A)
wang) [mailto:yicw...@cisco.com] > > Sent: Thursday, 29 March, 2018 9:45 AM > > To: Avi Cohen (A); vpp-dev@lists.fd.io > > Subject: Re: [vpp-dev] virtio devices add to white list > > > > Hi, Avu, > > > > If I am understanding correctly, you want to run VPP i

Re: [vpp-dev] virtio devices add to white list

2018-03-29 Thread Yichen Wang
; > -Original Message- > > From: Yichen Wang (yicwang) [mailto:yicw...@cisco.com] > > Sent: Thursday, 29 March, 2018 9:45 AM > > To: Avi Cohen (A); vpp-dev@lists.fd.io > > Subject: Re: [vpp-dev] virtio devices add to white list > >

Re: [vpp-dev] virtio devices add to white list

2018-03-29 Thread Damjan Marion
od the igb_uio or this can be done auto by vpp ? > where to put it ? >Regards >Avi > >> -Original Message- >> From: Avi Cohen (A) >> Sent: Thursday, 29 March, 2018 2:34 PM >> To: 'Yichen Wang (yicwang)'; vpp-dev@lists.fd.io >> Subjec

Re: [vpp-dev] virtio devices add to white list

2018-04-01 Thread Avi Cohen (A)
> -Original Message- > From: vpp-dev@lists.fd.io [mailto:vpp-dev@lists.fd.io] On Behalf Of Damjan > Marion > Sent: Thursday, 29 March, 2018 10:36 PM > To: vpp-dev@lists.fd.io > Cc: vpp-dev@lists.fd.io > Subject: Re: [vpp-dev] virtio devices add to white list >

Re: [vpp-dev] virtio devices add to white list

2018-04-01 Thread Avi Cohen (A)
About the vpp service on boot - it was disabled - I enable it with systemctl and now OK > -Original Message- > From: Avi Cohen (A) > Sent: Sunday, 01 April, 2018 10:57 AM > To: 'Damjan Marion'; vpp-dev@lists.fd.io > Subject: RE: [vpp-dev] virtio devices add to