Re: [ovs-dev] [PATCH 06/17] meta-flow: Autogenerate mf_field data structures.

2014-09-30 Thread Ben Pfaff
On Tue, Sep 30, 2014 at 08:32:34AM +0900, YAMAMOTO Takashi wrote: > >> On Wed, Sep 24, 2014 at 10:24:11AM +0900, YAMAMOTO Takashi wrote: > >>> > This is a first step toward improving the abstraction of OXM and NXM in > >>> > the > >>> > tree. As an immediate improvement, this commit removes all o

Re: [ovs-dev] [PATCH 06/17] meta-flow: Autogenerate mf_field data structures.

2014-09-29 Thread YAMAMOTO Takashi
>> On Wed, Sep 24, 2014 at 10:24:11AM +0900, YAMAMOTO Takashi wrote: >>> > This is a first step toward improving the abstraction of OXM and NXM in >>> > the >>> > tree. As an immediate improvement, this commit removes all of the >>> > definitions of the OXM and NXM constants from the top-level he

Re: [ovs-dev] [PATCH 06/17] meta-flow: Autogenerate mf_field data structures.

2014-09-29 Thread YAMAMOTO Takashi
> On Wed, Sep 24, 2014 at 10:24:11AM +0900, YAMAMOTO Takashi wrote: >> > This is a first step toward improving the abstraction of OXM and NXM in the >> > tree. As an immediate improvement, this commit removes all of the >> > definitions of the OXM and NXM constants from the top-level header files,

Re: [ovs-dev] [PATCH 06/17] meta-flow: Autogenerate mf_field data structures.

2014-09-29 Thread Ben Pfaff
On Wed, Sep 24, 2014 at 10:24:11AM +0900, YAMAMOTO Takashi wrote: > > This is a first step toward improving the abstraction of OXM and NXM in the > > tree. As an immediate improvement, this commit removes all of the > > definitions of the OXM and NXM constants from the top-level header files, > >

Re: [ovs-dev] [PATCH 06/17] meta-flow: Autogenerate mf_field data structures.

2014-09-23 Thread YAMAMOTO Takashi
> This is a first step toward improving the abstraction of OXM and NXM in the > tree. As an immediate improvement, this commit removes all of the > definitions of the OXM and NXM constants from the top-level header files, > because they are no longer used anywhere. > > Signed-off-by: Ben Pfaff

[ovs-dev] [PATCH 06/17] meta-flow: Autogenerate mf_field data structures.

2014-09-16 Thread Ben Pfaff
This is a first step toward improving the abstraction of OXM and NXM in the tree. As an immediate improvement, this commit removes all of the definitions of the OXM and NXM constants from the top-level header files, because they are no longer used anywhere. Signed-off-by: Ben Pfaff --- build-au