ofproto-dpif-rid: Factor recirculation state out as new structure.
authorBen Pfaff <blp@nicira.com>
Thu, 30 Jul 2015 03:32:12 +0000 (20:32 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 31 Jul 2015 22:15:15 +0000 (15:15 -0700)
commit2082425c2c95431a2f8f5d3f6b1d0ef8f242c186
treec0249ff37796c51e1245a8d6206d2f7de12e987b
parent7efbc3b7c4006caed79cc9afa799cd0f9b8f5d38
ofproto-dpif-rid: Factor recirculation state out as new structure.

This greatly reduces the number of arguments to many of the functions
involved in recirculation, which to my eye makes the code clearer.  It
will also make it easier to add new recirculation state in an upcoming
commit.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Jarno Rajahalme <jrajahalme@nicira.com>
ofproto/ofproto-dpif-rid.c
ofproto/ofproto-dpif-rid.h
ofproto/ofproto-dpif-xlate.c