Re: [ovs-dev] [PATCH v2] ofp-util: Convert flow_metadata to match structure.

2015-06-08 Thread Jesse Gross
On Sun, Jun 7, 2015 at 10:36 AM, Ben Pfaff wrote: > On Mon, Jun 01, 2015 at 01:49:30PM -0700, Jesse Gross wrote: >> We have a special flow_metadata structure to represent the parts >> of a packet that aren't carried in the payload itself. This is >> used in the case where we need to send the packe

Re: [ovs-dev] [PATCH v2] ofp-util: Convert flow_metadata to match structure.

2015-06-07 Thread Ben Pfaff
On Mon, Jun 01, 2015 at 01:49:30PM -0700, Jesse Gross wrote: > We have a special flow_metadata structure to represent the parts > of a packet that aren't carried in the payload itself. This is > used in the case where we need to send the packet as a Packet In > to an OpenFlow controller. This is a

Re: [ovs-dev] [PATCH v2] ofp-util: Convert flow_metadata to match structure.

2015-06-02 Thread Ben Pfaff
On Tue, Jun 02, 2015 at 08:25:14AM -0700, Jesse Gross wrote: > On Tue, Jun 2, 2015 at 8:03 AM, Ben Pfaff wrote: > > On Tue, Jun 02, 2015 at 07:58:48AM -0700, Ben Pfaff wrote: > >> On Mon, Jun 01, 2015 at 03:35:23PM -0700, Jesse Gross wrote: > >> > On Mon, Jun 1, 2015 at 2:55 PM, Ben Pfaff wrote:

Re: [ovs-dev] [PATCH v2] ofp-util: Convert flow_metadata to match structure.

2015-06-02 Thread Jesse Gross
On Tue, Jun 2, 2015 at 8:03 AM, Ben Pfaff wrote: > On Tue, Jun 02, 2015 at 07:58:48AM -0700, Ben Pfaff wrote: >> On Mon, Jun 01, 2015 at 03:35:23PM -0700, Jesse Gross wrote: >> > On Mon, Jun 1, 2015 at 2:55 PM, Ben Pfaff wrote: >> > > On Mon, Jun 01, 2015 at 01:49:30PM -0700, Jesse Gross wrote: >

Re: [ovs-dev] [PATCH v2] ofp-util: Convert flow_metadata to match structure.

2015-06-02 Thread Ben Pfaff
On Tue, Jun 02, 2015 at 07:58:48AM -0700, Ben Pfaff wrote: > On Mon, Jun 01, 2015 at 03:35:23PM -0700, Jesse Gross wrote: > > On Mon, Jun 1, 2015 at 2:55 PM, Ben Pfaff wrote: > > > On Mon, Jun 01, 2015 at 01:49:30PM -0700, Jesse Gross wrote: > > >> We have a special flow_metadata structure to repr

Re: [ovs-dev] [PATCH v2] ofp-util: Convert flow_metadata to match structure.

2015-06-02 Thread Ben Pfaff
On Mon, Jun 01, 2015 at 03:35:23PM -0700, Jesse Gross wrote: > On Mon, Jun 1, 2015 at 2:55 PM, Ben Pfaff wrote: > > On Mon, Jun 01, 2015 at 01:49:30PM -0700, Jesse Gross wrote: > >> We have a special flow_metadata structure to represent the parts > >> of a packet that aren't carried in the payload

Re: [ovs-dev] [PATCH v2] ofp-util: Convert flow_metadata to match structure.

2015-06-01 Thread Jesse Gross
On Mon, Jun 1, 2015 at 2:55 PM, Ben Pfaff wrote: > On Mon, Jun 01, 2015 at 01:49:30PM -0700, Jesse Gross wrote: >> We have a special flow_metadata structure to represent the parts >> of a packet that aren't carried in the payload itself. This is >> used in the case where we need to send the packet

Re: [ovs-dev] [PATCH v2] ofp-util: Convert flow_metadata to match structure.

2015-06-01 Thread Ben Pfaff
On Mon, Jun 01, 2015 at 01:49:30PM -0700, Jesse Gross wrote: > We have a special flow_metadata structure to represent the parts > of a packet that aren't carried in the payload itself. This is > used in the case where we need to send the packet as a Packet In > to an OpenFlow controller. This is a

[ovs-dev] [PATCH v2] ofp-util: Convert flow_metadata to match structure.

2015-06-01 Thread Jesse Gross
We have a special flow_metadata structure to represent the parts of a packet that aren't carried in the payload itself. This is used in the case where we need to send the packet as a Packet In to an OpenFlow controller. This is a subset of the more general struct flow. In practice, almost all oper