[ovs-dev] [PATCH v6 1/3] datapath-windows: Support for custom VXLAN tunnel port

Nithin Raju nithin at vmware.com
Wed May 27 16:11:01 UTC 2015


> On May 27, 2015, at 9:06 AM, Sorin Vinturis <svinturis at 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


More information about the dev mailing list