openvswitch / ovs-issues

Issue tracker repo for Open vSwitch
10 stars 3 forks source link

Update docs: supported kernel version for OVS V3.2.0 #307

Open quintu opened 1 year ago

quintu commented 1 year ago

The documentation has a table mapping OVS versions to supported kernel versions. However, the entries for OVS >= V3.0 are missing.

Can we get this information added? Thank you.

igsilya commented 1 year ago

Listed versions are for the out-of-tree kernel module. Starting v3.0 the module was removed from the openvswitch repository. Hence, no versions provided. You should use the module shipped with your linux kernel. OVS userspace components support working with any version of the kernel.