datapath: Pass datapath into userspace queue functions
authorThomas Graf <tgraf@suug.ch>
Tue, 17 Dec 2013 00:51:07 +0000 (16:51 -0800)
committerJesse Gross <jesse@nicira.com>
Tue, 17 Dec 2013 01:03:06 +0000 (17:03 -0800)
commit5ae440c3cd0d0cd9a3218577bdc1db5fe38387f5
tree58d53d2af1786d7ef1dd86dcac1fdef0e2e52236
parent94358dcffbec33cbcfd425e925139fd7e9d6153f
datapath: Pass datapath into userspace queue functions

Allows removing the net and dp_ifindex argument and simplify the
code.

Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: Jesse Gross <jesse@nicira.com>
datapath/datapath.c