seapath / meta-seapath

This is the core of the seapath project. The meta-seapath repo contains the yocto Seapath layer, which contains all the code (yocto recipes) needed to build the seapath images used to install seapath (host, guest, flasher, etc.)
https://lfenergy.org/projects/seapath/
Apache License 2.0
6 stars 10 forks source link

Bump Linux to 5.15.14-rt27, DPDK to 20.11 and Open vSwitch to 2.15 #46

Closed dupremathieu closed 2 years ago

dupremathieu commented 2 years ago

To resolve an issue with tap interface with Open vSwitch when using the Linux kernel 4.19 with RT patches, update Linux to the version 5.15.14-rt27.

For compatibility reason, we also need to update DPDK to 20.11.x version and Open vSwitch to 2.15.x version. See https://docs.openvswitch.org/en/latest/faq/releases/ to learn more about the Linux kernel, DPDK, Open vSwitch compatibility matrix.

Open vSwitch recipe was taken from meta-virtualisation revision: dbd37caa6d48772b87426450fb6b816c11acc68a (branch master).

Update Linux kernel defconfig to work with 5.15.

Change the preempt-rt patch detection in cukinia tests. The preempt-rt patch maker in the Linux version have changed from PREMPT RT to PREMPT_RT.