meta-flow: New library for working with fields by id.
authorBen Pfaff <blp@nicira.com>
Mon, 12 Sep 2011 19:11:50 +0000 (12:11 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 13 Sep 2011 18:46:09 +0000 (11:46 -0700)
commit6a885fd0589fdfa3b5d05ca3ff4af52b085a1816
tree0e08601c2832a04cdecc06049e36fc60d2f85d88
parent1b9d6420b95f4d0ed78e337a43d1be88b571d5fb
meta-flow: New library for working with fields by id.

OVS already has a fairly good set of functions for working with fields that
are known at compile time, but support for working with fields that are
known only at runtime is fairly limited (and fairly unneeded).  However,
with NXM identifiers becoming more and more widely used throughout Nicira
extensions, it's becoming corresponding more and more common to need to
refer to fields at runtime.  This new library represents a first attempt
at a systematic approach for doing so.
lib/automake.mk
lib/meta-flow.c [new file with mode: 0644]
lib/meta-flow.h [new file with mode: 0644]
lib/nx-match.c
lib/nx-match.def
lib/nx-match.h
lib/ofp-parse.c