Hi VPP-Experts,
We need to classify the packets in our custom plugins in synchronous to some
other functionality.
To achieve this: we are planning to use following approach. Can you let us
know, if this approach works fine without any unforeseen road blocks at some
point.
1. Use the existing v
Hi Andreas,
On deeper analysis of the stack trace I found no regression in the pager code.
The symptoms appear to be from the final overflow output buffer.
unix_cli_add_pending_output is designed to write to the output descriptor
unless it's using a buffer. The buffer only ever gets used if wri
Thanks Paul, Hongjun, and Florin a lot. Nice to have you all.
It works on centos7.5 now
In summary, the successful steps are as below on CentOS.
Step1, make install-ext-deps
Step2, make wipe-release
Step3, make build-release
However On one Ubuntu 18.04 machine, This failure happens many tim
make wipe/wipe-release did not work for me.
I needed to do an
sudo apt-get remove vpp-ext-deps,
then make build-ext-deps, which did not complete, but you can prod it
along with
cd /vpp/build/external
sudo apt-get install ./vpp-ext-deps_19.08-4_amd64.deb -f
Reading package lists... Done
Buil
Hi Zhiyong,
You need to run below command first:
make install-ext-deps
Thanks,
Hongjun
From: vpp-dev@lists.fd.io [mailto:vpp-dev@lists.fd.io] On Behalf Of Florin Coras
Sent: Friday, May 17, 2019 10:55 AM
To: Yang, Zhiyong
Cc: vpp-dev@lists.fd.io
Subject: Re: [vpp-dev] build error in VPP master
Did you try make wipe/wipe-release?
Florin
> On May 16, 2019, at 7:45 PM, Zhiyong Yang wrote:
>
> Hi guys,
>
> Does anybody run into the trouble as below? How to fix it?
> fatal error: quicly/defaults.h: No such file or directory
>
> thanks
> Zhiyong
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You
Hi guys,
Does anybody run into the trouble as below? How to fix it?
fatal error: quicly/defaults.h: No such file or directory
thanks
Zhiyong
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#13073): https://lists.fd.io/g/vpp-dev/message/13073
Mute Th
Hi Folks,
Below are the 19.08 Release Plan we discussed in weekly meetings. Please
correct me if something missed.
If you have more requirements, Please let us know.
# Integrate gNMI with Sysrepo
# Restconf support
# ACL
* - Add OC Yang Models.
* - Add OC Translation Layer.
*
FYI. In case some guys are not in the dev mail list.
Thanks,
Hongjun
From: t...@lists.fd.io [mailto:t...@lists.fd.io] On Behalf Of Ni, Hongjun
Sent: Tuesday, April 30, 2019 5:44 PM
To: sweetcomb-...@lists.fd.io
Cc: t...@lists.fd.io
Subject: [tsc] Sweetcomb 19.04 Released
Hey all,
The Sweetcomb
The output from this unit-test seems correct. Moreover, "memory-trace" ... do
some stuff ... "show memory verbose" also seems pretty sensible...
HTH... Dave
static clib_error_t *
test_memory_trace_command_fn (vlib_main_t * vm,
unformat_input_t * input,
*What:*
FD.io system maintenance
* Jenkins
o OS updates
o Upgrade from ver 2.150.2 to ver 2.164.3
+ https://jenkins.io/changelog-stable/
o Update plug-ins
* Nexus
o OS updates
o Upgrade from v2.14.8-01 to v2.14.13-01
+
https://help.sonatype.
Hi Alexsander,
I don’t see anything wrong with the configuration.
Could you please provide a packet trace.
Thanks,
neale
De : au nom de Aleksander Djuric
Date : jeudi 16 mai 2019 à 16:30
À : "vpp-dev@lists.fd.io"
Objet : [vpp-dev] issues with proxy-arp
Hello,
I need to configure proxy-arp
Let me take a look... Thanks for the report...
-Original Message-
From: vpp-dev@lists.fd.io On Behalf Of Andreas Schultz
Sent: Thursday, May 16, 2019 12:57 PM
To: vpp-dev@lists.fd.io
Subject: [vpp-dev] memory tracer does not see free's
Hi,
VPPs memory trace seems to be missing the rele
Hi,
VPPs memory trace seems to be missing the release of pointers the
where allocated through
clib_mem_alloc_aligned/clib_mem_alloc_aligned_no_fail.
This sample:
void mem_test ()
{
u8 *m;
m = clib_mem_alloc_aligned_no_fail (123, CLIB_CACHE_LINE_BYTES);
clib_mem_free (m);
}
should not le
I assigned the JIRA to myself, but currently don't have access to
any Mellanox NICs. I updated the JIRA with a proposed fix that compiles and
loads, but not tested.
Billy
On Thu, May 16, 2019 at 4:22 AM Eyle Brinkhuis
wrote:
> Sure! Just done that, see https://jira.fd.io/projects/VPP/issues/VPP
Aleksander,
> On 16 May 2019, at 16:28, Aleksander Djuric
> wrote:
>
> I need to configure proxy-arp in VPP, but it seems doesn't work in my case.
> Please help me to understand the mistake.
Are you sure it isn’t the choice of using proxy ARP at all, that’s your mistake?
(sorry couldn’t help
Hello,
I need to configure proxy-arp in VPP, but it seems doesn't work in my case.
Please help me to understand the mistake.
In classic Proxy-ARP test scheme I have 2 clients and one VPP host as a
router.
host A with IP 10.0.1.2/8 connected to VPP interface 0/8/0 with IP
10.0.1.0/24
host B with
**
*Event Summary*
*
Date of incident - 2019-05-14
Time event began - 2:13am PDT
Project services restored - 6:15AM PDT
Final resolution - Clean up the incursion and upgrade “Script Security”
Plugin for Jenkins to avoid repeat infection.
Causes
Root cause - shell escape exploit in the “Scr
Dear cmh2014011443,
You can send the packets that you want to drop to the ‘ip4-drop’ or ‘ip6-drop’
nodd.
regards,
Neale
De : au nom de "cmh2014011...@gmail.com"
Date : jeudi 16 mai 2019 à 10:51
À : "vpp-dev@lists.fd.io"
Objet : [vpp-dev] how to drop packet in the vpp's plugin?
Recently,
> -Original Message-
> From: Andreas Schultz
> Am Mi., 15. Mai 2019 um 19:31 Uhr schrieb Luke, Chris
> :
> >
> > The pager in the CLI retains output up to a certain amount but then gives
> up and switches to pass-through after a certain number of lines (default is
> 10). If the output
Long story short, a VPP change [0]
has broken CSIT and needs a fix [1].
If the devicetest job was voting,
it would [2] vote -1, preventing the breakage.
Vratko.
[0] https://gerrit.fd.io/r/18352
[1] https://gerrit.fd.io/r/19636
[2] https://jenkins.fd.io/job/vpp-csit-verify-device-master-1n-skx/8
Am Mi., 15. Mai 2019 um 19:31 Uhr schrieb Luke, Chris :
>
> The pager in the CLI retains output up to a certain amount but then gives up
> and switches to pass-through after a certain number of lines (default is
> 10). If the output doesn't have newlines, or that default has been
> altered,
Recently, I want to develop a new plugin in my vpp project to drop some
specified ip packets, but I do not find the function about this action, is
there any built-in function for this? If not what's the specific code I can use
in my project?
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all message
Sure! Just done that, see https://jira.fd.io/projects/VPP/issues/VPP-1679
Regards,
Eyle
On 16 May 2019, at 09:28, Benoit Ganne (bganne)
mailto:bga...@cisco.com>> wrote:
Hi Eyle, could you create a ticket on Jira, similar to
https://jira.fd.io/browse/VPP-1640 ?
Thx
Ben
-Original Message-
Hi Eyle, could you create a ticket on Jira, similar to
https://jira.fd.io/browse/VPP-1640 ?
Thx
Ben
> -Original Message-
> From: Eyle Brinkhuis
> Sent: jeudi 16 mai 2019 08:27
> To: Benoit Ganne (bganne)
> Cc: vpp-dev@lists.fd.io
> Subject: Re: [vpp-dev] VPP & Mellanox
>
> Yes, I inst
Hi Gyan,
> Is there a know issue with stats when multi thread is enbled in vpp and we
> get all zeroed node errors ?
Yes, let me fix that.
Cheers,
Ole
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#13054): https://lists.fd.io/g/vpp-dev/message/
26 matches
Mail list logo