On Mon, Oct 17, 2011 at 4:15 PM, Ben Pfaff wrote:
> Here's the full revised patch:
[...]
Thanks, these changes all look good to me.
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev
On Mon, Oct 17, 2011 at 02:21:17PM -0700, Jesse Gross wrote:
> On Wed, Oct 12, 2011 at 4:01 PM, Ben Pfaff wrote:
> > diff --git a/datapath/vport-vxlan.c b/datapath/vport-vxlan.c
> > new file mode 100644
> > index 000..a6e5439
> > --- /dev/null
> > +++ b/datapath/vport-vxlan.c
> > +#define VXLA
On Wed, Oct 12, 2011 at 4:01 PM, Ben Pfaff wrote:
> diff --git a/datapath/vport-vxlan.c b/datapath/vport-vxlan.c
> new file mode 100644
> index 000..a6e5439
> --- /dev/null
> +++ b/datapath/vport-vxlan.c
> +#define VXLAN_DST_PORT 49170
> +#define VXLAN_IPSEC_SRC_PORT 49171
I think ideally the
On Wed, Oct 12, 2011 at 04:01:12PM -0700, Ben Pfaff wrote:
> This commit implements the VXLAN tunneling protocol described at
> http://tools.ietf.org/html/draft-mahalingam-dutt-dcops-vxlan-00
>
> Multicast support is not yet implemented, but it's in the works.
>
> In my simple VM-based test rig,
This commit implements the VXLAN tunneling protocol described at
http://tools.ietf.org/html/draft-mahalingam-dutt-dcops-vxlan-00
Multicast support is not yet implemented, but it's in the works.
In my simple VM-based test rig, "netperf" performance was the same as GRE.
Jesse Gross really deserve