Ole and Neale,
You have both asked essentially the same question in a code review:
Neale:
what's the use case for these tag fields?
if i's to correlate VPP objects with user-assigned IDs, are there any
object in VPP
that would not require a tag?
Ole:
Would it be possible to come up with a sche
Thanks, I will cross check and get back.
Thanks and Regards,
Raj
On Fri, Mar 15, 2019 at 6:40 PM Dave Barach (dbarach) wrote:
>
> You're sure that links are up, ipv6 is enabled on the interfaces and all that
> good stuff, right?
>
> If "show ip6 neighbor" shows nothing, you may be going nowher
You're sure that links are up, ipv6 is enabled on the interfaces and all that
good stuff, right?
If "show ip6 neighbor" shows nothing, you may be going nowhere near the ip6
neighbor code.
Try setting a gdb breakpoint in ip6_neighbor_syslog(...). If you don't get
there, you're not going to see
On Fri, Mar 15, 2019 at 5:44 PM Dave Barach (dbarach) wrote:
>
> We don't log many (if any) events by default.
Thanks for the reply Dave.
I am specifically looking for events related to ARP and v6 ND. For
example the commit at
https://git.flirble.org/fdio/vpp/commit/1edfba9a6394128ee5fad2b413e9e
We don't log many (if any) events by default. If you want to see a large number
of events, try "elog trace dispatch" or "elog trace circuit-node
ethernet-input"...
D.
-Original Message-
From: vpp-dev@lists.fd.io On Behalf Of Raj
Sent: Friday, March 15, 2019 8:02 AM
To: vpp-dev
Subject
Hi all,
I have started VPP, but the number of events always is zero.
vpp# sh event-logger
0 of 1024 events in buffer, logger running
vpp# event-logger save myevent
Saving 0 of 1024 events to /tmp/myevent
So I am wondering if I have to specifically enable event logging or
are events logged automa
--
Damjan
On 15 Mar 2019, at 11:42, Lollita Liu
mailto:lollita@ericsson.com>> wrote:
Hi, Damjan.
After reading the buffer management mechanism of master’s latest code, I
think there is possibility that some buffers can’t be used anymore.
Let me an example to explain the speci
Hi, Damjan.
After reading the buffer management mechanism of master's latest code, I
think there is possibility that some buffers can't be used anymore.
Let me an example to explain the special case:
The VPP is running on a server with 2 socket, CPU 0/2 in socket 1 and
CPU 1/
Hi Davi,
Unfortunately, there’s no standard API for Quic. Every library comes with its
own model. On our side, we are currently exploring Quicly.
Could you describe a bit more your setup ?
Jerome
De : Davi Scofield
Date : vendredi 15 mars 2019 à 03:42
À : Jerome Tollet
Cc : vpp-dev
Objet : Re: