Re: [vpp-dev] PEP8 expert needed

2019-01-29 Thread Paul Vinciguerra
They started popping up because a new version was released earlier today. *https://pypi.org/project/pycodestyle/ * *Changelog * 2.5.0 (2019-01-29) New checks: * E117: Over-indented code blocks * W505: Maximum doc-string length only when configured with –max-doc-length -=-=-=-=-=-=-=-=-=-=-=-

Re: [vpp-dev] VPP send map-register with R=0 on LISP

2019-01-29 Thread Florin Coras
Does this [1] solve the issue? Florin [1] https://gerrit.fd.io/r/#/c/17151/ > On Jan 29, 2019, at 4:34 PM, Yosvany wrote: > > VPP with LISP send the reachable bit to 0. When use one iid to vni different > that 0. > > How can change the reachable bit to 1 on map-register. > > I am

Re: [vpp-dev] Dual stack con VPP and VRF

2019-01-29 Thread Yosvany
And then what is the differents between this comand: Ip table X and ip6 table X ??? Great job is VPP. El 29 de enero de 2019 3:54:07 AM GMT-05:00, "Neale Ranns via Lists.Fd.Io" escribió: >Hi, > >You just need to give the interface an IPv4 and IPv6 address. > >DBGvpp# loop cre >DBGvpp# ip

[vpp-dev] VPP send map-register with R=0 on LISP

2019-01-29 Thread Yosvany
VPP with LISP send the reachable bit to 0. When use one iid to vni different that 0. How can change the reachable bit to 1 on map-register. I am testing with cisco router as MS/MR. -- Enviado desde mi dispositivo Android con K-9 Mail. Por favor, disculpa mi brevedad.

Re: [vpp-dev] PEP8 expert needed

2019-01-29 Thread Ed Kern via Lists.Fd.Io
I’m sure someone beat me to it but if not.. https://gerrit.fd.io/r/17146 Ed On Jan 29, 2019, at 12:42 PM, Damjan Marion via Lists.Fd.Io mailto:dmarion=me@lists.fd.io>> wrote: Can somebody with python skills take care for this checkstyle errors, not sure why they started popping out

[vpp-dev] PEP8 expert needed

2019-01-29 Thread Damjan Marion via Lists.Fd.Io
Can somebody with python skills take care for this checkstyle errors, not sure why they started popping out now... Thanks! 19:13:35 /w/workspace/vpp-checkstyle-verify-master/test/test_syslog.py:132:17: E117 over-indented 19:13:35 self.logger.error(ppp("invalid packet:", capture[0]))

Re: [vpp-dev] Question about crypto dev queue pairs #vpp

2019-01-29 Thread Lee Roberts
Sergio, I encountered the same problem when attempting to enable the AMD CCP poll mode driver in VPP 18.10. As mentioned earlier in this e-mail thread, with max_qp = 1, max_res_idx becomes 65535 in the following statement: max_res_idx = (dev->max_qp / 2) - 1; I hadn't found the time to

Re: [vpp-dev] How do I get the "dpdk-shared" in VPP ?

2019-01-29 Thread Marco Varlese
On 1/29/19 1:51 PM, Damjan Marion via Lists.Fd.Io wrote: > > As discussed on the last community call, japi is now new fd.io > project and will be in separate repo... Thanks! > > >> On 29 Jan 2019, at 13:10, Marco Varlese > > wrote: >> >> How does the

Re: [vpp-dev] How do I get the "dpdk-shared" in VPP ?

2019-01-29 Thread Damjan Marion via Lists.Fd.Io
As discussed on the last community call, japi is now new fd.io project and will be in separate repo... > On 29 Jan 2019, at 13:10, Marco Varlese wrote: > > How does the new build-system build the japi (e.g. JAR)? > I can't get them to build... > > > On 1/28/19 5:57 PM, Damjan Marion via

Re: [vpp-dev] How do I get the "dpdk-shared" in VPP ?

2019-01-29 Thread Marco Varlese
Hi Damjan, On 1/29/19 10:39 AM, Damjan Marion wrote: > > Dear Marco, > > May be that my first explanation was not clear enough. > > (1) In VPP repo we use cmake + (ninja or gnumake) for compiling VPP > which includes searching for dependencies (different libs like dpdk, openssl, > uuid). > To

