[vpp-dev] Question on Vectors/Call

2019-07-01 Thread Alok Nikhil (anikhil) via Lists.Fd.Io
Hello! Hardware: 4x core Intel 8705G (NUC) Kabylake core i7 (32K L1, 8M L3) Intel 05:00.0 Ethernet controller: Intel Corporation I210 Gigabit Network Connection - 1 Gbe I am currently experimenting with a plug-in that processes the payload of a packet to do some crypto (ECDSA verification). I

Re: [vpp-dev] centos jobs failing

2019-07-01 Thread Ed Kern via Lists.Fd.Io
https://gerrit.fd.io/r/#/c/20442/6/build/external/Makefile I was too chicken to suggest it as a clean fix :) Ed On Jul 1, 2019, at 5:17 PM, Dave Barach (dbarach) mailto:dbar...@cisco.com>> wrote: See https://gerrit.fd.io/r/#/c/20446/ - .../build/external/Makefile needed a bit of “||

Re: [vpp-dev] centos jobs failing

2019-07-01 Thread Dave Barach via Lists.Fd.Io
See https://gerrit.fd.io/r/#/c/20446/ - .../build/external/Makefile needed a bit of “|| true” action to avoid falling all over itself if no vpp-ext-deps .rpm was installed: ifneq ($(INSTALLED_RPM_VER),$(RPM_VER)-$(PKG_SUFFIX)) @$(MAKE) $(DEV_RPM) sudo rpm -e vpp-ext-deps ||

Re: [vpp-dev] centos jobs failing

2019-07-01 Thread Dave Barach via Lists.Fd.Io
I spun up a centos7 VM so I could investigate. * “make install-dep” works fine * “make install-ext-deps” complains about at the end of the build, prior to installing the .rpm. * The .rpm is built OK. * “rpm -i” installs the .rpm OK. With the vpp-ext-deps RPM installed

Re: [vpp-dev] Show running configuration #vpp

2019-07-01 Thread Dave Wallace
Devis, There is no such command in VPP.  The VPP software architecture requires that the control plane agent maintains its own state of the configuration of VPP and that any configuration api message that fails to put VPP in the desired state returns an error code. Thanks, -daw- On

[vpp-dev] Show running configuration #vpp

2019-07-01 Thread Devis Reagan
Dear Team , is there any command available to show the running configuration of the VPP ? Like we have in Cisco ‘show run’ Thanks, Devis Reagan -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13417): https://lists.fd.io/g/vpp-dev/message/13417

Re: [vpp-dev] centos jobs failing

2019-07-01 Thread Ed Kern via Lists.Fd.Io
adding thomas directly just to cover my centos base… TLDR vpp-ext-deps makefile issues lead to failures resulting in immediate job failure…..working on workaround while someone comes up with a real fix. Packagecloud.io retention on master APPEARS to be about a

[vpp-dev] centos jobs failing

2019-07-01 Thread Florin Coras
It seems the centos package expired in packagecloud. Ed is working on the problem. Florin-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13415): https://lists.fd.io/g/vpp-dev/message/13415 Mute This Topic: https://lists.fd.io/mt/32277567/21656

Re: [vpp-dev] Many "tx packet drops (no available descriptors)" #vpp

2019-07-01 Thread Damjan Marion via Lists.Fd.Io
> On 1 Jul 2019, at 17:14, amir...@rad.com wrote: > > Hi All, > > I'm using VPP 19.02.1 with DPDK 18.11.0. > When running traffic through VM I can see many drop packets due to "tx packet > drops (no available descriptors)" on the VirtualEthernet ports. > I've tried to change some of the DPDK

Re: [vpp-dev] FD.io Jenkins Maintenance: 2019-07-02 @ 1800 UTC (11:00am PDT)

2019-07-01 Thread Vanessa Valderrama
This is a reminder we have Jenkins maintenance tomorrow. Thank you, Vanessa On 06/25/2019 02:49 PM, Vanessa Valderrama wrote: > > *What:* > > FD.io system maintenance > > * Jenkins > o Enable additional logging > o Update plug-ins > > *When:*2019-07-02 @ 1800 UTC (11:00am PDT) > >

[vpp-dev] Many "tx packet drops (no available descriptors)" #vpp

2019-07-01 Thread amir_so
Hi All, I'm using VPP 19.02.1 with DPDK 18.11.0. When running traffic through VM I can see many drop packets due to "tx packet drops (no available descriptors)" on the VirtualEthernet ports. I've tried to change some of the DPDK parameters with no success. Which parameters might cause such

Re: [E] Re: [vpp-dev] VPP worker threads getting stuck

2019-07-01 Thread Dave Barach via Lists.Fd.Io
Please remember that the community actively supports the current release (19.04), and the prior release (19.01) on a best-effort basis. Please try 19.04 or master/latest. Thanks... Dave From: vpp-dev@lists.fd.io On Behalf Of Damjan Marion via Lists.Fd.Io Sent: Monday, July 1, 2019 7:58 AM

Re: [E] Re: [vpp-dev] VPP worker threads getting stuck

2019-07-01 Thread Damjan Marion via Lists.Fd.Io
please try latest master or 19.04. I think i saw something similar due to dpdk bug in one of prior releases. i don't remember exact version numbers involved but it was around timeframe when v18.07 was released…. > On 1 Jul 2019, at 12:56, Inderpal Singh wrote: > > Hi, > > Thanks for the

Re: [vpp-dev] VPP worker threads getting stuck

2019-07-01 Thread Damjan Marion via Lists.Fd.Io
> On 20 Jun 2019, at 09:26, via Lists.Fd.Io > wrote: > > Hi, > > I am running my vpp based plugin on i40 NIC. After running the IP traffic for > some time(5-10 mins), all the VPP threads got stuck in dpdk driver code. > Do we have any fix available for this.? If you are running latest

Re: [vpp-dev] VPP on POWER9

2019-07-01 Thread Damjan Marion via Lists.Fd.Io
I think that was “normal" ppc emulated by qemu, power9 production started in 2017. > On 27 Jun 2019, at 18:24, Dave Barach (dbarach) wrote: > > Looks like I fixed something in the __powerpc64__ code in 2016. You're almost > certainly right, it would take a few hours to get to a prompt... >

Re: [vpp-dev] MemIf interface selection for TX traffic

2019-07-01 Thread Damjan Marion via Lists.Fd.Io
> On 1 Jul 2019, at 12:40, Satya Murthy wrote: > > Hi , > > Have a question on the Memif TX interface selection. > > I have VPP with 2 worker threads connecting to an external application. > Have two memif interfaces, so that each thread can make use of one Memif > interface dedicately. > >

[vpp-dev] MemIf interface selection for TX traffic

2019-07-01 Thread Satya Murthy
Hi , Have a question on the Memif TX interface selection. I have VPP with 2 worker threads connecting to an external application. Have two memif interfaces, so that each thread can make use of one Memif interface dedicately. show memif interface memif0/0 remote-name "remoteApp"

[vpp-dev] The correct usage of "classify table" and "classify session" for IOAM traffic

2019-07-01 Thread mojtaba.eshghi
Hi, I'm trying to extend the usage of the following configuration to use iperf: https://github.com/CiscoDevNet/iOAM/tree/master/scripts/vpp_sandbox/example/simple-ip6 The current problem is with the acls. Which are defined this way: set ioam-trace profile trace-type 0x9 trace-elts 3