On Thu, Oct 8, 2015 at 6:53 AM, Jiri Benc <jb...@redhat.com> wrote: > Allow the user space to query what features are supported by the openvswitch > module. This will be used to allow or disallow certain configurations and/or > switch between newer and older APIs depending on what the kernel supports. > > Two features are reported as supported by this patch: lwtunnel and IPv6 > tunneling support. Theoretically, we could merge these two, as any of them > implies the other with this patch applied, but it's better to keep them > separate: kernel 4.3 supports lwtunnels but not IPv6 for ovs, and the > separation of the two flags allows us to backport a version of this patch > to 4.3 should the need arise. > > Signed-off-by: Jiri Benc <jb...@redhat.com>
I have similar concerns as were expressed in the other thread. The features listed here aren't OVS components and I don't think that it makes sense for OVS to try to cover everything that is related - the goal that we've been working towards is to have OVS be less monolithic and more integrated. So to the extent that it is necessary to have capabilities be exposed (and I would like to avoid this where possible), it should be in the individual component, not in OVS. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html