Re: [vpp-dev] [FD.io Helpdesk #36808] vpp-merge-master-{os} Jenkins Jobs are failing

2017-02-28 Thread mgrad...@cisco.com via RT
+ Ed -Original Message- From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On Behalf Of Marek Gradzki -X (mgradzki - PANTHEON TECHNOLOGIES at Cisco) Sent: 1 marca 2017 08:07 To: fdio-helpd...@rt.linuxfoundation.org; dwallac...@gmail.com Cc: Peter Lapos -X (plapos - PAN

Re: [vpp-dev] [FD.io Helpdesk #36808] vpp-merge-master-{os} Jenkins Jobs are failing

2017-02-28 Thread Marek Gradzki -X (mgradzki - PANTHEON TECHNOLOGIES at Cisco)
+ Ed -Original Message- From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On Behalf Of Marek Gradzki -X (mgradzki - PANTHEON TECHNOLOGIES at Cisco) Sent: 1 marca 2017 08:07 To: fdio-helpd...@rt.linuxfoundation.org; dwallac...@gmail.com Cc: Peter Lapos -X (plapos - PAN

Re: [vpp-dev] [FD.io Helpdesk #36808] vpp-merge-master-{os} Jenkins Jobs are failing

2017-02-28 Thread Marek Gradzki -X (mgradzki - PANTHEON TECHNOLOGIES at Cisco)
Current hc2vpp jobs expect vpp jobs to be successful (vpp jobs are triggers). Ed: would it be possible to ignore vpp-dpdk-dev deploy failure? If not - this is something we can live with (perhaps hc2vpp jobs need some hardening). Found one more issue (looks like it might be related): Most curren

Re: [vpp-dev] [FD.io Helpdesk #36808] vpp-merge-master-{os} Jenkins Jobs are failing

2017-02-28 Thread mgrad...@cisco.com via RT
Current hc2vpp jobs expect vpp jobs to be successful (vpp jobs are triggers). Ed: would it be possible to ignore vpp-dpdk-dev deploy failure? If not - this is something we can live with (perhaps hc2vpp jobs need some hardening). Found one more issue (looks like it might be related): Most curren

[vpp-dev] Tracking Starter Tasks

2017-02-28 Thread Ed Warnicke
I've had a number of people ask "What can I pick up as a starter task to start contributing". I've started using lable "StarterTask" (and leaving unassigned) ideas for starter tasks. You can see them on a filter here: https://jira.fd.io/issues/?filter=11008 Please contribute Jiras for 'StarterT

Re: [vpp-dev] fd.io CSIT vhost-user test scenario implementation priorities

2017-02-28 Thread Alec Hothan (ahothan)
Comments inline… From: "Liew, Irene" Date: Tuesday, February 28, 2017 at 10:25 AM To: Thomas F Herbert , "csit-...@lists.fd.io" , "Maciek Konstantynowicz (mkonstan)" Cc: vpp-dev , "Pierre Pfister (ppfister)" , "Alec Hothan (ahothan)" , Karl Rister , Douglas Shakshober , Andrew Theurer , "L

[vpp-dev] [FD.io Helpdesk #36808] vpp-merge-master-{os} Jenkins Jobs are failing

2017-02-28 Thread Vanessa Valderrama via RT
Review this issue with Ed. This is caused by repeatedly pushing vpp-dpdk-dev with the same version. Please let me know if any other action is needed on this ticket. Thank you, Vanessa On Tue Feb 28 06:29:30 2017, mgrad...@cisco.com wrote: > Dear all, > > after quick look at the logs, > it lo

Re: [vpp-dev] fd.io CSIT vhost-user test scenario implementation priorities

2017-02-28 Thread Liew, Irene
Here are my thoughts and comments on the topologies/test and workloads for CSIT vhost-user test scenarios. Pls refer to my comments inline below. -Original Message- From: Thomas F Herbert [mailto:therb...@redhat.com] Sent: Monday, February 27, 2017 10:04 AM To: csit-...@lists.fd.io; Maci

[vpp-dev] MAINTAINERS file

2017-02-28 Thread Damjan Marion (damarion)
I submitted MAINTAINERS file proposal to gerrit: https://gerrit.fd.io/r/#/c/5547/ It is not complete, more additions are expected when people self-nominate. All people on the list are selected based on their contributions and they accepted to take this role. Let me know if any issues before w

Re: [vpp-dev] FW: Re: Interesting perf test results from Red Hat's test team

2017-02-28 Thread Karl Rister
We actually collected latency data on all of the test runs that we performed. There are a couple of sticking points however. 1) Our current packet generator (MoonGen+lua-trafficgen [1]) relies on the Intel 82599ES PTP hardware in order to measure packet latency. In our testing that works very we

Re: [vpp-dev] Interesting perf test results from Red Hat's test team

2017-02-28 Thread Karl Rister
This thread topology is one of the highest priority requests that our product team is placing on our test efforts. We would like to be able to rely on the numbers that CSIT is generating but this concept in particular is a sticking point. We want to know the best per-core throughput and our testi

Re: [vpp-dev] wrong when i want to change vlib_buffer_t->data to my pointer

2017-02-28 Thread Dave Barach (dbarach)
Please explain what you're trying to do in detail. There should be no need to ever do something like that. Vlib_buffer_t's are embedded in private headroom space, tangent to the packet DMA target [which starts at (struct mbuf *)mb->data_off]. Here's how we create the mempools: rmp = rte_pktm

Re: [vpp-dev] system func in vpp

2017-02-28 Thread Dave Barach (dbarach)
See also src/vnet/unix/tuntap.c, which seems to already do pretty much what you’re describing. It’s disabled by default. Use the command-line argument “tuntap { enable }” to kick the tires. In addition to the concerns which Chris mentioned, adding ‘system(“foo”)’ calls to vpp is not a security

Re: [vpp-dev] system func in vpp

2017-02-28 Thread Luke, Chris
Using any syscall needs thinking through from inside VPP. Using system() or similar is simply ill-advised; what you’re doing is best done outside of VPP where the penalty of executing fork() is much diminished. If you really must create these interfaces from inside VPP then I suggest you look u

Re: [vpp-dev] wrong when i want to change vlib_buffer_t->data to my pointer

2017-02-28 Thread Luke, Chris
Look at the definition of 'data' in the .h or in the docs: https://docs.fd.io/vpp/17.04/dd/d10/structvlib__buffer__t.html It's not a pointer, ergo you cannot do this. That is not how the buffer mechanism works. Chris. From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On B

[vpp-dev] [FD.io Helpdesk #36808] [linuxfoundation.org #36808] RE: vpp-merge-master-{os} Jenkins Jobs are failing

2017-02-28 Thread mgrad...@cisco.com via RT
Dear all, after quick look at the logs, it looks like the issue is caused by vpp-dpdk-dev-17.02-vpp1_amd64.pom deploy failure. As a consequence hc2vpp integration jobs are not triggered, which causes honeycomb packages being out of synch much more often. The issue was also reported by our team

Re: [vpp-dev] vpp-merge-master-{os} Jenkins Jobs are failing

2017-02-28 Thread Marek Gradzki -X (mgradzki - PANTHEON TECHNOLOGIES at Cisco)
Dear all, after quick look at the logs, it looks like the issue is caused by vpp-dpdk-dev-17.02-vpp1_amd64.pom deploy failure. As a consequence hc2vpp integration jobs are not triggered, which causes honeycomb packages being out of synch much more often. The issue was also reported by our team

[vpp-dev] VPP 17.04: Week 9 status

2017-02-28 Thread otroan
Hi, As the designated release manager for 17.04. Here is summary of what happened over the last two weeks. Please remember the API freeze date on March 8th. JIRA: Jong has created a new dashboard: https://jira.fd.io/secure/Dashboard.jspa?selectPageId=10700 The idea is to map the JIRA c

Re: [vpp-dev] [csit-dev] reset_fib API issue in case of IPv6 FIB

2017-02-28 Thread Jan Gelety -X (jgelety - PANTHEON TECHNOLOGIES at Cisco)
Hello Neale, Thank you very much for the clarification. I’ll update VRF tests based on this information. Regards, Jan From: Neale Ranns (nranns) Sent: Monday, February 27, 2017 16:49 To: Jan Gelety -X (jgelety - PANTHEON TECHNOLOGIES at Cisco) ; vpp-dev@lists.fd.io Cc: csit-...@lists.fd.io Sub

[vpp-dev] wrong when i want to change vlib_buffer_t->data to my pointer

2017-02-28 Thread Li, Rujun
Hi ,all Now I am working on VPP and I met a problem. I have a pointer pointing to packets receive from my changed DPDK and now I want to change vlib_buffer_t->data to my pointer to avoid memory copy, but the errors were reported that the vlib_buffer_t->data cannot be used as left value. My code