Re: [ovs-dev] [PATCH 3/3] datapath-windows: Add GRE TEB support for windows datapath

2015-12-11 Thread Alin Serdean
ecember 2, 2015 10:25 PM > Către: Alin Serdean ; > dev@openvswitch.org > Subiect: Re: [ovs-dev] [PATCH 3/3] datapath-windows: Add GRE TEB support > for windows datapath > > Thanks for the patch Alin. I had very minor comments that I have added > inline. Looks good otherwise. >

Re: [ovs-dev] [PATCH 3/3] datapath-windows: Add GRE TEB support for windows datapath

2015-12-02 Thread Sairam Venugopal
Thanks for the patch Alin. I had very minor comments that I have added inline. Looks good otherwise. Sairam On 12/2/15, 9:50 AM, "Alin Serdean" wrote: >This patch introduces the support for GRE TEB (trasparent ethernet >bridging) >for the windows datapath. > >The GRE support is based on >https:

[ovs-dev] [PATCH 3/3] datapath-windows: Add GRE TEB support for windows datapath

2015-12-02 Thread Alin Serdean
This patch introduces the support for GRE TEB (trasparent ethernet bridging) for the windows datapath. The GRE support is based on http://tools.ietf.org/html/rfc2890 and supports only the GRE protocol type 6558 (trasparent ethernet bridging) like its linux counterpart. Util.h: define the GRE pool