Re: [ovs-discuss] Linux Foundation slideshare - OVS 2017

2020-06-29 Thread Joel Wirāmu Pauling
Just a heads up, as I am sure most of you are likely aware - but Archive.org will provide hosting so long as the licence is permissive copyleft. LCA (Linux Conf Australasia) uses archive.org along with popular platforms (i.e Youtube) to provide archival of slides and videos. -Joel On Tue, 30 Jun

Re: [ovs-discuss] 100G with OvS

2018-11-02 Thread Joel Wirāmu Pauling
t please? >> >> >> >> adam >> >> >> >> netconsultings.com >> >> ::carrier-class solutions for the telecommunications industry:: >> >> >> >> From: Joel Wirāmu Pauling [mailto:j...@aenertia.net] >> Sent: Friday,

Re: [ovs-discuss] 100G with OvS

2018-11-02 Thread Joel Wirāmu Pauling
Have a look at : https://m.youtube.com/watch?v=MglrK-JTiqc Disclaimer I worked for Nuage at the time that was done, and work for Redhat now. On Fri, 2 Nov 2018, 22:23 > boun...@openvswitch.org] On Behalf Of Joel Wiramu Pauling > > Sent: Thursday, November 01, 2018 10:29 PM > > > > Currently -

Re: [ovs-discuss] 100G with OvS

2018-11-01 Thread Joel Wirāmu Pauling
Yes - it's only really possible with Vendor offload tricks i.e ASAP2 on the Mellanox X5 works well for 100G on commodity silicon. You will need an OVS and Kernel stack that support said offload tricks. Currently - doing slow-path through commodity x86 silicon you are pretty much capped at 40gbit;

Re: [ovs-discuss] Presentation on encrypted tunnels for OVN, Aug. 9, 1pm US Pacific

2018-07-26 Thread Joel Wirāmu Pauling
How are you co-ordinating the ServiceID's between DC's and controllers? Do you have a side channel for transporting ServiceID and matching to IPSEC Tunnel? On 27 July 2018 at 07:07, Ben Pfaff wrote: > On July 26, 2018 12:04:31 PM PDT, "Joel Wirāmu Pauling" > wrote:

Re: [ovs-discuss] Presentation on encrypted tunnels for OVN, Aug. 9, 1pm US Pacific

2018-07-26 Thread Joel Wirāmu Pauling
Which encap model is used? vxlan or something else? On 27 July 2018 at 06:55, Ben Pfaff wrote: > This summer, VMware intern Qiuyu Xiao has been working to add support > for encrypted tunnels to Open vSwitch and the OVN network virtualization > system layered on top of it. When enabled, encrypte

Re: [ovs-discuss] ovs dpdk layer 3 port with neighbour protocol stack support

2016-11-28 Thread Joel Wirāmu Pauling
This is what EVPN is for. On 28 November 2016 at 22:16, majieyue wrote: > Hi guys, > > When we deploy OVS as NAT node, I am afraid only flow rules is not enough > if you don't know the next hop mac address, e.g. > > VM (192.168.1.1 -> 10.1.1.10) => OVS (192.168.1.1 snat to 10.1.1.1) => > Server

Re: [ovs-discuss] OVN external network access in Openstack

2016-11-17 Thread Joel Wirāmu Pauling
Why not just use ECMP for the gateway pool? On 17 November 2016 at 08:47, Russell Bryant wrote: > > > On Wed, Nov 16, 2016 at 12:38 PM, Michael Kashin > wrote: > >> Greetings, >> >> I'm integration RDO (Packstack) Openstack with OVN and facing a problem >> connecting DVR to external networks. M