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

2017-02-14 Thread Sreejith Surendran Nair
Hi Damjan, Thanks a lot for the input. I will try to check regarding the same and update. Thanks & Regards, Sreejith On 13 February 2017 at 21:05, Damjan Marion wrote: > > 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, Sre

[vpp-dev] VPP build with external package ODP

2017-02-14 Thread Sreejith Surendran Nair
Hi All, I am working on the VPP/ODP Integration project. As part of build procedure I am building the ODP package(bin,lib,include) before the VPP build and using ODP prefix option with VPP install path (vpp/build-root/install-vpp_lite-native/odp) to copy the ODP package files. Recently I observe

Re: [vpp-dev] SNAT API Question

2017-02-14 Thread Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES at Cisco)
Hi Jon, snat_static_mapping_dump list only static mappings with resolved outside address so snat_static_mapping_details doesn’t contain external_sw_if_index. But we missing read API for static mappigs with unresolved outside address, I will add those to snat_static_mapping_dump too. Thanks, Ma

Re: [vpp-dev] Vpp dependencies

2017-02-14 Thread Raghav Kaushik (rakaushi)
Thanks a lot Dave. I already looked into this, but was actually asking from more systems perspective - on the lines of glibc. I was wondering whether vpp in its current form is tested with distributions like Windriver or Montavista. For our use case, I need to get it working on wrl 5.x I work

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

