Re: [meta-virtualization] [PATCH 0/3] xen: Update recipes for xen and xen-tools

2022-04-14 Thread Bertrand Marquis
Hi Bruce, > On 14 Apr 2022, at 04:13, Bruce Ashfield wrote: > > On Fri, Apr 8, 2022 at 4:44 AM Michal Orzel wrote: >> >> Before the next Yocto release, Xen recipes need to be updated. >> This patch series: >> - updates 4.15 recipes >> - introduces 4.16 recipes >> - removes 4.14 recipes > > FY

Re: [meta-virtualization] [PATCH] k3s: Add missing IP Virtual Server (ip_vs) feature to the kernel config

2022-04-14 Thread Richard Neill
Hi Bruce, OK, no problem, I will send an updated patch Richard From: Bruce Ashfield Sent: Thursday, April 14, 2022 4:14 AM To: Richard Neill Cc: meta-virtualization@lists.yoctoproject.org ; nd Subject: Re: [meta-virtualization] [PATCH] k3s: Add missing IP Virt

[meta-virtualization] [PATCH] k3s: Add missing IP Virtual Server (ip_vs) feature to the kernel config

2022-04-14 Thread Richard Neill
K3s (and Kubernetes) supports load balancing via IPVS, and by default reports errors when IPVS kernel modules cannot be loaded. This patch adds the missing reported kernel modules to the k3s recipe: * ip-vs * ip-vs-rr * ip-vs-wrr * ip-vs-sh The modules are configured by including

Re: [meta-virtualization] [PATCH 0/3] xen: Update recipes for xen and xen-tools

2022-04-14 Thread Bertrand Marquis
Hi Bruce, > On 14 Apr 2022, at 09:01, Bertrand Marquis wrote: > > Hi Bruce, > >> On 14 Apr 2022, at 04:13, Bruce Ashfield wrote: >> >> On Fri, Apr 8, 2022 at 4:44 AM Michal Orzel wrote: >>> >>> Before the next Yocto release, Xen recipes need to be updated. >>> This patch series: >>> - updat

Re: [meta-virtualization] [PATCH 0/3] xen: Update recipes for xen and xen-tools

2022-04-14 Thread Bruce Ashfield
On Thu, Apr 14, 2022 at 11:22 AM Bertrand Marquis wrote: > > Hi Bruce, > > > On 14 Apr 2022, at 09:01, Bertrand Marquis wrote: > > > > Hi Bruce, > > > >> On 14 Apr 2022, at 04:13, Bruce Ashfield wrote: > >> > >> On Fri, Apr 8, 2022 at 4:44 AM Michal Orzel wrote: > >>> > >>> Before the next Yoct

Re: [meta-virtualization] [PATCH 0/3] xen: Update recipes for xen and xen-tools

2022-04-14 Thread Bruce Ashfield
On Thu, Apr 14, 2022 at 4:02 AM Bertrand Marquis wrote: > > Hi Bruce, > > > On 14 Apr 2022, at 04:13, Bruce Ashfield wrote: > > > > On Fri, Apr 8, 2022 at 4:44 AM Michal Orzel wrote: > >> > >> Before the next Yocto release, Xen recipes need to be updated. > >> This patch series: > >> - updates 4