[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 threads

Re: [vpp-dev] Docker containers

2018-01-07 Thread Shiv Dev
PM, Shiv Dev 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 l2fwd -c 0x4 -n 4 -m

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

2018-01-03 Thread Shiv Dev
need to add a case for it in the > vpp dpdk driver initialization function in .../vpp/src/plugins/dpdk/ > device/init.c > > Finally you will need to test VPP with the driver to make sure that it > works. > Not all DPDK drivers are created equal ;) > > Hope this helps, > -

[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]: /usr/bin/vpp[34

Re: [vpp-dev] Docker containers

2018-01-02 Thread Shiv Dev
he container and take over the host interface with > the command: > create host-interface name > > -- > HTH, > Akshaya N > > > -Original Message- > *From*: Shiv Dev > > *To*: vpp-dev@lists.fd.io > *Subject*: [vpp-dev] Docker containers > *Dat

[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 explained

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

2017-12-28 Thread Shiv Dev
re, 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, > Florin > > On Dec 21, 2

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

2017-12-21 Thread Shiv Dev
h does all the tcp stuffs > syn/syn ack/windowing etc.. > May i know why you feel this cannot be used as user mode TCP stack? Am i > missing something here? > > Thanks & Regards, > Satish. > > > On Thu, Dec 21, 2017 at 10:32 AM, Jim Thompson wrote: > >> >>

[vpp-dev] user mode TCP stack..

2017-12-20 Thread Shiv Dev
Hi VPP Team, Is there a user mode TCP stack available as part of VPP ? I did see somewhere that there is no user mode stack available as part of VPP, and some folks use mTCP.. Regards, Shiv ___ vpp-dev mailing list vpp-dev@lists.fd.io https://list