Re: [ovs-dev] [PATCH 12/17] nx-match: Use nx_put_header() internally for encoding flow matches.

2014-09-30 Thread Ben Pfaff
On Tue, Sep 30, 2014 at 09:04:26AM +0900, YAMAMOTO Takashi wrote: This will make it easier to support 64-bit OXM experimenter fields. Signed-off-by: Ben Pfaff b...@nicira.com static void -nxm_put_ipv6(struct ofpbuf *b, uint32_t header, +nxm_put_ipv6(struct ofpbuf *b, +

Re: [ovs-dev] [PATCH 12/17] nx-match: Use nx_put_header() internally for encoding flow matches.

2014-09-29 Thread YAMAMOTO Takashi
This will make it easier to support 64-bit OXM experimenter fields. Signed-off-by: Ben Pfaff b...@nicira.com static void -nxm_put_ipv6(struct ofpbuf *b, uint32_t header, +nxm_put_ipv6(struct ofpbuf *b, + enum mf_field_id field, enum ofp_version version, const

[ovs-dev] [PATCH 12/17] nx-match: Use nx_put_header() internally for encoding flow matches.

2014-09-17 Thread Ben Pfaff
This will make it easier to support 64-bit OXM experimenter fields. Signed-off-by: Ben Pfaff b...@nicira.com --- lib/nx-match.c | 312 + 1 file changed, 116 insertions(+), 196 deletions(-) diff --git a/lib/nx-match.c b/lib/nx-match.c index