On 13.01.2016 00:39, Hannes Frederic Sowa wrote:
+ if (__this_cpu_inc_return(ovs_recursion) > ovs_recursion_limit) { + net_crit_ratelimited("ovs: recursion limit reached on datapath %s, probable configuration error\n", + ovs_dp_name(vport->dp));
Pravin, I assumed that it makes more sense to output the datapath name in the error message to link it to the configuration. Alternative would be vport name. What do you think?
+ error = -ENETDOWN; + kfree_skb(skb); + goto out; + } +
_______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev