summaryrefslogtreecommitdiff
path: root/ofproto/ofproto-dpif-rid.c
Commit message (Expand)AuthorAgeFilesLines
* id-pool: Refactor id_pool_alloc_id to allow any 32 bit value to be an idSimon Horman2014-11-101-1/+6
* id-pool: Re-factor recirculation id allocator into standalone id pool.Simon Horman2014-11-101-122/+6
* ofproto-dpif-rid: remove unused return value of rid_pool_add()Simon Horman2014-09-251-3/+2
* ofproto-dpif-rid: remove struct rid_mapSimon Horman2014-09-251-12/+8
* ofproto-dpif-rid: correct logic error in rid_pool_alloc_id()Simon Horman2014-09-241-1/+1
* ofproto-dpif-rid: Fix memory leak in recirc_id_pool_destroy().Ben Pfaff2014-06-061-0/+1
* ofproto-dpif: Added Per backer recirculation ID managementAndy Zhou2014-03-251-0/+189