[vpp-dev] heads up: make test - running exactly the test you want

2017-02-07 Thread Klement Sekera -X (ksekera - PANTHEON TECHNOLOGIES at Cisco)
Hi, with my recent change merged - https://gerrit.fd.io/r/#/c/5018/ - the following is supported for running the tests you want: make test TEST=: the (almost) old behaviour is still supported: TEST=bfd - the (almost) original behaviour, prepends test_ and runs tests from test_bfd.py TEST=test_b

[vpp-dev] manipulate packet payload

2017-02-07 Thread Maryam Torabi
Hi, I want to manipulate packet payload in VPP, so that the payload size must be changed. but I don't know how to do that in VPP? Best Regards, ___ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp-dev

Re: [vpp-dev] [nsh_sfc-dev] Publising jvpp rc jars

2017-02-07 Thread otroan
Marek, Ed, Assuming we want to have RC jars, what are the release mechanics required? Ole > On 6 Feb 2017, at 18:03, Marek Gradzki -X (mgradzki - PANTHEON TECHNOLOGIES > at Cisco) wrote: > > Hc2vpp also publishes RC debs and rpms. To build them reliably we need rc > jars. > We use maven for

[vpp-dev] VPP 17.04: Week 5 status

2017-02-07 Thread otroan
Hi, As the designated release manager for 17.04 I thought I should put together a weekly status per email. Please let me know if you find this useful (or hopefully not, cause then I'll stop doing it). ;-) Last week we had 43 commits. cisco.com 35 (68.63%) netgate.com 6 (11.76%) barac

Re: [vpp-dev] Question about vhost perf tests

2017-02-07 Thread Maciek Konstantynowicz (mkonstan)
Thomas, You can see negotiated virtio features in the output of “show vhost” in all csit vhost vm tests. Here example from recent perf job: https://jenkins.fd.io/view/csit/job/csit-vpp-perf-1701-all/8/robot/report/log.html (You need to download the RF log.html file locally, and LF jenkins machin

[vpp-dev] Query regarding VPP Pool allocation

2017-02-07 Thread Sreejith Surendran Nair
Hi All, I am working on VPP/ODP Integration. I had query regarding "pool_get" API. I am using call "pool_get(om->interfaces,oif) " with parameters "om->interfaces" and "oif" should we need to allocate memory for "om->interfaces" using "pool_alloc" before calling pool_get. I am presently not us

Re: [vpp-dev] Committer / Maintainer model.

2017-02-07 Thread Dave Barach (dbarach)
Item added to https://wiki.fd.io/view/VPP/Meeting#Agenda From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On Behalf Of Ed Warnicke Sent: Monday, February 6, 2017 7:37 PM To: Luke, Chris Cc: vpp-dev ; Damjan Marion Subject: Re: [vpp-dev] Committer / Maintainer model. In th

Re: [vpp-dev] classify and redirect to tap

2017-02-07 Thread Dave Barach (dbarach)
Dear John, Read at face value, you’ll probably want to implement an output feature to take care of it. Before I jump in and start describing the mechanics involved: please describe the use-case in some detail. The easiest-to-code solution would probably cost an annoying amount of performance o

Re: [vpp-dev] manipulate packet payload

2017-02-07 Thread Dave Barach (dbarach)
See vlib_buffer_advance(...). Depending on what you want to do - which you didn’t share - that may be all you need. In any event, these buffer metadata fields are involved: current_data, current_length, total_length_not_including_first_buffer, next_buffer, flags Take a careful look at .../src/

Re: [vpp-dev] Query regarding VPP Pool allocation

2017-02-07 Thread Dave Barach (dbarach)
There’s no need to call pool_alloc(...) in typical cases. Pools are vectors (dynamic arrays), they expand as necessary. During initial development, please always run TAG=vpp_debug or equivalent images. If you make mistakes with vector-based data structure(s), the code tends to ASSERT(...) immed

Re: [vpp-dev] [nsh_sfc-dev] Could you help to address this VLIB_PLUGIN_REGISTER issue

2017-02-07 Thread Keith Burns
Hongjun, I'll take a look this morning after the VPP meeting. Looks pretty straight forward that it can't find the macro. More than likely some changes on the VPP side with includes but let me have a look. On Mon, Feb 6, 2017, 12:55 PM Ni, Hongjun wrote: > Hey, > > > > Currently, it seems that

[vpp-dev] Fwd: [nsh_sfc-dev] NSH_SFC weekly meeting agenda Feb 6th.

2017-02-07 Thread Keith Burns
Please see current NSH status for VPP meeting. -- Forwarded message - From: Zhou, Danny Date: Mon, Feb 6, 2017, 4:27 PM Subject: Re: [nsh_sfc-dev] NSH_SFC weekly meeting agenda Feb 6th. To: nsh_sfc-...@lists.fd.io Meeting Minutes: 1) NSH_SFC 17.01 is released on Jan 31

