Re: [vpp-dev] VPP 19.01 release is out!

2019-01-31 Thread Jim Thompson
Thank you Andrew and all the VPP & CSIT contributors & community for another great release! Jim > On Jan 31, 2019, at 3:05 PM, Andrew Yourtchenko wrote: > > Hi all, > > I am happy to announce that 19.01 release is now available. > > Release artificats can be found on both Nexus and

Re: [vpp-dev] L2 with LISP

2019-01-31 Thread Florin Coras
We support L2 only as an overlay. The underlay is always IPv4 or IPv6. Check the examples here [1, 2] to see how you can configure it. Florin [1] https://git.fd.io/one/tree/tests/data_plane/configs/vpp_lite_config/basic/l2o4

[vpp-dev] L2 with LISP

2019-01-31 Thread Yosvany
Tomorrow i will send you more details. Can send me one example how implement LISP with L2 and bd, (What comand need use and what make MAC ADDRES TO RLOC???) De: vpp-dev@lists.fd.io [mailto:vpp-dev@lists.fd.io] En nombre de Florin Coras Enviado el: viernes, 1 de febrero de 2019

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

2019-01-31 Thread Florin Coras
I think I understand the problem now, but I don’t understand your last point. Does vpp send a map-reply and if yes, does it look okay? If it does not, we’re back to my first question about syslog. Florin > On Jan 31, 2019, at 11:49 AM, Yosvany wrote: > > > Again, do you see any error in

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

2019-01-31 Thread Yosvany
Again, do you see any error in /var/log/syslog for vni 0? · I nedd to check. And do you mean that the map-reply from vpp to cisco router is not accepted in the cisco router? · This is the problem.

[vpp-dev] vpp-verify-master-centos failures

2019-01-31 Thread Florin Coras
It seems centos verify jobs are failing with errors of the type: 00:27:16 FAILED: vnet/CMakeFiles/vnet.dir/span/node.c.o 00:27:16 ccache /opt/rh/devtoolset-7/root/bin/cc -DWITH_LIBSSL=1 -Dvnet_EXPORTS -I/w/workspace/vpp-verify-master-centos7/src -I. -Iinclude -Wno-address-of-packed-member

Re: [vpp-dev] VPP 19.01 release is out!

2019-01-31 Thread Yosvany
Great Job. Excellent Team. El 31 de enero de 2019 4:49:59 PM GMT-05:00, Paul Vinciguerra escribió: >Thanks Andrew! Great Job! > >On Thu, Jan 31, 2019 at 4:13 PM Florin Coras >wrote: > >> Awesome! Thanks, Andrew! >> >> Florin >> >> > On Jan 31, 2019, at 1:05 PM, Andrew Yourtchenko > >> wrote:

Re: [vpp-dev] VPP 19.01 release is out!

2019-01-31 Thread Paul Vinciguerra
Thanks Andrew! Great Job! On Thu, Jan 31, 2019 at 4:13 PM Florin Coras wrote: > Awesome! Thanks, Andrew! > > Florin > > > On Jan 31, 2019, at 1:05 PM, Andrew Yourtchenko > wrote: > > > > Hi all, > > > > I am happy to announce that 19.01 release is now available. > > > > Release artificats can

Re: [vpp-dev] VPP 19.01 release is out!

2019-01-31 Thread Florin Coras
Awesome! Thanks, Andrew! Florin > On Jan 31, 2019, at 1:05 PM, Andrew Yourtchenko wrote: > > Hi all, > > I am happy to announce that 19.01 release is now available. > > Release artificats can be found on both Nexus and Packagecloud. > > Thanks to all the contributors and committers, and

[vpp-dev] FD.io Maintenance: 2019-02-19 @ 2000 UTC (12:00pm PST) - 0000 UTC (4:00pm PST)

2019-01-31 Thread Vanessa Valderrama
*Please let us know if this maintenance causing any conflict for your project * *What:* FD.io system maintenance * Jenkins resizing, security patch upgrade, and OS updates * Nexus upgrade and OS updates * Gerrit upgrade and OS updates * JIRA upgrade and OS updates * Sonar upgrade and

[vpp-dev] VPP 19.01 release is out!

2019-01-31 Thread Andrew Yourtchenko
Hi all, I am happy to announce that 19.01 release is now available. Release artificats can be found on both Nexus and Packagecloud. Thanks to all the contributors and committers, and also special thanks from me who helped to make this adventurous ride a little smoother. I would like to say

Re: [vpp-dev] Packet copy in plugins/nsim

