Re: [ovs-dev] [PATCH 2/2] Update comments to reflect per-bridge sFlow sampling

2013-04-30 Thread Ben Pfaff
On Tue, Apr 30, 2013 at 04:01:41PM -0700, Jesse Gross wrote: > On Tue, Apr 30, 2013 at 3:49 PM, Ben Pfaff wrote: > > On Tue, Apr 30, 2013 at 12:04:44PM -0700, Neil Mckee wrote: > >> diff --git a/ofproto/tunnel.c b/ofproto/tunnel.c > >> index 8aa7fbe..8d29184 100644 > >> --- a/ofproto/tunnel.c > >>

Re: [ovs-dev] [PATCH 2/2] Update comments to reflect per-bridge sFlow sampling

2013-04-30 Thread Jesse Gross
On Tue, Apr 30, 2013 at 3:49 PM, Ben Pfaff wrote: > On Tue, Apr 30, 2013 at 12:04:44PM -0700, Neil Mckee wrote: >> diff --git a/ofproto/tunnel.c b/ofproto/tunnel.c >> index 8aa7fbe..8d29184 100644 >> --- a/ofproto/tunnel.c >> +++ b/ofproto/tunnel.c >> @@ -32,7 +32,6 @@ >> >> /* XXX: >> * >> - *

Re: [ovs-dev] [PATCH 2/2] Update comments to reflect per-bridge sFlow sampling

2013-04-30 Thread Ben Pfaff
On Tue, Apr 30, 2013 at 12:04:44PM -0700, Neil Mckee wrote: > diff --git a/ofproto/tunnel.c b/ofproto/tunnel.c > index 8aa7fbe..8d29184 100644 > --- a/ofproto/tunnel.c > +++ b/ofproto/tunnel.c > @@ -32,7 +32,6 @@ > > /* XXX: > * > - * Ability to generate metadata for packet-outs > * Disallow

[ovs-dev] [PATCH 2/2] Update comments to reflect per-bridge sFlow sampling

2013-04-30 Thread Neil Mckee
Update comments to reflect per-bridge sFlow sampling. --- ofproto/ofproto-dpif.c | 6 +- ofproto/tunnel.c | 1 - 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ofproto/ofproto-dpif.c b/ofproto/ofproto-dpif.c index 3ae3532..4306d40 100644 --- a/ofproto/ofproto-dpif.c +++