Thread (1 message) 1 message, 1 author, 2016-01-12

Re: [PATCH net] ovs: add recursion limit to ovs_vport_receive

From: Hannes Frederic Sowa <hidden>
Date: 2016-01-12 23:42:51

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
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help