On Tue, Sep 20, 2011 at 05:00:26PM -0700, Jesse Gross wrote: > If we encounter an error when sending a packet to userspace due to > an explicit action we stop processing further actions. This makes > sense for things like push vlan, where to continue means outputting > an incorrect packet. However, sending to userspace is more akin > to outputting to a port, which does not halt further processing. > For consistency, ignore errors in this case as well. > > Signed-off-by: Jesse Gross <[email protected]>
I'd consider making output_userspace() a void function also, since its return value is always ignored. Acked-by: Ben Pfaff <[email protected]> _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