Re: [vpp-dev] How do I get the "dpdk-shared" in VPP ?

2019-01-29 Thread Marco Varlese
How does the new build-system build the japi (e.g. JAR)? I can't get them to build... On 1/28/19 5:57 PM, Damjan Marion via Lists.Fd.Io wrote: > > With this change, I'm able to compile VPP out of tarball produced by > "make dist". > > https://gerrit.fd.io/r/#/c/17125/ > > >> On 28 Jan 2019,

Re: [vpp-dev] Getting core in vec_resize (vpp 18.01)

2019-01-29 Thread Damjan Marion via Lists.Fd.Io
Please search this mailing list archive, Dave provided some hints some time ago 90M is not terribly high, but it can also be victim of something else holding memory. > On 29 Jan 2019, at 12:54, chetan bhasin wrote: > > Hi Damjan, > > Thanks for the reply. > > what should be a typical

Re: [vpp-dev] Getting core in vec_resize (vpp 18.01)

2019-01-29 Thread chetan bhasin
Hi Damjan, Thanks for the reply. what should be a typical way of debugging a corrupt vector pointer eg. can we set a watchpoint on some field in vector header which will most likelygetting disturbed so that we can nab who is corrupting the vector. With 1M entries do you think 90M is an

Re: [vpp-dev] Getting core in vec_resize (vpp 18.01)

2019-01-29 Thread Damjan Marion via Lists.Fd.Io
typically this happens when you run out of memory / main heap size or you have corrupted vector pointer.. It will be easier to read your traceback if it is captured with debug image, but according to frame 11, your vector is already 90MB big. Is this expected to be? > On 29 Jan 2019, at

[vpp-dev] Getting core in vec_resize (vpp 18.01)

2019-01-29 Thread chetan bhasin
Hello Everyone, I know 18.01 is not supported now , but just want to understand what could be the reason for the below crash, we are adding entries in pool using pool_get_alligned which is causing vec_resize. This issue comes when reaches around 1M entries. Whether it is due to limited memory or

Re: [vpp-dev] multi-queue tap interface #vpp

2019-01-29 Thread Mohsin Kazmi via Lists.Fd.Io
?Current implementation of tap doesn't support multi-queue. But it should not be hard to implement multi-queue support for tap driver. You are welcome to contribute. From: vpp-dev@lists.fd.io on behalf of Ranadip Das Sent: Tuesday, January 29, 2019 1:57 AM

Re: [vpp-dev] How do I get the "dpdk-shared" in VPP ?

2019-01-29 Thread Damjan Marion via Lists.Fd.Io
Dear Marco, May be that my first explanation was not clear enough. (1) In VPP repo we use cmake + (ninja or gnumake) for compiling VPP which includes searching for dependencies (different libs like dpdk, openssl, uuid). To compile VPP everything you need is in src/ directory. If cmake is not

Re: [vpp-dev] Question about crypto dev queue pairs #vpp

2019-01-29 Thread manuel . alonso
Hi Sergio, I prefer you to provide the patch to use 1 qp since I have been inspecting source code for two days only(I might add other bugs...). I could test your patch in an Octeon board that is supposed to setup 1 qp. BR, Manuel -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to

Re: [vpp-dev] Question about crypto dev queue pairs #vpp

2019-01-29 Thread Sergio Gonzalez Monroy
Hi Manuel, This is likely a mismatch in VPP side. I only tested it with QAT (2 qps per VF) and SW cryptodevs (default 8 qps) at the time (over a year ago). I only tested it with SW cryptodevs and QAT, that was the HW I had access to. So like I mentioned before, if you do not want to rework the

Re: [vpp-dev] Dual stack con VPP and VRF

2019-01-29 Thread Neale Ranns via Lists.Fd.Io
Hi, You just need to give the interface an IPv4 and IPv6 address. DBGvpp# loop cre DBGvpp# ip table 1 DBGvpp# set int ip table loop0 1 DBGvpp# set int state loop0 up DBGvpp# set int ip address loop0 10.10.10.10/24 DBGvpp# set int ip address loop0 2001::10/64 The creation of the IP table 1 is