2019-01-31 Thread Florin Coras
Hi Raj, Partly. Check “show buffers” Florin > On Jan 31, 2019, at 1:04 AM, Raj wrote: > > Hi Florin, > > On Wed, Jan 30, 2019 at 10:01 PM Florin Coras wrote: > >> Because if it can work with all of its buffers cached, without flushing them >> to main memory, it can access and therefore

Re: [vpp-dev] Connecting Cellular modem (wwan) interface to VPP

2019-01-31 Thread Damjan Marion via Lists.Fd.Io
can you paste output of: brctl show ip link ip addr > On 31 Jan 2019, at 20:36, amir...@rad.com wrote: > > Hi Mohsin Kazmi, > Thanks for the quick answer. > I'm not sure I got your point, > I've two PCs each one connect to different physical port in a network device > in the middle. > This

Re: [vpp-dev] Connecting Cellular modem (wwan) interface to VPP

2019-01-31 Thread amir_so
Hi Mohsin Kazmi, Thanks for the quick answer. I'm not sure I got your point, I've two PCs each one connect to different physical port in a network device in the middle. This network device acts as a router with several ports - one will be cellular in the future.  (Currently simulated by one of

Re: [vpp-dev] Understanding vlib_frame_t

2019-01-31 Thread Dave Barach via Lists.Fd.Io
In vlib – vpp’s basic vector library - frames comprise a single vector, a set of scalar variables, and some flags. At node creation time, each graph node registration indicates the size of a vector element, and the total size of scalar data. Vlib_frame_t vectors include up to VLIB_FRAME_SIZE

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

2019-01-31 Thread manuel . alonso
Hello Sergio, >From my side, your patch looks good to me. Nevertheless I can't manage to properly run encryption/decryption (ipsec between two boards)  with the Octeon CPT hardware. (Same ipsec scenario setup via openssl is actually working as expected) Do not know whether the problem is

Re: [vpp-dev] opensuse expert needed

2019-01-31 Thread Damjan Marion via Lists.Fd.Io
> On 31 Jan 2019, at 14:12, Marco Varlese wrote: > > Damjan, > > On 1/31/19 12:41 PM, Damjan Marion wrote: >> >> >>> On 31 Jan 2019, at 08:57, Marco Varlese >> > wrote: >>> >>> Damjan, >>> >>> On 1/30/19 3:29 PM, Damjan Marion via Lists.Fd.Io wrote:

Re: [vpp-dev] Understanding vlib_frame_t

2019-01-31 Thread Damjan Marion via Lists.Fd.Io
> On 31 Jan 2019, at 15:26, Raj wrote: > > Hello all, > > Continuing my reading of VPP code, I have a query regarding packet handling. > > When a node gets a vector of packets to process, if I understand > correctly, this would be a vlib_frame_t instance. From this > vlib_frame_t instance

[vpp-dev] Understanding vlib_frame_t

2019-01-31 Thread Raj
Hello all, Continuing my reading of VPP code, I have a query regarding packet handling. When a node gets a vector of packets to process, if I understand correctly, this would be a vlib_frame_t instance. From this vlib_frame_t instance arguments[0] is the offset to first packet, arguments[1] is

Re: [vpp-dev] Connecting Cellular modem (wwan) interface to VPP

2019-01-31 Thread Mohsin Kazmi via Lists.Fd.Io
?On second PC (which is directly connected to VPP), you also need to create a tap interface in VPP which will be an interface to linux host and configure the addresses and you are good to go. From: vpp-dev@lists.fd.io on behalf of amir...@rad.com Sent:

Re: [vpp-dev] opensuse expert needed

2019-01-31 Thread Marco Varlese
Damjan, On 1/31/19 12:41 PM, Damjan Marion wrote: > > >> On 31 Jan 2019, at 08:57, Marco Varlese > > wrote: >> >> Damjan, >> >> On 1/30/19 3:29 PM, Damjan Marion via Lists.Fd.Io wrote: >>> >>> Folks, >>> >>> Anybody can help with understanding why opensuse jobs are

[vpp-dev] Connecting Cellular modem (wwan) interface to VPP

2019-01-31 Thread amir_so
Hi All, I'm trying to connect Cellular modem (wwan) Linux interface to the VPP. I know that DPDK doesn't support LTE modem so I've tried to connect it via Linux Bridge to VPP TAP interface. In order to test it I've connect all Ethernet interface except one (that will simulate the LTE) to the

Re: [vpp-dev] opensuse expert needed

2019-01-31 Thread Damjan Marion via Lists.Fd.Io
> On 31 Jan 2019, at 08:57, Marco Varlese wrote: > > Damjan, > > On 1/30/19 3:29 PM, Damjan Marion via Lists.Fd.Io wrote: >> >> Folks, >> >> Anybody can help with understanding why opensuse jobs are failing with: >> >> *13:54:57* >>