Re: [ovs-dev] [PATCH 0/1] RFC: Add support for pre-tunnel to the datapath

2012-12-11 Thread Jesse Gross
On Tue, Dec 11, 2012 at 12:45 PM, Kyle Mestery (kmestery) wrote: > On Dec 10, 2012, at 11:27 AM, Jesse Gross wrote: >> On Sat, Dec 8, 2012 at 5:35 AM, Kyle Mestery (kmestery) >> wrote: >>> On Dec 7, 2012, at 10:15 PM, Jesse Gross wrote: On Fri, Dec 7, 2012 at 1:47 PM, Kyle Mestery wrote:

Re: [ovs-dev] [PATCH 0/1] RFC: Add support for pre-tunnel to the datapath

2012-12-11 Thread Kyle Mestery (kmestery)
On Dec 10, 2012, at 11:27 AM, Jesse Gross wrote: > On Sat, Dec 8, 2012 at 5:35 AM, Kyle Mestery (kmestery) > wrote: >> On Dec 7, 2012, at 10:15 PM, Jesse Gross wrote: >>> On Fri, Dec 7, 2012 at 1:47 PM, Kyle Mestery wrote: Some tunneling protocols require manipulation of the packet before

Re: [ovs-dev] [PATCH 0/1] RFC: Add support for pre-tunnel to the datapath

2012-12-10 Thread Jesse Gross
On Sat, Dec 8, 2012 at 5:35 AM, Kyle Mestery (kmestery) wrote: > On Dec 7, 2012, at 10:15 PM, Jesse Gross wrote: >> On Fri, Dec 7, 2012 at 1:47 PM, Kyle Mestery wrote: >>> Some tunneling protocols require manipulation of the packet before the outer >>> IP header is placed on the packet. An examp

Re: [ovs-dev] [PATCH 0/1] RFC: Add support for pre-tunnel to the datapath

2012-12-08 Thread Kyle Mestery (kmestery)
On Dec 7, 2012, at 10:15 PM, Jesse Gross wrote: > On Fri, Dec 7, 2012 at 1:47 PM, Kyle Mestery wrote: >> Some tunneling protocols require manipulation of the packet before the outer >> IP header is placed on the packet. An example of a tunneling protocol with >> this attribute is LISP. For these

Re: [ovs-dev] [PATCH 0/1] RFC: Add support for pre-tunnel to the datapath

2012-12-07 Thread Jesse Gross
On Fri, Dec 7, 2012 at 1:47 PM, Kyle Mestery wrote: > Some tunneling protocols require manipulation of the packet before the outer > IP header is placed on the packet. An example of a tunneling protocol with > this attribute is LISP. For these protocols, a way to manipulate the packet > (for examp