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
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
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
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
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
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
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
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
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/
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
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
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
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
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]
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
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
_
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
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
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
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
20 matches
Mail list logo