[vpp-dev] fd.io vpp project: summary stats out of whack

2017-02-07 Thread Dave Barach (dbarach)
Folks, Many of the summary stats and graphs displayed at https://scan.coverity.com/projects/fd-io-vpp seem grossly out of sync with the number of unresolved defects visible at https://scan9.coverity.com/reports.htm#v26724/p12999. Any idea what's going on? Thanks. Dave Barach smime.p

Re: [vpp-dev] [sig-scan-admin] fd.io vpp project: summary stats out of whack

2017-02-07 Thread Dave Barach (dbarach)
Dear Mel, NP, thanks for letting me know. With my http://fd.io vpp project PTL hat on: we really appreciate Coverity’s support of our project. Coverity has identified a number of all-too-real problems for us. Thanks… Dave Barach From: Mel Llaguno [mailto:mel.llag...@synopsys.com]

Re: [vpp-dev] [nsh_sfc-dev] Publising jvpp rc jars

2017-02-07 Thread Ed Warnicke
I'd need to take a look to see if we could find a way to make it easier than what we are currently doing. We build our jars without maven (not a criticism), and so the normal kinds of things one would do in order to do this aren't going to quite work out. Ed On Tue, Feb 7, 2017 at 3:30 AM, wrot

[vpp-dev] Review - IP-Fix collector and data analyser for iOAM

2017-02-07 Thread Akshaya Nadahalli (anadahal)
Hi Team, Can someone help with the review of below patch: https://gerrit.fd.io/r/#/c/4047/ Below doc contains the brief details of the implementation: https://drive.google.com/file/d/0BzaCD2u7Q8BhVGlmTXY4V1BiRkk/view?usp=sharing Regards, Akshaya N _

Re: [vpp-dev] Query regarding VPP Pool allocation

2017-02-07 Thread Sreejith Surendran Nair
Hi Dave, Thanks a lot for your kind help and the valuable inputs. Appreciate the same. I will recheck my changes and identify the problem. Thanks & Regards, Sreejith On 7 February 2017 at 18:44, Dave Barach (dbarach) wrote: > There’s no need to call pool_alloc(...) in typical cases. Pools are

Re: [vpp-dev] Query regarding VPP Pool allocation

2017-02-07 Thread Dave Barach (dbarach)
If you continue to have trouble, please push a draft patch and I’ll take a look... Thanks… Dave From: Sreejith Surendran Nair [mailto:sreejith.surendrann...@linaro.org] Sent: Tuesday, February 7, 2017 11:24 AM To: Dave Barach (dbarach) Cc: vpp-dev Subject: Re: [vpp-dev] Query regarding VPP Poo

Re: [vpp-dev] classify and redirect to tap

2017-02-07 Thread John Pearson
Hi Dave, I have a custom application that processes packets sent on port 5000 by the clients. I can’t manually configure each client, so this requires redirecting packets with destination port 5000 to tap interface on which the application is listening. Thanks On Tue, Feb 7, 2017 at 4:53 AM, Dav

Re: [vpp-dev] [nsh_sfc-dev] Could you help to address this VLIB_PLUGIN_REGISTER issue

2017-02-07 Thread Ni, Hongjun
Hi Keith, Thank you in advance. From: Keith Burns [mailto:alaga...@gmail.com] Sent: Tuesday, February 7, 2017 9:15 PM To: Ni, Hongjun ; nsh_sfc-...@lists.fd.io; vpp-dev@lists.fd.io Subject: Re: [nsh_sfc-dev] Could you help to address this VLIB_PLUGIN_REGISTER issue Hongjun, I'll take a look