Re: [ovs-dev] [PATCH 08/17] nx-match: Move all knowledge of OXM/NXM here.

2014-09-29 Thread YAMAMOTO Takashi
> This improves the general abstraction of OXM/NXM by eliminating direct > knowledge of it from the meta-flow code and other places. > > Some function renaming might be called for; for example, mf_oxm_header() > may not be the best name now that the function is implemented within > nx-match. Howe

[ovs-dev] [PATCH 08/17] nx-match: Move all knowledge of OXM/NXM here.

2014-09-16 Thread Ben Pfaff
This improves the general abstraction of OXM/NXM by eliminating direct knowledge of it from the meta-flow code and other places. Some function renaming might be called for; for example, mf_oxm_header() may not be the best name now that the function is implemented within nx-match. However, these r