[ovs-dev] [nxm 37/42] ofproto: Refactor handle_packet_out().

Justin Pettit jpettit at nicira.com
Tue Nov 9 22:39:49 UTC 2010


On Oct 28, 2010, at 10:28 AM, Ben Pfaff wrote:

> @@ -2889,24 +2889,37 @@ handle_packet_out(struct ofproto *p, struct ofconn *ofconn,
> {
> ...
>     error = reject_slave_controller(ofconn, "OFPT_PACKET_OUT");
>     if (error) {
>         return error;
>     }

This isn't related to this patch, but it seems like it would be useful for debugging to have a coverage counter for rejected slave controller requests.

The patch looks good, though.

--Justin






More information about the dev mailing list