2017-02-14 Thread Ni, Hongjun
Hey, The compiling issue in NSH_SFC 17.04 master has been fixed. Thanks Vanessa Rene, Keith Burns, Ed Warnicke for your great work. Thanks a lot, Hongjun From: Ni, Hongjun Sent: Wednesday, February 8, 2017 8:48 AM To: Keith Burns ; nsh_sfc-...@lists.fd.io; vpp-dev@lists.fd.io Subject: RE: [nsh

Re: [vpp-dev] Vpp dependencies

2017-02-14 Thread Dave Barach (dbarach)
The top-level Makefile lists the current build dependencies relative to both the centos and the Ubuntu distros. Thanks… Dave From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On Behalf Of Raghav Kaushik (rakaushi) Sent: Tuesday, February 14, 2017 6:01 PM To: vpp-dev@lists.f

[vpp-dev] Vpp dependencies

2017-02-14 Thread Raghav Kaushik (rakaushi)
Hello Experts, I’m trying to figure out if vpp can run on one of our internal platforms running a custom 3.1x kernel. Before spending time on the build system, I wanted to get an idea on what dependences VPP has. For instance, I know that VPP uses DPDK and from Intel site, DPDK seems to have a

[vpp-dev] SNAT API Question

2017-02-14 Thread Jon Loeliger
VPPers, Somewhat recently, (commit 36532bda926f5255a323c9cac3144dd758a05667), the external_sw_if_index was added to the SNAT API snat_add_static_mapping message. However, when dumping the static mappings with snat_static_mapping_dump the corresponding snat_static_mapping_details does not contain

[vpp-dev] ACL configuration in vpp

2017-02-14 Thread Sanjay Patnaik (sanpatna)
Hi, We have installed vpp in our ucs server VM. We have been trying to configure some ACLs. We went thru the wiki page https://wiki.fd.io/view/VPP/Introduction_To_N-tuple_Classifiers and https://wiki.fd.io/view/VPP/SecurityGroups . However all the messages mentioned in those wiki pages w

Re: [vpp-dev] VPP Repo status?

2017-02-14 Thread Burt Silverman
Just for fun, I tried it -- downloaded the git repo for git, then did "make" then "make install" then ~/bin/git clone https://yadayadayada/vpp.git"; and it worked AOK here. git version 2.12.0.rc1. ~/bin comes first in my PATH, but I didn't go overboard to be 100% certain that that git could not fin

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

2017-02-14 Thread Dave Wallace
Martin, The CSIT Performance testbeds include the following NICs (https://wiki.fd.io/view/CSIT/CSIT_LF_testbed): * Intel X710 (10GigE) * Intel XL710 (40GigE) * Intel X520 (10GigE, aka 82599ES) * Cisco VIC 1385 (40GigE) * Cisco VIC 1227 (10GigE) Any of these NICs will provide the most sta

Re: [vpp-dev] VPP Repo status?

2017-02-14 Thread Ed Warnicke
Also worked for git 1.8.3.1 Ed On Tue, Feb 14, 2017 at 6:29 AM, Ed Warnicke wrote: > Hmm... my successful fresh clones worked with git 2.10.1 and 2.7.4... > > Ed > > > > On Tue, Feb 14, 2017 at 5:58 AM, Bill Fischofer > wrote: > >> I just verified that this issue also happens in git 2.12.0.rc1

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

2017-02-14 Thread Martin Šuňal
Dave, Thank you for your help. After few changes (below) I see an QLogic interface in VPP. The next problem is that if I issue “vppctl set int state UnknownEthernet1/0/1 up” VPP restarts itself and the interface is always “down”. I will leave this problem to someone else because my faith in the

Re: [vpp-dev] VPP Repo status?

2017-02-14 Thread Ed Warnicke
Hmm... my successful fresh clones worked with git 2.10.1 and 2.7.4... Ed On Tue, Feb 14, 2017 at 5:58 AM, Bill Fischofer wrote: > I just verified that this issue also happens in git 2.12.0.rc1, which > is the current git master. So something has clearly changed in > git-land of late that does

Re: [vpp-dev] VPP Repo status?

2017-02-14 Thread Bill Fischofer
I just verified that this issue also happens in git 2.12.0.rc1, which is the current git master. So something has clearly changed in git-land of late that doesn't like the repos hosted at gerrit.fd.io On Tue, Feb 14, 2017 at 7:13 AM, Bill Fischofer wrote: > Thanks, Ed. A bit of further digging sh

[vpp-dev] memif - packet memory interface

2017-02-14 Thread Damjan Marion (damarion)
I got first pings running over new shared memory interface driver. Code [1] is still very fragile, but basic packet forwarding works ... This interface defines master/slave relationship. Some characteristics: - slave can run inside un-privileged containers - master can run inside container, bu

[vpp-dev] Trace methods removed from vpp_papi?

2017-02-14 Thread Lenny Lyytinen
Hey, Before VPP 17.01, I remember vpp_papi offered methods to control the packet tracer: def trace_profile_add(id, trace_type, trace_num_elt, trace_ppc, trace_tsp, trace_app_data, pow_enable, node_id, async = False) def trace_profile_apply(id, dest_ipv6, prefix_length, vrf_id, trace_op, enable,

Re: [vpp-dev] VPP Repo status?

2017-02-14 Thread Bill Fischofer
Thanks, Ed. A bit of further digging shows that I get this message using git 2.11, using git 2.9 (distributed as part of Ubuntu 16.10) things work just fine. So I assume git is adding some new checks for https connections? On Mon, Feb 13, 2017 at 9:15 PM, Ed Warnicke wrote: > As a data point, I j

Re: [vpp-dev] DHCP Proxy for IPv6

2017-02-14 Thread Neale Ranns (nranns)
Hi Marek, Sure, I’ll add those too. /neale From: "Marek Gradzki -X (mgradzki - PANTHEON TECHNOLOGIES at Cisco)" Date: Tuesday, 14 February 2017 at 09:10 To: "vpp-dev@lists.fd.io" Cc: "Neale Ranns (nranns)" Subject: DHCP Proxy for IPv6 Hi, while VPP does support Ipv6 for DHCP proxy trough

[vpp-dev] VPP 17.04: Week 6 status

2017-02-14 Thread otroan
Hi, As the designated release manager for 17.04. Here is summary of what happened over the last week. JIRA: 230 To Do, 54 In Progress That still needs a cleanup. I have also as an experiment created a few JIRA components. (SNAT, Security Groups, Python API), with component owners, tha

[vpp-dev] DHCP Proxy for IPv6

2017-02-14 Thread Marek Gradzki -X (mgradzki - PANTHEON TECHNOLOGIES at Cisco)
Hi, while VPP does support Ipv6 for DHCP proxy trough binary API, there is no support using CLI. Is there a plan to add such support (set dhcp proxy / show dhcp proxy)? Binary api for reading DHCP proxy config would be also nice to have... Thanks, Marek __