On Fri, 3 May 2024 17:45:42 -0700
Abu Rasheda via discuss <ovs-discuss@openvswitch.org> wrote:

> Since the OVS kernel code has moved to the Linux kernel tree since the
> 3.0 release. I did not find the module in /lib/module on Redhat 9.3,
> but I did find it in
> 
> ./modules/6.2.0-39-generic/kernel/net/openvswitch/openvswitch.ko (For
> Ubuntu 22)
> 
> Can someone guide me on how to obtain vendor (Redhat) provided OVS
> kernel modules for distribution based on Linux kernel within kernel
> tree OVS?


The module is shipped as part of the kernel-modules-core RPM package:

$ rpm -qpl
~/Downloads/kernel-modules-core*.x86_64.rpm | grep openvswitch 

/lib/modules/5.14.0-362.8.1.el9_3.x86_64/kernel/net/openvswitch
/lib/modules/5.14.0-362.8.1.el9_3.x86_64/kernel/net/openvswitch/openvswitch.ko.xz
/lib/modules/5.14.0-362.8.1.el9_3.x86_64/kernel/net/openvswitch/vport-geneve.ko.xz
/lib/modules/5.14.0-362.8.1.el9_3.x86_64/kernel/net/openvswitch/vport-gre.ko.xz
/lib/modules/5.14.0-362.8.1.el9_3.x86_64/kernel/net/openvswitch/vport-vxlan.ko.xz
/lib/modules/5.14.0-427.13.1.el9_4.x86_64/kernel/net/openvswitch
/lib/modules/5.14.0-427.13.1.el9_4.x86_64/kernel/net/openvswitch/openvswitch.ko.xz
/lib/modules/5.14.0-427.13.1.el9_4.x86_64/kernel/net/openvswitch/vport-geneve.ko.xz
/lib/modules/5.14.0-427.13.1.el9_4.x86_64/kernel/net/openvswitch/vport-gre.ko.xz
/lib/modules/5.14.0-427.13.1.el9_4.x86_64/kernel/net/openvswitch/vport-vxlan.ko.xz


HTH,
fbl

_______________________________________________
discuss mailing list
disc...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss

Reply via email to