On Fri, Aug 17, 2012 at 04:50:57PM +0800, Baohua Yang wrote:
>     In the openvswitch code file include\linux\openvswitch.h, there's 4
> defined cmds, as
> enum ovs_packet_cmd{
>     OVS_PACKET_CMD_UNSPEC,
>     OVS_PACKET_CMD_MISS,
>     OVS_PACKET_CMD_ACTION,
>     OVS_PACKET_CMD_EXECUTE
> }
> 
> However, in datapath\datapath.c, there is only the handler for
> the OVS_PACKET_CMD_EXECUTE command.

The other commands are sent from the kernel to userspace.
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to