Re: [vpp-dev] How to transfer packets between 2 bridge domains ?

2016-11-29 Thread Christophe FONTAINE
Thanks, I’ll try it and get back to you ☺ Christophe From: Damjan Marion [mailto:dmarion.li...@gmail.com] Sent: mardi 29 novembre 2016 23:11 To: Christophe FONTAINE Cc: vpp-dev@lists.fd.io Subject: Re: [vpp-dev] How to transfer packets between 2 bridge domains ? Hi Christophe, This one might h

Re: [vpp-dev] CSIT encapsulation test are failing

2016-11-29 Thread Peter Mikus -X (pmikus - PANTHEON TECHNOLOGIES at Cisco)
Hello vpp-dev, I’ve noticed that since dpdk-16.11 is merged in VPP, our encapsulation tests for LISP IP4oIP4 and IP6oIP4 and also VXLANoIP4 is failing due to: vat#CountNode Reason 99 dpdk-inputRx L4 checksum errors This

Re: [vpp-dev] vHost user test scenarios for CSIT

2016-11-29 Thread Damon Wang
Maciek, really thanks! 2016-11-30 12:36 GMT+08:00 Alec Hothan (ahothan) : > > > Thanks for putting this together! > > A few preliminary general comments which we can discuss Wednesday. > > > > *2p1nic vs 1p1nic*: > > I know lots of vswitch benchmarks love pairing phys interfaces as it is > easier

Re: [vpp-dev] vHost user test scenarios for CSIT

2016-11-29 Thread Alec Hothan (ahothan)
Thanks for putting this together! A few preliminary general comments which we can discuss Wednesday. 2p1nic vs 1p1nic: I know lots of vswitch benchmarks love pairing phys interfaces as it is easier to scale with more cores… But a lot of openstack deployments will come with 1 physical port for al

Re: [vpp-dev] vHost user test scenarios for CSIT

2016-11-29 Thread Thomas F Herbert
Maciek, Thanks! --TFH On 11/29/2016 09:27 PM, Maciek Konstantynowicz (mkonstan) wrote: All, Here is the first draft: https://wiki.fd.io/view/CSIT/vhostuser_test_scenarios I did my best to capture all inputs as per this thread. But it’s hardly readable yet - requires more TLC :) See what yo

Re: [vpp-dev] vHost user test scenarios for CSIT

2016-11-29 Thread Maciek Konstantynowicz (mkonstan)
All, Here is the first draft: https://wiki.fd.io/view/CSIT/vhostuser_test_scenarios I did my best to capture all inputs as per this thread. But it’s hardly readable yet - requires more TLC :) See what you think - feel free to add/edit things directly on FD.io wiki page. Sugge

Re: [vpp-dev] How to transfer packets between 2 bridge domains ?

2016-11-29 Thread Damjan Marion
Hi Christophe, This one might help you: https://git.fd.io/vpp/commit/?id=e2e95ce6550a28a6ba5870c9c550acb619883f1a Thanks, Damjan > On 29 Nov 2016, at 12:24, Christophe FONTAINE > wrote: > > I just did the test with

Re: [vpp-dev] Consoldating vpp-lite-verify* and vpp-clang-verify-* jobs into vpp-verify*

2016-11-29 Thread Dave Wallace
Looks good to me. Thanks, -daw- On 11/29/16 1:20 PM, Ed Warnicke wrote: Damjan has put together a 'make verify' that does all the things we would want in a verify job (vpp-lite, building rpms/debs, running make test etc). https://gerrit.fd.io/r/#/c/3992/ Switches vpp-verify-* to running 'ma

[vpp-dev] Consoldating vpp-lite-verify* and vpp-clang-verify-* jobs into vpp-verify*

2016-11-29 Thread Ed Warnicke
Damjan has put together a 'make verify' that does all the things we would want in a verify job (vpp-lite, building rpms/debs, running make test etc). https://gerrit.fd.io/r/#/c/3992/ Switches vpp-verify-* to running 'make verify', and retires the vpp-lite-verify-* and vpp-clang-verify-* jobs as

[vpp-dev] VPP crashes when received ARP request for other subinterface address

2016-11-29 Thread Matej Klotton -X (mklotton - PANTHEON TECHNOLOGIES at Cisco)
https://jira.fd.io/browse/VPP-541 ___ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp-dev

[vpp-dev] VPP replies to ICMP request sent to deleted subinterface

2016-11-29 Thread Matej Klotton -X (mklotton - PANTHEON TECHNOLOGIES at Cisco)
https://jira.fd.io/browse/VPP-542 ___ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp-dev

[vpp-dev] [FD.io Helpdesk #33510] Jenkisn not working: 182 job in queue

2016-11-29 Thread Vanessa Valderrama via RT
Jan, There was an issue due to a RabbitMQ binding bug at the vendor that caused the queue to get backed up. Once that issue was resolved there were instances in a stuck state that had to be cleared out. The issue appears to be resolved now. The queue may take awhile to clear. Thank you, Vane

Re: [vpp-dev] How to transfer packets between 2 bridge domains ?

2016-11-29 Thread Christophe FONTAINE
I just did the test with the same platform (I added another intel NIC), same problem (assert on VLIB_FRAME_IS_ALLOCATED) in debug. And so, I got an identical backtrace. # set int span GigabitEthernet8/0/0 destination GigabitEthernet3/0/0 Christophe > -Original Message- > From: Damjan Mar

[vpp-dev] Jenkisn not working: 182 job in queue

2016-11-29 Thread Jan Gelety -X (jgelety - PANTHEON TECHNOLOGIES at Cisco)
Hello, No jenkins job is executed and the build queue is grtowing (182 jobs in the queueue at the moment). Could you, please, have a look on it? Thank you very much. Regards, Jan ___ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailma

Re: [vpp-dev] native vhost-user perf improvements

2016-11-29 Thread Damjan Marion (damarion)
Hi Alec, Inline… On 29 Nov 2016, at 02:54, Alec Hothan (ahothan) mailto:ahot...@cisco.com>> wrote: Hi Damjan, Regarding the diffs, do you know in which error case(s) the retry will hit the most to cause such a big improvement in NDR? It is not about error case. It is about cases where there

Re: [vpp-dev] [dpdk-dev] dpdk/vpp and cross-version migration for vhost

2016-11-29 Thread Maxime Coquelin
On 11/28/2016 11:18 PM, Thomas Monjalon wrote: 2016-11-28 16:28, Maxime Coquelin: On 11/24/2016 04:24 PM, Kavanagh, Mark B wrote: DPDK v16.04 added support for vHost User TSO; as such, by default, TSO is advertised to guest devices as an available feature during feature negotiation with QEMU.