[systemd-devel] Configure netdev RPS using systemd-networkd

2023-12-04 Thread Renjaya Raga Zenta
Hi, We want to implement our networking using systemd-networkd. We think systemd is stable enough right now, so we want to try more "systemd-only" solution. In our environment, we use RPS (Receive Packet Steering) for load balancing and scaling. It's a kernel feature implemented a long time ago.

Re: [systemd-devel] systemd: questions about dbus dependency service

2023-12-04 Thread Lennart Poettering
On Mo, 04.12.23 13:01, Pintu Agarwal (pintu.p...@gmail.com) wrote: > Hi, > Any comments or suggestions on the below ? I already replied. https://lists.freedesktop.org/archives/systemd-devel/2023-November/049706.html Lennart -- Lennart Poettering, Berlin

Re: [systemd-devel] Configure netdev RPS using systemd-networkd

2023-12-04 Thread Lennart Poettering
On Mo, 04.12.23 14:59, Renjaya Raga Zenta (ragaze...@gmail.com) wrote: > Hi, > > We want to implement our networking using systemd-networkd. We think > systemd is stable enough right now, so we want to try more "systemd-only" > solution. > > In our environment, we use RPS (Receive Packet Steering)

Re: [systemd-devel] Fixup-support for kernel command line provided from UKI in systemd-stub

2023-12-04 Thread Aleksandar Kostadinov
On Mon, Dec 4, 2023 at 7:24 AM VENKAT Nagaraj THOGARU (QUIC) wrote: ... > We have an application in Linux which need this information. While not a direct answer to your question, why not have the application read this data like `dmidecode` can do?

Re: [systemd-devel] Fixup-support for kernel command line provided from UKI in systemd-stub

2023-12-04 Thread Luca Boccassi
Applications can use credentials: https://systemd.io/CREDENTIALS/ On Mon, 4 Dec 2023 at 05:22, VENKAT Nagaraj THOGARU (QUIC) wrote: > > HI @Luca Boccassi, > > > > We have an application in Linux which need this information. > > > > Thanks & Regards, > > Thogaru Venkat > > > > From: Luca Boccassi

Re: [systemd-devel] Fixup-support for kernel command line provided from UKI in systemd-stub

2023-12-04 Thread VENKAT Nagaraj THOGARU (QUIC)
HI @Aleksandar Kostadinov User space doesn't have that information to fetch. Thanks & Regards, Venkat Thogaru -Original Message- From: Aleksandar Kostadinov Sent: Monday, December 4, 2023 3:40 PM To: VENKAT Nagaraj THOGARU (QUIC) Cc: Luca Boccassi ; SystemD Devel Subject: Re: [syste

Re: [systemd-devel] Configure netdev RPS using systemd-networkd

2023-12-04 Thread Cristian Rodríguez
On Mon, Dec 4, 2023 at 5:01 AM Renjaya Raga Zenta wrote: > Hi, > > We want to implement our networking using systemd-networkd. We think > systemd is stable enough right now, so we want to try more "systemd-only" > solution. > > In our environment, we use RPS (Receive Packet Steering) for load bal

[systemd-devel] how to use systemd-sysext addons and systemd-stub to extend an UKI initrd

2023-12-04 Thread Emanuele Giuseppe Esposito
Hello everyone, As the title suggests, I am trying to extend an UKI initrd via systemd-sysext addons/extensions. I contributed to the systemd-stub UKI addons to extend the kernel command line, so I know how they works and planning to give a talk about them soon. However, I would like to get the f

[systemd-devel] Where to install UKI cmdline addons in the root partition

2023-12-04 Thread Emanuele Giuseppe Esposito
Hello everyone, Sorry for the back-to-back emails, but I realized I could use this mailing list to bring up another topic related to UKI addons. This is the same as I wrote in https://github.com/systemd/systemd/issues/29372 : I think we need some agreement to decide that if distros want to ship r