<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif; ">
<div>Hi All,</div>
<div><br>
</div>
<div>I am collaborating with Kyle and Lori on the LISP implementation in OVS. We are planing to start work on the LISP control plane in OVS, and it would be great if we can get some early feedback on the approach. There are a few options that I described below.
 Please let us know if you have any suggestions or thoughts on this.</div>
<div><br>
</div>
<div>Thanks,</div>
<div>Vina Ermagan</div>
<div><br>
</div>
<div><br>
</div>
<span id="OLK_SRC_BODY_SECTION">
<div style="font-family:Calibri; font-size:11pt; text-align:left; color:black; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: #b5c4df 1pt solid; BORDER-RIGHT: medium none; PADDING-TOP: 3pt">
<span style="font-weight:bold">From: </span>Vina Ermagan &lt;<a href="mailto:vermagan@cisco.com">vermagan@cisco.com</a>&gt;<br>
<span style="font-weight:bold">Date: </span>Friday, May 31, 2013 11:50 AM<br>
<span style="font-weight:bold">To: </span>&quot;&lt;<a href="mailto:dev@openvswitch.org">dev@openvswitch.org</a>&gt;&quot; &lt;<a href="mailto:dev@openvswitch.org">dev@openvswitch.org</a>&gt;<br>
<span style="font-weight:bold">Cc: </span>Lori Jakab &lt;<a href="mailto:ljakab@ac.upc.edu">ljakab@ac.upc.edu</a>&gt;<br>
<span style="font-weight:bold">Subject: </span>[ovs-dev] Support for LISP Control Plane<br>
</div>
<div><br>
</div>
<blockquote id="MAC_OUTLOOK_ATTRIBUTION_BLOCKQUOTE" style="BORDER-LEFT: #b5c4df 5 solid; PADDING:0 0 0 5; MARGIN:0 0 0 5;">
<div>
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif; ">
<div>
<pre>Hi All,</pre>
<pre>This is a follow up on the discussion in late January about next steps for LISP support&nbsp;in OVS. We want to start executing on the medium term plans, namely support for LISP control plane&nbsp;(I copied the past conversation below for reference). We are interested in your feedback on this.</pre>
<pre>We see two non-exclusive approaches to enable LISP cp in OVS:</pre>
<pre>1 – Use Open Flow to query the OF controller and install new mappings. This requires support for the flow-based tunneling (action=<span class="Apple-style-span" style="font-family: Consolas; white-space: normal; font-size: medium; ">set_field:&lt;OVSx_IP&gt;-&gt;tun_dst) in open flow protocol/controller.</span></pre>
<pre><span class="Apple-style-span" style="font-family: Consolas; white-space: normal; font-size: medium; ">2 – Extend vswitchd to support a light weight LISP cp, enabling vswitchd to query a (open source/commercial) LISP Map Server using the LISP protocol (</span><i>RFC 6830</i><span class="Apple-style-span" style="font-family: Consolas; white-space: normal; font-size: medium; ">).</span></pre>
<pre><font class="Apple-style-span" face="Consolas"><span class="Apple-style-span" style="white-space: normal; font-size: medium;">We are thinking of starting with the second option, extending vswitchd with a light weight LISP cp. Thoughts?&nbsp;</span></font></pre>
<pre><font class="Apple-style-span" face="Consolas"><span class="Apple-style-span" style="white-space: normal; font-size: medium;">If this sounds good we can put together a more detailed plan on extending vswitchd, and share it sometime next week.</span></font></pre>
<pre><font class="Apple-style-span" face="Consolas"><span class="Apple-style-span" style="white-space: normal; font-size: medium;">Thanks,</span></font></pre>
<pre><font class="Apple-style-span" face="Consolas"><span class="Apple-style-span" style="white-space: normal; font-size: medium;">Vina</span></font></pre>
<pre><pre>&gt;On Fri, Jan 25, 2013 at 2:13 PM, Kyle Mestery (kmestery)
&lt;<a href="http://openvswitch.org/mailman/listinfo/dev">kmestery at cisco.com</a>&gt; wrote:
&gt;<i> On Jan 23, 2013, at 12:02 PM, Jesse Gross &lt;<a href="http://openvswitch.org/mailman/listinfo/dev">jesse at nicira.com</a>&gt; wrote:
</i>&gt;&gt;<i> On Tue, Jan 22, 2013 at 10:36 AM, Kyle Mestery &lt;<a href="http://openvswitch.org/mailman/listinfo/dev">kmestery at cisco.com</a>&gt; wrote:
</i>&gt;&gt;&gt;<i> The following two patches provide support for the LISP tunneling protocol into
</i>&gt;&gt;&gt;<i> Open vSwitch. See the latest IETF draft for LISP here:
</i>&gt;&gt;&gt;<i></i>&gt;&gt;&gt;<i> <a href="http://tools.ietf.org/html/draft-ietf-lisp-24">http://tools.ietf.org/html/draft-ietf-lisp-24</a></i>&gt;&gt;&gt;<i></i>&gt;&gt;&gt;<i> Kyle Mestery (1):
</i>&gt;&gt;&gt;<i>  Add support to the tunneling code for a &quot;pre_tunnel&quot; function.
</i>&gt;&gt;&gt;<i>    This allows the tunneling code to perform operations on the
</i>&gt;&gt;&gt;<i>    packet before the outer IP header is added.
</i>&gt;&gt;&gt;<i></i>&gt;&gt;&gt;<i> Lorand Jakab (1):
</i>&gt;&gt;&gt;<i>  Add support for LISP tunneling
</i>&gt;&gt;<i></i>&gt;&gt;<i> Hi Kyle,
</i>&gt;&gt;<i></i>&gt;&gt;<i> I'm curious if you can share your long term plan for LISP.  In
</i>&gt;&gt;<i> particular there are three areas that I was wondering about:
</i>&gt;&gt;<i> * L3 support.  Obviously OVS is very Ethernet centric at this point,
</i>&gt;&gt;<i> resulting in the need to play games with MAC addresses.
</i>&gt;&gt;<i> * Additional LISP data plane support.  LISP encodes more control
</i>&gt;&gt;<i> information in the protocol itself compared to the existing OVS tunnel
</i>&gt;&gt;<i> implementations, which basically only have the tunnel ID.  It looks
</i>&gt;&gt;<i> like this implementation generates nonces on transmit but otherwise
</i>&gt;&gt;<i> doesn't try to handle the other pieces.
</i>&gt;&gt;<i> * LISP control plane components.
</i>&gt;&gt;<i></i>&gt;&gt;<i> What do you guys see as the ideal end result?
</i>&gt;<i></i>&gt;<i> Hi Jesse:
</i>&gt;<i></i>&gt;<i> We see the following as the plan for LISP in OVS. I'd be interested to hear
</i>&gt;<i> feedback on this.
</i>&gt;<i></i>&gt;<i> Short term:
</i>&gt;<i>         Make use of the vport-lisp.c which Lori has worked on.
</i>&gt;<i></i>&gt;<i> Medium to long term:
</i>&gt;<i>         The control plane comes into play here. We see 2 options:
</i>&gt;<i>                 1. No map server, everything done with static flows.
</i>&gt;<i>                 2. A lightweight control plane for mappings lookup. This would allow
</i>&gt;<i>                      vswitchd to query a map server (open source or commercial) using
</i>&gt;<i>                      the LISP protocol (RFC 6830).
</i>&gt;<i></i>&gt;<i>         Make OVS less ethernet specific. This work could be done in parallel to the
</i>&gt;<i>         above. I have not scoped this work out yet.
</i>&gt;<i></i>&gt;<i> Our high level proposal of how to get this done:
</i>&gt;<i> 1. Fix comments in Lori's existing patch with the hope of getting it into OVS. This
</i>&gt;<i>      does static flow programming and uses static MAC addresses.
</i>&gt;<i> 2. Update this to work with the NULL port support coming into the tunneling code.
</i>&gt;<i> 3. Add the control plane work:
</i>&gt;<i>         1. Provisioning via an external controller and a light weight EID-to-RLOC
</i>&gt;<i>              mapping lookup in vswitchd.
</i>&gt;<i>         2. Hooks to allow for integration with an external map server.
</i>&gt;<i> 4. In parallel, work on making OVS less ethernet specific.
</i>&gt;<i></i>&gt;<i> Thoughts?
</i>
This sounds like a reasonable plan to me.  Does it make sense to mark
this as experimental or otherwise subject to change?  It seems likely
that there will be user visible changes as new pieces are added (for
example, the changes to make it less Ethernet specific will affect the
flows) and we don't really want to have to maintain backwards
compatibility in that regard.

The other area that I'm somewhat concerned about is with upstreaming.
Once we get OVS for GRE and VXLAN upstream (which Pravin is working on
now), the delta between the out of tree module and in tree module will
be very small.  I'd like to keep on decreasing the differences but we
may want to wait a little while for LISP until we get down further
down your plan.
</pre></pre>
</div>
</div>
</div>
</blockquote>
</span>
</body>
</html>