Re: [PATCH v3 03/18] rtla: Simplify argument parsing
From: Costa Shulyupin <hidden>
Date: 2026-01-15 21:47:55
Also in:
bpf, lkml
From: Costa Shulyupin <hidden>
Date: 2026-01-15 21:47:55
Also in:
bpf, lkml
On Thu, 15 Jan 2026 at 19:25, Wander Lairson Costa [off-list ref] wrote:
To simplify and improve the robustness of argument parsing, introduce a new extract_arg() helper macro. This macro extracts the value from a "key=value" pair, making the code more concise and readable.
Would you consider using getsubopt? Costa