Jan and Ed,
I recommended we go back into production when I saw the tests running
consistently.
However, I did ssh timeouts during my testing. but only when I had more
then 3 simulations running simultaneously on VIRL3 with all the tests
enabled.
I figured that was due to the unusual use c
Avi:
You have got to some level with a virtio-user interface, in the backend, it
does allow OVS-DPDK (or VPP, but not tested) talked to the container guest with
the virtio interface,
There was a proposal to merge that interface to VPP community. But it does not
fly much with the memif context
Just a note about GTP-U. The implementation uses GTP-U headers to create a
tunnel, it is in no way compatible with "real" 3GPP GTP nodes.
If you just need a tunnel, don't use GTP. There are plenty of other tunnel
protocols (e.g. GRE, VXLAN) that are more widely used.
If you want to play with GTP,
Instead of assigning the tunnel endpoint address to an interface, it is also
possible to reserve an IP address to a particular tunnel function, by setting
the next-index in the corresponding FIB entry/adjacency.
We typically do this for the mesh type tunnel solutions, were on some of the we
don'
... and patch to enable it is available in gerrit:
https://gerrit.fd.io/r/#/c/10556/
It is not default yet, but it can be enabled by specifying DPDK_VERSION=18.02
as make argument.
i.e.
make DPDK_VERSION=18.02 dpdk-install-dev
Any feedback is welcome.
Thanks,
Damjan
-=-=-=-=-=-=-=-=-=-=
Hi Jakub,
A quick refresher on IP Addressing ☺
In the world or tunnels we typically talk about the underlay and the overlay.
The underlay will contain the addresses that form the tunnel’s source and
destination address (the addresses one sees in the outer IP header) – i.e. the
address in ‘crea
Ray, Neale,
Sorry for the late response. It works now - looks like there was another
instances of VPP running.
Regards,
Shiv
On Fri, Feb 9, 2018 at 5:41 PM, Ray Kinsella wrote:
> Works for me .. please send on output.
>
> Ray K
>
> On 09/02/2018 05:34, Shiv wrote:
>
>> Hi,
>>
>>Doing a "m
Thanks Chris and Neale.
On Wed, Feb 14, 2018 at 8:46 PM, Neale Ranns wrote:
> Hi Satish,
>
>
>
> It’s important I think to make the distinction here between nodes and
> plugins, Plugins are .so files, as Chris says, one cannot load these once
> VPP has ‘booted’. Nodes, which can be specified/co