Datapath action should not refer to controller
authorpravin shelar <pshelar@nicira.com>
Thu, 28 Jul 2011 16:05:25 +0000 (09:05 -0700)
committerpravin shelar <pshelar@nicira.com>
Thu, 28 Jul 2011 16:05:25 +0000 (09:05 -0700)
commitb85d8d61a6c3b9c2fa578fa62c795a93544764af
tree5b9d8259b78753e39590b63bc8cdbd81c4163325
parent79b8c1edcb52286c8f62e0f7350b1817f82815ac
Datapath action should not refer to controller

ODP_ACTION_ATTR_CONTROLLER in the kernel actually sends packets to
userspace, not the controller. To make it generic rename this action
to ODP_ACTION_ATTR_USERSPACE.

Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
AUTHORS
datapath/actions.c
datapath/datapath.c
include/openvswitch/datapath-protocol.h
lib/dpif-netdev.c
lib/dpif.h
lib/odp-util.c
ofproto/ofproto-dpif.c