[vpp-dev] vpp io threads

2018-01-31 Thread Shiv Dev
Hi Team, I am trying to see how to distribute traffic between multiple worker threads in the absence of RSS. I believe there are I/O threads for handling input and and dispatching to worker threads. src/vlib/threads.c: " /* Initial barrier sync, for both worker and i/o

Re: [vpp-dev] Docker containers

2018-01-07 Thread Shiv Dev
PM, Shiv Dev <shivfs...@gmail.com> wrote: > I find that changing the vdev in the l2fwd command line to virtio_user > helps.. > > shiv@shiv-lenovo-v310:~/work/docker$ docker run -it -v > /tmp/sock1.sock:/tmp/sock1.sock -v /mnt/huge_vhost/:/mnt/huge_vhost > dpdk_app_l2fwd

Re: [vpp-dev] Unable to add NIC to VPP

2018-01-03 Thread Shiv Dev
; Hope this helps, > -daw- > > On 1/2/2018 12:34 PM, Shiv Dev wrote: > > > Hi VPP Team, > > I am trying to add a NIC to using the instructions in > https://wiki.fd.io/view/VPP/How_To_Connect_A_PCI_Interface_To_VPP. > > I do not see the interface being created in vpp

[vpp-dev] Unable to add NIC to VPP

2018-01-02 Thread Shiv Dev
Hi VPP Team, I am trying to add a NIC to using the instructions in https://wiki.fd.io/view/VPP/How_To_Connect_A_PCI_Interface_To_VPP. I do not see the interface being created in vpp and see the following errors in the /var/log/syslog.. Jan 2 22:50:48 shiv-lenovo-v310 vpp[3453]:

[vpp-dev] Docker containers

2017-12-28 Thread Shiv Dev
Hi VPP Team, I am trying to interface docker containers to VPP through an vhost-user device. The page here ( https://wiki.fd.io/view/VPP/Use_VPP_to_connect_VMs_Using_Vhost-User_Interface) explains how to do it for VMs. Is there any page that explains it for docker containers ? As

Re: [vpp-dev] user mode TCP stack..

2017-12-28 Thread Shiv Dev
SCTP. > > Furthermore, the TCP/UDP implementation from vnet are completely > independent from TLDK. The two were developed in parallel but unfortunately > I can’t speak to the differences between them since I’m only familiar with > the code part of vnet. > > Regards, > Fl