It gives me great pleasure to announce Marco's election as a vpp project
committer, confirmed a few minutes ago by the fd.io vpp TSC.
Vanessa V. will take care of [+2 button] mechanics shortly.
Thanks much to Marco for his interest in the vpp project!
Dave
__
+1, thanks Marco...!
-Original Message-
From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On
Behalf Of Luke, Chris
Sent: Thursday, February 8, 2018 7:06 AM
To: Marco Varlese
Cc: vpp-dev@lists.fd.io
Subject: Re: [vpp-dev] SCTP coverity-scan warnings addressed
Great,
Copying the list...
From: Luke, Chris [mailto:chris_l...@comcast.com]
Sent: Tuesday, February 6, 2018 11:40 AM
To: Dave Barach (dbarach) ; Keith Burns (krb)
; Florin Coras (fcoras) ; John Lo (loj)
; Damjan Marion (damarion) ; Neale Ranns
(nranns) ; Ole Troan ; Dave Wallace
; Ed Warnicke (eaw
Oh, oops, forgot to vote myself: +1
(š).. D.
From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On
Behalf Of Dave Barach (dbarach)
Sent: Tuesday, February 6, 2018 9:24 AM
To: vpp-dev@lists.fd.io
Subject: [vpp-dev] New fd.io vpp project committer vote: Marco Varlese
Copying
To record Damjanās voteā¦
From: Damjan Marion (damarion)
Sent: Tuesday, February 6, 2018 9:07 AM
To: Dave Barach (dbarach)
Cc: Keith Burns (krb) ; Florin Coras (fcoras)
; John Lo (loj) ; Luke, Chris
; Neale Ranns (nranns) ; Ole Troan
; Dave Wallace ; Ed Warnicke (eaw)
Subject: Re: New
Copying vpp-dev@lists.fd.io <mailto:vpp-dev@lists.fd.io> to formally open
the vote described below. Voting is limited to current committers, and will
remain open for 1 week, or until folks have voted.
Thanks. Dave
From: Dave Barach (dbarach)
Sent: Tuesday, February 6, 2018 8:56
You can ask vlib_get_plugin_symbol ("plugin_name", "function_name") for the
address of a function...
Returns NULL if e.g. the plugin in question isn't loaded or the symbol is
missing.
HTH... D.
-Original Message-
From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] O
should not go unnoticed: the next function up the
parse stack will complain.
IIWY Iād leave unformat(ā¦) alone.
HTHā¦ D.
From: Andreas Schultz [mailto:andreas.schu...@travelping.com]
Sent: Friday, February 2, 2018 3:26 PM
To: Dave Barach (dbarach)
Cc: vpp-dev@lists.fd.io
Subject: Re: [vpp-dev
Why not simply:
while (ā¦)
{
if (unformat(input, āname %sā, &name))
;
else if (ā¦)
;
else
break;
}
if ()
return clib_error_return (0, "parse error: '%U'",
format_unformat_error, input);
D.
From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io
Option 6 (dhcp server) parsing is not implemented. See
ā¦/src/vnet/dhcp/client.c, switch statement near line 112ā¦
Should be a simple coding task. Feel free to submit a patch.
Worst-case, file a Jira ticket so we donāt forget about it.
Thanksā¦ Dave
From: vpp-dev-boun...@lists.fd.io [mailto:vpp-d
Dear David,
A bit of history. We worked on vpp for a decade before making any serious
effort to multi-thread it. The first scheme that I tried was to break up the
graph into reconfigurable pipeline stages. Effective partitioning of the graph
is highly workload-dependent, and it can change in
patch, please press
the ārecheckā button. No need to ask, just do it. In case of persistent
failure, please email vpp-dev.
Thanksā¦ Dave
From: Ni, Hongjun [mailto:hongjun...@intel.com]
Sent: Friday, January 26, 2018 3:25 AM
To: Marco Varlese ; Ole Troan
Cc: Dave Barach (dbarach) ; Gabriel Ganne
Congrats to DaveW and the rest of the fd.io vpp team on the 18.01 release!
From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On
Behalf Of Dave Wallace
Sent: Thursday, January 25, 2018 12:23 AM
To: vpp-dev@lists.fd.io; csit-...@lists.fd.io
Subject: [vpp-dev] VPP 18.01 Release
ā$ make install-depā fixed it for meā¦ D.
From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On
Behalf Of Jon Loeliger
Sent: Wednesday, January 24, 2018 1:58 PM
To: vpp-dev
Subject: [vpp-dev] Missing PLY ?
Hey Kids,
The new API Gen seems to want ply.lex, but I don't think
it
We're not going to turn vnet_register_interface(...) into an epic catalog of
special-purpose strcmp's. Any patch which looks the least bit like the diffs
shown below is guaranteed to be scored -2, and never merged.
Please let John propose a mechanism to address this issue.
Thanks... Dave
From:
Yes, itās possible. This is not the obvious way to do it.
Before I answer any questions: what are you trying to accomplish? Idiomatic vpp
coding techniques typically donāt result in enough memory allocator traffic to
make it worth using per-thread heaps.
D.
From: vpp-dev-boun...@lists.fd.io [m
Right. The error number base needs to be managed just like the message ID baseā¦
D.
From: Jon Loeliger [mailto:j...@netgate.com]
Sent: Tuesday, January 23, 2018 9:39 AM
To: Ole Troan
Cc: Dave Barach (dbarach) ; vpp-dev
Subject: Re: [vpp-dev] RFC: Error Codes
On Tue, Jan 23, 2018 at 8:12 AM
This report leaves a bit to be desired. As in: "configure file" means what?
Where is the build output?
Laying that aside, if your plugin is called xxx, try adding:
xxx_plugin_la_LIBADD += -lzmq
to src/plugins/xxx.am...
HTH... Dave
From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...
ge-
From: Ole Troan [mailto:otr...@employees.org]
Sent: Tuesday, January 23, 2018 5:41 AM
To: Dave Barach (dbarach) ; Jon Loeliger
Cc: vpp-dev
Subject: Re: [vpp-dev] RFC: Error Codes
Dave, Jon,
> On 22 Jan 2018, at 19:34, Dave Barach (dbarach) wrote:
>
> Dear Jon,
>
> That makes se
Dear Jon,
That makes sense to me. Hopefully Ole will comment with respect to adding
statements of the form
error { FOO_NOT_AVAILABLE, āResource āfooā is not available } ;
to the new Python PLY-based API generator.
The simple technique used to allocate plugin message-IDās seems to work OK to
s
es in the speed path: a hard
requirement.
HTHā¦ D.
-Original Message-
From: korian edeline [mailto:korian.edel...@ulg.ac.be]
Sent: Thursday, January 18, 2018 6:37 AM
To: Neale Ranns (nranns) ; Dave Barach (dbarach)
; vpp-dev@lists.fd.io
Subject: Re: [vpp-dev] Create an arc
Hello
Dear Korian,
Steering traffic from ip4_lookup to is easily accomplished by
setting the fib result [dpo->dpoi_next_node] to send matching traffic where you
want it to go.
Add an arc from ip4/6_lookup to by calling vlib_node_add_next(...)
to create the arc, then create fib entries with dpoi_n
Dear Florin,
Quite to the contrary: removing the ssvm_ethernet driver would be a Good Thing.
I built it as a prototype a long time ago. It has not been widely adopted.
Memif solves the same general problem [much better], so please go ahead...
Thanks... Dave
-Original Message-
From: vpp
Mheap.c has its own highly accurate memory leak checker. I havenāt tried the
valgrind integration in many years. Valgrind makes vpp run slowly enough to
make it unusable.
To use the built-in leakfinder: build TAG=vpp_debug, set #define
MHEAP_HAVE_SMALL_OBJECT_CACHE to 0 in .../src/vppinfra/mhea
Hey Dave, thanks for all your work to make this happen!
From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On
Behalf Of Dave Wallace
Sent: Thursday, January 4, 2018 12:25 PM
To: vpp-dev@lists.fd.io
Subject: [vpp-dev] VPP 18.01 RC1 milestone is complete!
Folks,
The VPP 18.01
Nothing wrong here AFAICT.
vnet_buffer(b)->sw_if_index[VLIB_RX] = 2, which is plausible. āshow intā to
confirm.
vnet_buffer(b)->sw_if_index[VLIB_TX] = 0x == ~0 == 4294967295 => use
the interfaceās FIB index in ip[46]_lookup.
sw_if_index = {2, 4294967295},
From: vpp-dev-boun...@lists
All of the pool_get(mypool, new_elt) variants are capable of expanding - and
hence moving - mypool, leading to dangling references to free memory if youāre
not careful. Hereās the usual coding pattern:
old_elt = pool_elt_at_index (mypool, index);
/* use old-elt */
pool_get (mypool, new_elt);
Dear Charlie,
Vpp won't touch an interface if it has an associated Linux kernel interface
which is up, and/or has an address configured on it. Manually unbinding the
interface - as you did - makes the Linux kernel interface disappear.
Accidentally whitelisting a host's management ethernet would
Have a great holiday season!
Thanks... Dave
P.S. Are folks interested in meeting on 1/2/2018, or should we reconvene on
1/9/2018?
___
vpp-dev mailing list
vpp-dev@lists.fd.io
https://lists.fd.io/mailman/listinfo/vpp-dev
Dear Marco,
Thanks very much...
Dave
From: Marco Varlese [mailto:mvarl...@suse.de]
Sent: Friday, December 15, 2017 9:06 AM
To: Dave Barach (dbarach) ; Gabriel Ganne
; Billy McFall
Cc: Damjan Marion (damarion) ; vpp-dev
Subject: Re: [vpp-dev] openSUSE build fails
We (at SUSE) are currently
With a bit of fiddling, I was able to fix gerrit 9440 so that indent 2.2.10 and
2.2.11 appear to produce identical results...
HTH... Dave
From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On
Behalf Of Gabriel Ganne
Sent: Friday, December 15, 2017 8:42 AM
To: Billy McFall ;
Guys,
Iāll take a look at e.g. gerrit 9440, ip_frag.c and see if I can fix it.
Under the circumstances, it seems perfectly OK to s/ON/OFF/ as needed in the
per-file patch verification on/off switch:
/*
* fd.io coding-style-patch-verification: ON
*
* Local Variables:
* eval: (c-set-style "gnu")
Minor quibble with the assertion that we donāt āmoderateā our discussions. I
spend a bit of time every day dealing with messages sent e.g. to vpp-dev from
(a) folks who arenāt members of the list, and (b) spam / phish emails.
Youād be surprised how much category (b) email needs to be disposed of
Gld doesnāt know that e.g. vpp_api.o needs e.g. format until after itās already
processed -lvppinfra. Reorder the command line.
From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On
Behalf Of Samuel S
Sent: Monday, December 11, 2017 2:05 AM
To: vpp-dev@lists.fd.io
Subject: [v
Look in config.log and work out the name of the compiler. Fix in
.../build-data/platforms/x86_64.mk or override from the command line.
From: nikhil ap [mailto:niks3...@gmail.com]
Sent: Sunday, December 10, 2017 8:43 AM
To: Dave Barach (dbarach)
Cc: vpp-dev@lists.fd.io
Subject: Re: [vpp-dev
arach (dbarach)
Cc: Jon Loeliger ; vpp-dev
Subject: Re: [vpp-dev] MACIP ACL replace causes ip4_table_index change?
Dear Dave,
On 12/9/17, Dave Barach (dbarach) wrote:
> This looks wrong... vnet_set_input_acl_intfc(...) at line 93:
>
> /* Return ok on ADD operation if feature is a
This looks wrong... vnet_set_input_acl_intfc(...) at line 93:
/* Return ok on ADD operation if feature is already enabled */
if (is_add &&
am->classify_table_index_by_sw_if_index[ti][sw_if_index] != ~0)
return 0;
Itās been that way for a very long time.
Thanksā¦ Dave
From
[mailto:niks3...@gmail.com]
Sent: Thursday, December 7, 2017 10:58 PM
To: Dave Barach (dbarach)
Cc: vpp-dev@lists.fd.io
Subject: Re: [vpp-dev] Build error when trying to cross-compile vpp
Hi Dave,
It works if I run, "make is_build_tool=yes tools-install" in .../build-root but
if I s
Interpret b->current_data, b->current_length, the buffer freelist index, and
the related vlib_buffer_free_list_t structure.
In most cases, b->packet_data is actually VLIB_BUFFER_DATA_SIZE (2048) bytes
long. Look at the related vlib_buffer_free_list_t to know for sure.
Current_data is a SIGNED
Before we crank up the vppinfra memory leakfinder, etc. etc.: cat /proc/`pidof
vpp`/maps and have a hard stare at the output.
Configure one step at a time, looking for significant changes in the address
space layout.
HTHā¦ Dave
From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.
Merged... Iāll clean out some more junk and push another patch... Thanksā¦ Dave
From: Gabriel Ganne [mailto:gabriel.ga...@enea.com]
Sent: Tuesday, December 5, 2017 10:14 AM
To: Dave Barach (dbarach) ; vpp-dev@lists.fd.io
Subject: Re: some files are never compiled
Thanks Dave,
I had submitted
See also ābootstrap.sh...ā
$ make V=0 is_build_tool=yes tools-install
Thanksā¦ Dave
From: nikhil ap [mailto:niks3...@gmail.com]
Sent: Tuesday, December 5, 2017 9:11 AM
To: Dave Barach (dbarach)
Cc: vpp-dev@lists.fd.io
Subject: Re: [vpp-dev] Build error when trying to cross-compile vpp
Hi Dave
Dear Gabriel,
We can definitely remove the three files you picked. Once verified, Iāll be
glad to merge the patch.
Thanksā¦ Dave
From: Gabriel Ganne [mailto:gabriel.ga...@enea.com]
Sent: Tuesday, December 5, 2017 10:14 AM
To: Dave Barach (dbarach) ; vpp-dev@lists.fd.io
Subject: Re: some files
Dear Gabriel,
The files mentioned below fall into several buckets:
* Code samples which might reasonably move to .../extras
* Things weāre not using at the moment, but which would take someone a good
long time to build from scratch.
* The simulated annealing driver in vppinfra/an
Dear Nikhil,
The first step in adding a new platform: construct
.../build-data/plaforms/xxx.mk. There are several examples.
Note the rule:
xxx_native_tools = vppapigen
This rule builds the missing build-host tool.
Then:
āmake PLATFORM=xxx TAG=xxx_debug vpp-installā or similar.
Caveat: the m
At least for now, process nodes run on the main thread. See line 1587 of
.../src/vlib/main.c.
The lldp-process is not super-complicated. Set a gdb breakpoint on line 157
[switch(event_type)], cause it to do something, and you can walk through it,
etc.
HTH... Dave
From: vpp-dev-boun...@lists.f
: Thursday, November 30, 2017 12:50 AM
To: Dave Barach (dbarach)
Cc: Florin Coras ; vpp-dev@lists.fd.io
Subject: Re: [vpp-dev] problem in elog format
Thanks a lot,
Now I want to convert elog file to text file.
I compiled perftools in test directory, but when running c2cpel tools, the
following
Folks,
Please see https://wiki.fd.io/view/VPP/FAQ. Additions welcome. I decided to
start with a personal favorite...
Thanks... Dave
___
vpp-dev mailing list
vpp-dev@lists.fd.io
https://lists.fd.io/mailman/listinfo/vpp-dev
/usr/bin/vpp[1754]: scan_device:510: can't expand fixed-size pool. The pool in
question is not preallocated. It sure looks like something has scribbled on the
pool's "max_elts" member. You might want to confirm w/ gdb.
I couldn't help noticing that you're running the router plugin. Please disa
PMFJI, but we have organized schemes for capturing, serializing, and eventually
displaying string data.
Please note: a single "format" call will probably cost more than the entire
clock-cycle budget available to process a packet. Really. Seriously. Printfs
(aka format calls) in the packet-pro
You are sending traffic with more than one flow, correct?
From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On
Behalf Of Saxena, Nitin
Sent: Tuesday, November 28, 2017 11:45 AM
To: vpp-dev@lists.fd.io
Cc: Athreya, Narayana Prasad
Subject: [vpp-dev] How to enable RSS in VPP
Laying aside the out-of-memory issue for a minute: can you explain the vpp
deployment you have in mind?
Given where vpp would fit in a normal network design, Iām not seeing why youād
want to go with a full vlan / VRFās mesh.
Thanksā¦ Dave
From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun..
Would some variant of the usual C / C++ guitar lick work?
#ifndef __defined_my_types
#define __defined_my_types
#include
#endif /* __defined_my_types */
-Original Message-
From: Ole Troan [mailto:otr...@employees.org]
Sent: Monday, November 20, 2017 10:32 AM
To: Dave Barach (dbarach
āIt depends...ā
If youāre using DPDK devices and a 1500-byte MTU, the answer is almost
certainly āno.ā Simply set b->current_length += delta, fix checksums, done.
The worst-case: added data spans the end of the current packet buffer chain and
the beginning of a new buffer. If you need to go the
Dear Neale,
Since the beginning of time, we've been running .api files through the C
preprocessor. Put all of your "typeonly..." definitions in a file, and #include
it. Should work immediately.
Thanks to Damjan, there's only one copy of the suffix rule, in
.../src/suffix-rules.mk. Here's the r
Dear Chris,
As you probably worked out, the forcing function for my email was a patch that
both Florin and I -2'ed yesterday; a real stinker.
I want to facilitate discussions of the form: "I'd like to implement X or fix
Y. What's the right way to do it? Who should I talk to about that?"
Guidel
+1...
-Original Message-
From: Ole Troan [mailto:otr...@employees.org]
Sent: Wednesday, November 15, 2017 5:49 PM
To: Dave Wallace
Cc: Ed Warnicke ; Dave Barach (dbarach) ;
Keith Burns (krb) ; Florin Coras (fcoras) ;
John Lo (loj) ; Luke, Chris ; Damjan
Marion ; Neale Ranns (nranns
?
Thanks... Dave
From: Dave Wallace [mailto:dwallac...@gmail.com]
Sent: Wednesday, November 15, 2017 5:17 PM
To: Ed Warnicke ; Dave Barach (dbarach) ;
Keith Burns (krb) ; Florin Coras (fcoras) ;
John Lo (loj) ; Luke, Chris ; Damjan
Marion ; Neale Ranns (nranns) ; Ole
Troan (otroan) ; vpp-dev
Dear Justin,
Brief commercial: hopefully you added your node to the ip4 unicast feature arc,
configured to grab pkts, pre-ip4/6-lookup.
In feature-arc land, the following one-liner sets next0 so pkts will visit the
next enabled feature. The last node in the ip4-unicast feature arc is
ip4-look
Dear Justin,
Quad-loops are generally not effective for table-lookup-intensive tasks. At a
certain point, gcc runs out of registers and starts putting hot variables onto
the stack. I've converted a number of dual loops into quad loops, only to
discover that they're no faster than the dual loop
Try increasing the size of the shared-memory API segment. An allocation of 25mb
is failing. You might ask yourself how sane it is to generate that much output.
Thanksā¦ Dave
-Original Message-
From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On
Behalf Of Klement Se
Please write up what youāve done, and provide a pointer to your code.
Thanksā¦ Dave
From: Pragash Vijayaragavan [mailto:pxv3...@rit.edu]
Sent: Wednesday, November 8, 2017 1:19 AM
To: Dave Barach (dbarach)
Cc: vpp-dev@lists.fd.io; John Marshall (jwm) ; Neale Ranns
(nranns) ; Minseok Kwon
Check host interface IP address, basic connectivity [cable on floor?], and so
on.
Check āshow hardware.ā If the MIB stats indicate that packets are reaching the
NIC MAC layer - but not VPP - see if /proc/cmdline contains āintel_iommu=onā.
If it does, try removing that stanza and reboot. You can
How many RX queues did you provision? One per worker, or no supper...
Thanksā¦ Dave
From: Pragash Vijayaragavan [mailto:pxv3...@rit.edu]
Sent: Monday, November 6, 2017 7:36 AM
To: Dave Barach (dbarach)
Cc: vpp-dev@lists.fd.io; John Marshall (jwm) ; Neale Ranns
(nranns) ; Minseok Kwon
Subject
Incrementing / random src/dst addr/port
Thanksā¦ Dave
From: Pragash Vijayaragavan [mailto:pxv3...@rit.edu]
Sent: Monday, November 6, 2017 7:06 AM
To: Dave Barach (dbarach)
Cc: vpp-dev@lists.fd.io; John Marshall (jwm) ; Neale Ranns
(nranns) ; Minseok Kwon
Subject: Re: multi-core multi
: vpp-dev@lists.fd.io
Cc: John Marshall (jwm) ; Neale Ranns (nranns)
; Dave Barach (dbarach) ; Minseok Kwon
Subject: multi-core multi-threading performance
Hi ,
We are measuring performance of ip6 lookup in multi-core multi-worker
environments and
we don't see good scaling of performance
Dear Mostafa,
First, āshow vlib graphā describes the entire graph in detail.
Vpp uses ingress flow-hashing (e.g. hardware RSS hashing) across a set of
threads running identical graph replicas to achieve multi-core scaling.
Historical experiments with pipelining in vpp dissuaded me from pursuing
cipe for target 'vnet/policer/policer.lo' failed
14:09:30 make[5]: *** [vnet/policer/policer.lo] Error 1
14:09:30 Build step 'Execute shell' marked build as failure
14:09:30 $ ssh-agent -k
14:09:30 FATAL: Cannot run program "ssh-agent": error=12, Cannot allocate memory
T
Confirmed. Patch on the way... Thanks... Dave
From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On
Behalf Of Dave Barach (dbarach)
Sent: Wednesday, October 18, 2017 10:36 AM
To: Samuel Elias -X (samelias - PANTHEON TECHNOLOGIES at Cisco)
; Neale Ranns (nranns)
Cc: vpp-dev
Please don't assume that people scrub through jira tickets.
If you'd sent email to vpp-dev, this would have been fixed ages ago. Without
even looking at the code, I'll bet it's a single missing ntohl(...):
(gdb) p/x 33554432
$1 = 0x200
Thanks... Dave
From: vpp-dev-boun...@lists.fd.io [mail
Dear John,
I must've done a seriously defective [read: typo-ridden] search.
Scratch that idea... Thanks for your help...
Dave
From: John Lo (loj)
Sent: Wednesday, October 18, 2017 10:15 AM
To: Dave Barach (dbarach) ; vpp-dev@lists.fd.io
Subject: RE: vnet_buffer(b)-> sw_if_index[VLIB_TX
Please see https://gerrit.fd.io/r/#/c/8872 and
https://jenkins.fd.io/job/vpp-verify-1710-centos7/53. I've already pressed the
"recheck" button. The validation failure appears unrelated to the patch.
Thanks... Dave
12:50:49 Wrote:
/w/workspace/vpp-verify-1710-centos7/dpdk/rpm/RPMS/x86_64/vpp-dp
Folks,
Is anyone is actually using the "vnet_buffer(b)->sw_if_index[VLIB_TX] =>
[fib_index | ~0]" method to select the lookup fib index in ip[46]_lookup?
If not, I would like to remove the corresponding code...
Thanks... Dave
___
vpp-dev mailing list
Adding Neale for further comment, but I believe it's a FIB 1.0 historical
artifact which has no obvious reason to exist at this point.
Thanks... Dave
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)
Ack... Thanksā¦ Dave
-Original Message-
From: Anton Baranov via RT [mailto:fdio-helpd...@rt.linuxfoundation.org]
Sent: Tuesday, October 17, 2017 11:57 AM
To: Dave Barach (dbarach)
Cc: vpp-dev@lists.fd.io
Subject: [FD.io Helpdesk #47101] No joy: ping6 gerrit.fd.io
We're working wit
In almost all cases, the glibc malloc heap will not be pickled since it's not
used on a regular basis.
For some effort, one could replace the syslog library code, I guess.
Thanks... Dave
From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On
Behalf Of Gabriel Ganne
Sent: Tue
It looks like gerrit.fd.io has dropped off the ipv6 radar screen. Appears not
to be a DNS problem or other problem on my end:
$ ping6 gerrit.fd.io
PING gerrit.fd.io(2604:e100:1:0:f816:3eff:fe7e:8731) 56 data bytes
^C
--- gerrit.fd.io ping statistics ---
4 packets transmitted, 0 received, 100% pac
else
clib_warning ("Trying to register a NULL msg with a NULL msg id!");
clib_warning ("Did you forget to call setup_message_id_table?");
return;
}
Thanksā¦ Dave
From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On
Behalf Of Dave
Yes, I did. I just worked it out myself... Thanksā¦ Dave
From: Ole Troan (otroan)
Sent: Friday, October 13, 2017 1:48 PM
To: Ole Troan (otroan)
Cc: Dave Barach (dbarach) ; Ole Troan
; vpp-dev@lists.fd.io
Subject: Re: jvpp core future test failure (gerrit 8743)
s/map/dns
if you were to cut and
Dear Ole,
See https://gerrit.fd.io/r/#/c/8743. It turns out that the java core future
"make test" test fails as shown below.
The patch adds three xxx_reply_t binary api messages. See
.../src/vnet/dns/dns.api.
It sure looks like the Java code knows about them, but isn't doing a very good
job o
As a quick hack: try moving "u32 interrupt_pending;" to the start of the
structure...
Thanksā¦ Dave
-Original Message-
From: Brian Brooks [mailto:brian.bro...@arm.com]
Sent: Friday, September 22, 2017 12:33 PM
To: Dave Barach (dbarach)
Cc: Saxena, Nitin ; vpp-dev@lists.fd.
Dear Eddie,
As discussed in private email: I think that the version of CentOS on your build
system is too old. If memory serves, CentOS 7.3 is required. Google tells me
that the earliest Linux kernel with memfd support is 3.17; it looks like your
system is running a 3.10 derivative:
"/usr/src/
See https://gerrit.fd.io/r/#/c/8590. The patch cherry-picked easily to
stable/1707.
Assuming that the cherry-pick patch validates - and that it solves your problem
- it will be up to Neale [as the 17.07 release manager] whether to merge it or
not.
Please let us know whether the cherry-pick pat
Dear Nitin,
First off: exactly which LDXR / STXR instruction variant pairs is generated? I
begin to wonder if __sync_lock_test_and_set(...) might not be doing you any
favors. Given that dq->interrupt_pending is a u32, I would have expected a
4-byte instruction with (at worst) a 4-byte alignment
+1... Thanksā¦ Dave
From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On
Behalf Of Luke, Chris
Sent: Wednesday, September 27, 2017 11:15 PM
To: Florin Coras ; vpp-dev
Subject: Re: [vpp-dev] Stable branch for 17.10 pulled
Great work, Florin!
Cheers,
Chris.
From: vpp-dev-bou
+1, please make sure to put a few words on the wiki about it... (š)...
-Original Message-
From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On
Behalf Of Luke, Chris
Sent: Wednesday, September 27, 2017 7:04 AM
To: Ole Troan ; vpp-dev
Subject: Re: [vpp-dev] VPP Python
Does this happen w/ master/latest? My guess: yes...
Florin and I are working on a patch to fix an obvious issue in this path right
now, look for results shortly...
HTH... Dave
From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On
Behalf Of Balaji Kn
Sent: Tuesday, Septembe
As discussed off-list: please stick to best-practice coding patterns.
Single-packet frames simply cannot perform, etc.
Thanksā¦ Dave
From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On
Behalf Of Alessio Silvestro
Sent: Monday, September 25, 2017 10:13 AM
To: vpp-dev@lists.f
Dear Burt,
This is of interest, but I have concerns about boiling the ocean at this point
in the release cycle. Please hold any patches on this topic until well after
the 17.10 RC1 throttle branch pull.
Although we havenāt caused ourselves massive pain with similar work - coding
standards clea
Varargs functions effectively bypass strong type-checking. It canāt be helped.
From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On
Behalf Of wang.hu...@zte.com.cn
Sent: Tuesday, September 19, 2017 11:34 PM
To: vpp-dev@lists.fd.io
Cc: gu.ji...@zte.com.cn; wang.ju...@zte.com.c
See https://gerrit.fd.io/r/#/c/8461...
HTH... Dave
-Original Message-
From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On
Behalf Of Jon Loeliger
Sent: Tuesday, September 19, 2017 2:01 PM
To: vpp-dev
Subject: [vpp-dev] Multiple vppctl Considered Harmful
Folks,
Whi
D'oh!
register_node:349: more than one node named `unix-cli-sockaddr family 1'
-Original Message-
From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On
Behalf Of Dave Barach (dbarach)
Sent: Tuesday, September 19, 2017 2:05 PM
To: Jon Loeliger ; vpp-dev
S
Give me a minute, I'll try it right away...
Thanks... Dave
-Original Message-
From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On
Behalf Of Jon Loeliger
Sent: Tuesday, September 19, 2017 2:01 PM
To: vpp-dev
Subject: [vpp-dev] Multiple vppctl Considered Harmful
Fol
Very cool! Thanks for working on it... Dave
From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On
Behalf Of Luke, Chris
Sent: Tuesday, September 19, 2017 11:50 AM
To: vpp-dev
Subject: [vpp-dev] Coverity runs
All,
Coverity have increased the limits for our project size again
Please ārm /dev/shm/{global_vm,vpe-api,db}ā, try again, and report results...
Thanksā¦ Dave
From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On
Behalf Of khers
Sent: Saturday, September 16, 2017 11:25 AM
To: vpp-dev@lists.fd.io
Subject: [vpp-dev] Segmentation fault with -DCL
Here is a comparison report between a master/latest image, and a 17.07.1 image.
"only in image" means that the message is defined in master/latest, but not in
17.07.1.
Ā Message Name Result
bridge_domain_add_del
How about: only complain if the new registration is actually different from the
old one?
Thanks... Dave
-Original Message-
From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On
Behalf Of Jon Loeliger
Sent: Friday, September 15, 2017 3:35 PM
To: vpp-dev
Subject: [vpp
I typically use "git commit --amend" followed by "git review [--draft]".
HTH... Dave
From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On
Behalf Of Shachar Beiser
Sent: Wednesday, September 13, 2017 11:29 AM
To: vpp-dev@lists.fd.io
Cc: Shahaf Shuler ; Damjan Marion (damarion
See gerrit https://gerrit.fd.io/r/#/c/8400,
https://jenkins.fd.io/job/vpp-verify-master-centos7/7070/console
12:29:12 make[1]: Leaving directory
`/w/workspace/vpp-verify-master-centos7/test'
12:29:12 [vpp-verify-master-centos7] $ /bin/bash
/tmp/hudson3100921859131279854.sh
12:29:12 Loaded plug
+1. If you want to rx-and-drop packets, install a drop adjacency... Sending to
an unrouteable address results in 100% icmp error replies...
Thanks... Dave
From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On
Behalf Of Florin Coras
Sent: Tuesday, September 12, 2017 1:05 PM
T
1 - 100 of 336 matches
Mail list logo