Re: [vpp-dev] vpp-arm-verify-master-ubuntu1604 failing

2018-09-12 Thread Juraj Linkeš
Hi Matt, As you might've noticed, the job got reverted, which was the right thing to do. But nonetheless, the issue you reported is a known issue and I'll be looking into figuring out what's going on. The tests work fine x86, but not on ARM and there isn't an apparent reason for why that's the

Re: [vpp-dev] VPP on kernel without dpdk

2018-09-12 Thread Ray Kinsella
Hi Merhan, FD.io VPP has native drivers support that also support batching. Ray K On 12/09/2018 06:58, Mehran Memarnejad wrote: hello some papers quoted that it is possible to run VPP on kernel without DPDK as far as I know VPP uses DPDP NIC drivers in polling mode to handle packets in batch

Re: [vpp-dev] IP reassembly doesn't work in VPP 18.07

2018-09-12 Thread Xuekun
Hi, Ole Sorry, I expressed wrong meanings. I mean could you pls. implement this feature with an optimization way? Thanks. Thx, Xuekun -Original Message- From: Ole Troan Sent: Monday, August 06, 2018 6:28 PM To: Hu, Xuekun Cc: Ni, Hongjun ; vpp-dev Subject: Re: [vpp-dev] IP reassem

Re: [vpp-dev] VPP on kernel without dpdk

2018-09-12 Thread Mehran Memarnejad
Hi, To Which NIC driver should NICs bind so that VPP uses linux instead of dpdk?? In this case does it only use the transmission and reception capablilty of Linux or use the full Linux network stack?? Regards On Wednesday, September 12, 2018, Ray Kinsella wrote: > Hi Merhan, > > FD.io VPP has

Re: [vpp-dev] VPP on kernel without dpdk

2018-09-12 Thread Damjan Marion via Lists.Fd.Io
Few examples of non-dpdk interfaces, they all work with dpdk plugin disabled: vpp tap native driver - uses linux TAP interface with vhost-net backend to exchange packets with linux kernel memif driver - shared memory interface with another usermode process, (i.e. another VPP). works between con

Re: [vpp-dev] VPP's C-type-api example

2018-09-12 Thread wangchuan...@163.com
Hi Dave, Thanks for your help! In the test.c , I see"if (async) { *send-ping* ". And vac_connect's 3rd input-param set to NULL, I want the operation-by-c-api to be synch. Even no change, it (src/vpp-api/client) can not work successfully. Is there something wrong? Maybe, should I

Re: [vpp-dev] VPP's C-type-api example

2018-09-12 Thread Ole Troan
Hi there, Is there any reason you don’t want to use the higher level C API? VAPI. That has an API call for dumping interfaces. Then you don’t need to interact with the shared memory rings directly. Cheers Ole > On 12 Sep 2018, at 14:28, "wangchuan...@163.com" wrote: > > Hi Dave, > Tha

Re: [vpp-dev] Unable to create sub-interface with 'untagged' option

2018-09-12 Thread Chandra Mohan, Vijay Mohan
Just wanted to check if you anyone got a chance to look at this ? Am I missing some configuration here before creating a sub-interface for untagged frames ? -Vijay From: "Chandra Mohan, Vijay Mohan" Date: Thursday, September 6, 2018 at 3:57 PM To: "vpp-dev@lists.fd.io" Subject: Re: Unable to cr

Re: [vpp-dev] IP reassembly doesn't work in VPP 18.07

2018-09-12 Thread Ole Troan
Hi Xuekun, > Sorry, I expressed wrong meanings. > I mean could you pls. implement this feature with an optimization way? Different than what’s already in these three commits? b3655e5592e3e8e48eb087632f3fa71915891a9f 7eb9d9608b5b47b95f4860b2c470411658f7cdac 4146c65f0dd0b5412746064f230b70ec894d2

Re: [vpp-dev] VPP's C-type-api example

2018-09-12 Thread wangchuan...@163.com
Hi Ole, I am in the beginning of using-c-api. Should I not follow (src/vpp-api/client) ? Can you please show me a fun-name and a example of the higher level C API? Thanks ! wangchuan...@163.com From: Ole Troan Date: 2018-09-12 21:15 To: wangchuan...@163.com CC: Dave Barach (dbarach); v