[vpp-dev] classify and redirect to tap

2017-02-06 Thread John Pearson
Hi, I am trying to send/redirect outgoing tcp port 5000 traffic to tap device. I found another thread mention “tap inject” but couldn’t find any documentation on it and “inject” is an unknown input in vpp CLI. Any advice? ___ vpp-dev mailing list

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

2017-02-06 Thread Ed Warnicke
In the frenzy around the 17.01 release, this seems to have died down a bit. Seems worth revitalizing the discussion somewhat, as it appears to have been productive. I tend to be something of an incrementalist, and strongly opposed to layering too much bureaucracy on things, but sometimes finding

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

2017-02-06 Thread Ni, Hongjun
Hey, Currently, it seems that there is a compiling failure occurred on NSH_SFC 17.04 master. I took a look at VPP code and found that there are some changes on JVPP and plugin framework in VPP recently. So I created a patch to fix this: https://gerrit.fd.io/r/#/c/5030/ Fix compile issue due to

[vpp-dev] CSIT rls1701 report published

2017-02-06 Thread Maciek Konstantynowicz (mkonstan)
The CSIT rls1701 report is published on FD.io site: https://docs.fd.io/csit/rls1701/report/ Many thanks to all contributors, especially to Peter Mikus for coding report auto-generation scripts. Thanks also to Ed and Vanessa for helping out with FD.io infra

Re: [vpp-dev] Publising jvpp rc jars

2017-02-06 Thread Marek Gradzki -X (mgradzki - PANTHEON TECHNOLOGIES at Cisco)
The only impediment for 17.01 was that we forgot to mention it on time. We had a chat regarding the topic and, as far as I remember, you mentioned such change could affect all fd.io projects (don't remember details), so we should move it to next release. In case of 17.04, jvpp jars (at least

Re: [vpp-dev] Publising jvpp rc jars

2017-02-06 Thread Ed Warnicke (eaw)
What was the impediment for 17.01? Ed On Feb 6, 2017, at 8:50 AM, Marek Gradzki -X (mgradzki - PANTHEON TECHNOLOGIES at Cisco) > wrote: Hi, Would it be possible to publish jvpp rc jars in nexus for 17.04?

[vpp-dev] Publising jvpp rc jars

2017-02-06 Thread Marek Gradzki -X (mgradzki - PANTHEON TECHNOLOGIES at Cisco)
Hi, Would it be possible to publish jvpp rc jars in nexus for 17.04? https://nexus.fd.io/content/repositories/fd.io.release/io/fd/vpp/ For 17.01 only rc debs and rpms were published. Publishing rc jars would allow publishing rc artifacts by hc2vpp project (and also nsh_sfc project we depend

Re: [vpp-dev] Router advertisment api

2017-02-06 Thread Marek Gradzki -X (mgradzki - PANTHEON TECHNOLOGIES at Cisco)
Thanks for reply. Some comments inline. Regards, Marek -Original Message- From: otr...@employees.org [mailto:otr...@employees.org] Sent: 6 lutego 2017 14:27 To: Marek Gradzki -X (mgradzki - PANTHEON TECHNOLOGIES at Cisco) Cc: vpp-dev@lists.fd.io Subject: Re:

Re: [vpp-dev] Router advertisment api

2017-02-06 Thread otroan
Hi Marek, > I am looking into adding support for SLAAC configuration to Honeycomb. > It looks like it can be configured from CLI using ip6 nd command. The API also looks complete. > And here come my questions: > > 1) Is there a difference between off-link and no-onlink flags (docs say >

[vpp-dev] memory allocation fail in clib_bitmap

2017-02-06 Thread Juan Salmon
Hi, I want to use VPP clib_bitmap but when the "i" value is more than 32 bit, it fails to allocate memory. *There is my code:* uword i; clib_bitmap_set ( base_ptr->bitmap_block_map, i , 1); *and the back trace report:* The target endianness is set automatically (currently little