ofproto-dpif: Added Per backer recirculation ID management
authorAndy Zhou <azhou@nicira.com>
Mon, 27 Jan 2014 09:18:30 +0000 (01:18 -0800)
committerAndy Zhou <azhou@nicira.com>
Tue, 25 Mar 2014 20:24:26 +0000 (13:24 -0700)
Recirculation ID needs to be unique per datapath. Its usage will be
tracked by the backer that corresponds to the datapath.

In theory, Recirculation ID can be any uint32_t value, except 0. This
implementation limits to a smaller range just for ease of debugging.
Make the range size 0 effectively disables recirculation.

Signed-off-by: Andy Zhou <azhou@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>

No differences found