summaryrefslogtreecommitdiff
path: root/ofproto/ofproto-dpif-upcall.h
Commit message (Expand)AuthorAgeFilesLines
* ofproto: Change type of n_handlers and n_revalidators.Mark Gray2021-07-161-2/+3
* ofproto-dpif-upcall: Get rid of udpif_synchronize().Ben Pfaff2020-01-241-1/+0
* ofproto-dpif: Fix a couple minor issues in comments.Justin Pettit2017-12-211-1/+1
* ovs-appctl: register unixctl commands in the beginningHuanle Han2015-07-161-0/+1
* ofproto: Reorganize in preparation for direct dpdk upcalls.Ethan Jackson2014-08-141-3/+0
* dpif-netdev: Polling threads directly call ofproto upcall functions.Ryan Wilson2014-07-251-0/+5
* udpif: Add command to wait for revalidation.Joe Stringer2014-06-301-0/+1
* udpif: Bug fix updif_flushAndy Zhou2014-03-151-1/+1
* ofproto-dpif: Complete all packet translations before freeing an ofproto.Ben Pfaff2014-02-251-1/+2
* ofproto: Handle flow installation and eviction in upcall.Ethan Jackson2013-12-191-76/+10
* ofproto: Simplify thread creation API.Ethan Jackson2013-12-131-1/+1
* ofproto-dpif-upcall: Add memory usage stats.Ethan Jackson2013-12-121-0/+2
* ofproto-dpif: Move special upcall handling into ofproto-dpif-upcall.Ethan Jackson2013-09-301-32/+0
* ofproto-dpif-upcall: Fix a memory leak.Jarno Rajahalme2013-09-241-0/+5
* ofproto-dpif-upcall: Forward packets in order of arrival.Ben Pfaff2013-09-191-2/+1
* ofproto-dpif-upcall: Remove redundant 'packets' list from struct flow_miss.Ben Pfaff2013-09-171-2/+1
* guarded-list: New data structure for thread-safe queue.Ben Pfaff2013-09-121-4/+2
* ofproto-dpif: Fix use-after-free deleting a bridge with active traffic.Ben Pfaff2013-09-041-0/+3
* ofproto-dpif-upcall: Increase upcall stub size.Ethan Jackson2013-08-211-1/+1
* ofproto-dpif: Implement multi-threaded miss handling.Ethan Jackson2013-08-111-0/+130