Re: [vpp-dev] Use RSS in VPP 17.01

2017-02-13 Thread Yichen Wang (yicwang)
Ok, figured it out. I need a larger num-mbufs when RSS is enabled… Regards, Yichen From: on behalf of "Yichen Wang (yicwang)" Date: Monday, February 13, 2017 at 17:23 To: "John Lo (loj)" , "vpp-dev@lists.fd.io" Cc: "Ian Wells (iawells)" Subject: Re: [vpp-dev] Use RSS in VPP 17.01 Hi, John/

Re: [vpp-dev] VPP Repo status?

2017-02-13 Thread Ed Warnicke
As a data point, I just did a fresh clone using that URL: https://gerrit.fd.io/r/vpp/ with no hiccups. Ed On Mon, Feb 13, 2017 at 7:57 PM, Bill Fischofer wrote: > Sorry if this has already been answered. I have a clone of the VPP > repo from a few months ago that I went to update this evening a

[vpp-dev] VPP Repo status?

2017-02-13 Thread Bill Fischofer
Sorry if this has already been answered. I have a clone of the VPP repo from a few months ago that I went to update this evening and got this error message: git pull fatal: unable to access 'https://gerrit.fd.io/r/vpp/': Problem with the SSL CA cert (path? access rights?) Has the repo moved? The

Re: [vpp-dev] Use RSS in VPP 17.01

2017-02-13 Thread Yichen Wang (yicwang)
Hi, John/all, Thanks for your pointer, and I am able to bring up my VPP with multiple queues! I am doing a PVP test, which basically I am expecting Traffic Generator -> VPP on Host -> Loopback VM (testpmd) -> VPP on Host -> Traffic Generator. I can see the packets are delivered to the Loopback

[vpp-dev] flow distribute

2017-02-13 Thread yug...@telincn.com
Hi, ALL I would like to pick out one kind of flow which without five tuple session and lead them to the specified CPU worker. The benifet is that we need no locker in the session creation procedure. What your guys opinion? Regards, Ewan. yug...@telincn.com _

Re: [vpp-dev] VPP cannot find interface QLogic 57810

2017-02-13 Thread Dave Wallace
Martin, There have been several DPDK build changes since I was last working on the VPP dpdk driver infra, but the following patch will enable the BNX2X PMD in .../custom-config. +Damjan for his input as this may not be the best way to add the BNX2X PMD to VPP. %< diff --git a/dpd

Re: [vpp-dev] Failing Out-of-tree Builds

2017-02-13 Thread Jon Loeliger
On Fri, Feb 10, 2017 at 9:12 AM, Jon Loeliger wrote: > On Thu, Feb 9, 2017 at 11:16 PM, Akshaya Nadahalli (anadahal) < > anada...@cisco.com> wrote: > >> Hi Jon, >> >> fib_urpf_list.h needs to included inside the source file and need not be >> installed in /usr/include. Thanks for raising this. I

Re: [vpp-dev] VPP cannot find interface QLogic 57810

2017-02-13 Thread Martin Šuňal
Dave, Thanks much. I’ve added elseif case for QLogic as you mentioned. Now, “vppctl show pci” is showing driver “uio_pci_generic” but iface is still missing in “vppctl show int”. I found bnx2x inside files in build-root after vpp build (./vpp/build-root/vagrant/build.sh) ./build-root/build-vpp

Re: [vpp-dev] libpneum compilation flags

2017-02-13 Thread Burt Silverman
Thanks, Gabriel, and Damjan. It appears to me that the glibc getconf program is using its own mechanisms for determining cache line size, rather than using the information that the kernel has. That is my reading of the glibc code, so I do not believe Damjan you will see any different behavior with

Re: [vpp-dev] VPP performance degradation with multiple nic polling

2017-02-13 Thread Damjan Marion
> On 13 Feb 2017, at 17:34, yusuf khan wrote: > > Hi, > > Comments inline. > > Br, > Yusuf > > On Mon, Feb 13, 2017 at 9:20 PM, Damjan Marion > wrote: > > > On 10 Feb 2017, at 18:03, yusuf khan > > wrote: > > > > Hi, > > > > I a

