Re: [vpp-dev] Query regarding CLI handling

2018-10-03 Thread abbas ali chezgi via Lists.Fd.Io
hi Damjan,vppsb router plugin used routing table manipulation APIs. is it needed to do lock in this operations?this functions called when netlink message arrived. used APIs:    fib_table_entry_deletefib_table_entry_path_remove2  fib_table_entry_updatefib_table_entry_

Re: [vpp-dev] WRED

2018-10-03 Thread Dave Barach via Lists.Fd.Io
OK, let me see if I can repro it... From: Brendan Kelly Sent: Wednesday, October 3, 2018 6:03 PM To: Dave Barach (dbarach) Cc: vpp-dev@lists.fd.io Subject: Re: [vpp-dev] WRED This is what I gathered. I need to figure out how to get on Jira. vpp# show version verbose Version:

Re: [vpp-dev] WRED

2018-10-03 Thread Brendan Kelly via Lists.Fd.Io
This is what I gathered.  I need to figure out how to get on Jira. vpp# show version verboseVersion:                  v18.10-rc0~553-g2f54c27Compiled by:              rootCompile host:              o2.opiehome.comCompile date:             Tue Oct  2 16:58:15 MDT 2018Compile location:         /ro

Re: [vpp-dev] FW: Change in vpp[master]: fix format error in show logging config output

2018-10-03 Thread Jerome Tollet via Lists.Fd.Io
“To be very honest, if i'm newbie here, i will probably run away after spending half hour staring into hundred thousand lines of jenkins build logs from distro i never used in my life...” * That’s precisely my concern here. Jerome De : Damjan Marion Date : mercredi 3 octobre 2018 à 21:08

Re: [vpp-dev] FW: Change in vpp[master]: fix format error in show logging config output

2018-10-03 Thread Damjan Marion via Lists.Fd.Io
> On 3 Oct 2018, at 20:44, Jerome Tollet via Lists.Fd.Io > wrote: > > Hello, > I submitted a very simple patch early today to fix a minor problem with the > output of “show error configuration”. (https://gerrit.fd.io/r/#/c/15110/ > ). > Verify job didn’t g

[vpp-dev] FW: Change in vpp[master]: fix format error in show logging config output

2018-10-03 Thread Jerome Tollet via Lists.Fd.Io
Hello, I submitted a very simple patch early today to fix a minor problem with the output of “show error configuration”. (https://gerrit.fd.io/r/#/c/15110/). Verify job didn’t go through and honestly it was not really convenient to understand what went wrong. In order to provide best contributor

Re: [vpp-dev] Master branch l2bd test perf dop

2018-10-03 Thread Vratko Polak -X (vrpolak - PANTHEON TECHNOLOGIES at Cisco) via Lists.Fd.Io
> Is that drop visible in CSIT trending graphs? Mostly not, apparently it depends (at least) on NIC (x520 is not affected) and on number of CPU cores for workers (visible for 4). The biggest drop I see is here [0]. Vratko. [0] https://docs.fd.io/csit/master/trending/trending/l2-3n-hsw-xl710-64

Re: [vpp-dev] WRED

2018-10-03 Thread Dave Barach via Lists.Fd.Io
Please send a backtrace. Here are some general bug reporting suggestions: https://wiki.fd.io/view/VPP/BugReports. I’ve certainly reconfigured the simulator with traffic flowing without having the wheels fall off, but the code is brand-new. Thanks... Dave From: Brendan Kelly Sent: Wednesday,

Re: [vpp-dev] WRED

2018-10-03 Thread Brendan Kelly via Lists.Fd.Io
Hello Dave, if you change the nsim delay values on the fly it appears vpp crashes and all the state is lost. Is this supported? Should I file a bug? If so what logs should I attach? > On Oct 3, 2018, at 08:07, Brendan Kelly via Lists.Fd.Io > wrote: > > Ok, thanks for the input. I have it wo

Re: [vpp-dev] WRED

2018-10-03 Thread Brendan Kelly via Lists.Fd.Io
Ok, thanks for the input.  I have it working. vpp# create bridge-domain 1bridge-domain 1vpp# show bbfd            bier           bond           bridge-domain  buffersvpp# show bridge-domain 1  BD-ID    Index   BSN  Age(min)  Learning  U-Forwrd   UU-Flood   Flooding  ARP-Term    BVI-Intf    1     

Re: [vpp-dev] WRED

2018-10-03 Thread Dave Barach via Lists.Fd.Io
It would be easy enough for the delay simulator to enable/disable promiscuous mode. But it’s handy to bridge the pipes: traffic flows whether or not the delay simulation is enabled. D. From: vpp-dev@lists.fd.io On Behalf Of Dave Barach via Lists.Fd.Io Sent: Wednesday, October 3, 2018 9:09 AM

Re: [vpp-dev] WRED

2018-10-03 Thread Dave Barach via Lists.Fd.Io
Put the interfaces in an L2 bridge group, or they won’t be in promiscuous mode... Here’s a config that I use a bunch: set int l2 bridge FortyGigabitEthernet86/0/1 1 set int state FortyGigabitEthernet86/0/1 up set int l2 bridge TenGigabitEthernetd/0/0 1 set int state TenGigabitEthernetd/0/0 up b

Re: [vpp-dev] "Incompatible UPT version” error when running VPP v18.01 with DPDK v17.11 on VMWare with VMXNET3 interface ,ESXI Version 6.5/6.7

2018-10-03 Thread chetan bhasin
Hi, We also faced the same issue . If you set "nopku" in grub , this solves our problem. Although we need to see what its impact. Thanks, Chetan Bhasin On Mon, Oct 1, 2018 at 11:48 PM steven luong via Lists.Fd.Io wrote: > DPDK is expecting UPT version > 0 and ESXi 6.5/6.7 seems to be returning

Re: [vpp-dev] Query regarding CLI handling

2018-10-03 Thread Damjan Marion via Lists.Fd.Io
> On 3 Oct 2018, at 09:30, Alok Makhariya wrote: > > Hi > > In one of our VPP plugin, we have CLI’s which is used to display some info > and this is time consuming. > Thus the main thread, which is busy doing the above, cannot interact with the > control plane which interacts with the main

[vpp-dev] VAT api changes 5507192..8807674

2018-10-03 Thread Peter Mikus via Lists.Fd.Io
Hello devs, Recently in CSIT we are facing the issue with vpp_api_test console with JSON enabled, when calling dump_interface_table: dump_interface_table:6017: JSON output supported only for VPE API calls and dump_stats_table main:427: BUG: message reply spin-wait timeout our API call: $ sudo

[vpp-dev] Query regarding CLI handling

2018-10-03 Thread Alok Makhariya
Hi In one of our VPP plugin, we have CLI's which is used to display some info and this is time consuming. Thus the main thread, which is busy doing the above, cannot interact with the control plane which interacts with the main thread over the shared memory interface for this duration. Does VP

[vpp-dev] VPP Release 18.10: RC1 in a week!!!

2018-10-03 Thread Marco Varlese
Dear all, A reminder that the RC1 branch is in one week [1]!!! We’re still accepting low-risk patches on master ahead of the branch. [1] https://wiki.fd.io/view/Projects/vpp/Release_Plans/Release_Plan_18.10 Thanks and regards, -- Marco V SUSE LINUX GmbH | GF: Felix Imendörffer, Jane Smithard