Re: [ovs-dev] [PATCH 08/11] metaflow: Extend size of mf_value to 128 bytes.

2015-07-01 Thread Jesse Gross
On Wed, Jul 1, 2015 at 2:20 AM, Loftus, Ciara wrote: >> On Tue, Jun 30, 2015 at 7:56 AM, Loftus, Ciara >> wrote: >> >> >> >> On Wed, Jun 24, 2015 at 1:17 PM, Ben Pfaff wrote: >> >> > On Fri, Jun 19, 2015 at 04:13:22PM -0700, Jesse Gross wrote: >> >> >> Tunnel metadata can be substantially larger

Re: [ovs-dev] [PATCH 08/11] metaflow: Extend size of mf_value to 128 bytes.

2015-07-01 Thread Loftus, Ciara
> On Tue, Jun 30, 2015 at 7:56 AM, Loftus, Ciara > wrote: > >> > >> On Wed, Jun 24, 2015 at 1:17 PM, Ben Pfaff wrote: > >> > On Fri, Jun 19, 2015 at 04:13:22PM -0700, Jesse Gross wrote: > >> >> Tunnel metadata can be substantially larger than our existing fields > >> >> (up to 124 bytes in a sing

Re: [ovs-dev] [PATCH 08/11] metaflow: Extend size of mf_value to 128 bytes.

2015-06-30 Thread Jesse Gross
On Tue, Jun 30, 2015 at 7:56 AM, Loftus, Ciara wrote: >> >> On Wed, Jun 24, 2015 at 1:17 PM, Ben Pfaff wrote: >> > On Fri, Jun 19, 2015 at 04:13:22PM -0700, Jesse Gross wrote: >> >> Tunnel metadata can be substantially larger than our existing fields >> >> (up to 124 bytes in a single Geneve opti

Re: [ovs-dev] [PATCH 08/11] metaflow: Extend size of mf_value to 128 bytes.

2015-06-30 Thread Loftus, Ciara
> > On Wed, Jun 24, 2015 at 1:17 PM, Ben Pfaff wrote: > > On Fri, Jun 19, 2015 at 04:13:22PM -0700, Jesse Gross wrote: > >> Tunnel metadata can be substantially larger than our existing fields > >> (up to 124 bytes in a single Geneve option) so this extends the size > >> of the data that we can h

Re: [ovs-dev] [PATCH 08/11] metaflow: Extend size of mf_value to 128 bytes.

2015-06-24 Thread Jesse Gross
On Wed, Jun 24, 2015 at 1:17 PM, Ben Pfaff wrote: > On Fri, Jun 19, 2015 at 04:13:22PM -0700, Jesse Gross wrote: >> Tunnel metadata can be substantially larger than our existing fields >> (up to 124 bytes in a single Geneve option) so this extends the size >> of the data that we can handle with me

Re: [ovs-dev] [PATCH 08/11] metaflow: Extend size of mf_value to 128 bytes.

2015-06-24 Thread Ben Pfaff
On Fri, Jun 19, 2015 at 04:13:22PM -0700, Jesse Gross wrote: > Tunnel metadata can be substantially larger than our existing fields > (up to 124 bytes in a single Geneve option) so this extends the size > of the data that we can handle with metaflow fields. This also > breaks a few tests that assum