Re: [vpp-dev] VPP performance degradation with multiple nic polling

2017-02-13 Thread yusuf khan
Hi, Comments inline. Br, Yusuf On Mon, Feb 13, 2017 at 9:20 PM, Damjan Marion wrote: > > > On 10 Feb 2017, at 18:03, yusuf khan wrote: > > > > Hi, > > > > I am testing vpp performance for l3 routing. I am pumping traffic from > moongen which is sending packet at 10Gbps line rate with 84 bytes

Re: [vpp-dev] libpneum compilation flags

2017-02-13 Thread Damjan Marion (damarion)
On 13 Feb 2017, at 17:11, Gabriel Ganne mailto:gabriel.ga...@enea.com>> wrote: Hi Burt, Thank you for your input. I pushed a new version of my commit (https://gerrit.fd.io/r/#/c/4576/) where I tried to do things more clearly. I had a look here https://github.com/torvalds/linux/blob/master/ar

Re: [vpp-dev] libpneum compilation flags

2017-02-13 Thread Gabriel Ganne
Hi Burt, Thank you for your input. I pushed a new version of my commit (https://gerrit.fd.io/r/#/c/4576/) where I tried to do things more clearly. I had a look here https://github.com/torvalds/linux/blob/master/arch/arm64/kernel/cacheinfo.c and it seems that on arm64, recent kernels should

Re: [vpp-dev] VPP performance degradation with multiple nic polling

2017-02-13 Thread Damjan Marion
> On 10 Feb 2017, at 18:03, yusuf khan wrote: > > Hi, > > I am testing vpp performance for l3 routing. I am pumping traffic from > moongen which is sending packet at 10Gbps line rate with 84 bytes packet size. > If i start vpp with single worker thread(in addition to main thread), vpp is > ab

Re: [vpp-dev] Query regarding running worker thread in VPP Debug mode

2017-02-13 Thread Damjan Marion
Do you haver buffer manager in ODP? If yes, we might be able to integrate it in vpp... > On 13 Feb 2017, at 14:58, Sreejith Surendran Nair > wrote: > > Hi Damjan, > > Thank you for the kind reply. Sorry I had a doubt in the code I observed we > have support for worker threads in "af_packet

Re: [vpp-dev] Query regarding running worker thread in VPP Debug mode

2017-02-13 Thread Sreejith Surendran Nair
Hi Damjan, Thank you for the kind reply. Sorry I had a doubt in the code I observed we have support for worker threads in "af_packet" and "netmap" is it used with dpdk platform only. I thought I can add similar support for ODP. Thanks & Regards, Sreejith On 13 February 2017 at 17:51, Damjan Mar

Re: [vpp-dev] Vpp in a container

2017-02-13 Thread Kinsella, Ray
Hi Ragav, So there a couple of things you can look at. A bunch of work has been done on the orchestration side by Keith Burns. This involved wiring up the Kubernetes, Calico to VPP. Keith can point you at the latest patches - but I believe the most of these are upstream. You can see Keith's

Re: [vpp-dev] Query regarding running worker thread in VPP Debug mode

2017-02-13 Thread Damjan Marion
Hi Sreejith, You cannot use vpp_lite with multiple threads, vpp_lite buffer manager is not thread safe. Thanks, Damjan > On 13 Feb 2017, at 11:28, Sreejith Surendran Nair > wrote: > > Hi All, > > I am working on VPP/ODP integration project. I am trying to run VPP in debug > mode with mu

[vpp-dev] Query regarding running worker thread in VPP Debug mode

2017-02-13 Thread Sreejith Surendran Nair
Hi All, I am working on VPP/ODP integration project. I am trying to run VPP in debug mode with multi-thread support. I have configured the startup conf file with "workers" . But as I try to configure the interface and make it up, there is crash occuring due to assertion failure(cpu ). I have see