> On May 27, 2015, at 9:06 AM, Sorin Vinturis 
> <svintu...@cloudbasesolutions.com> wrote:
> 
> Nithin,
> 
> I will address your comment in the next version of this patch.

Sure.

> Regarding the duplicate vport delete request, I have not found a way to 
> generate such request from userspace. When I use 'ovs-vsctl' application to 
> send a second delete request for a VXLAN interface, the app outputs an error 
> message to the console without sending the delete request to the kernel.
> If there is a way to generate a duplicate vport delete request, please let me 
> know so I can test the behavior and see if there are issues related to that.

No, OVS userspace takes care of this already. It would make sure that a 
duplicate request does not get issued concurrently on multiple threads. I was 
only speaking from a general “kernel robustness” perspective. IMO, a kernel 
module should always be resilient to any userspace bugs.

thanks,
-- Nithin
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to