> Hi,
>
> On Oct 31, 2023, "Jose E. Marchesi" wrote:
>
>> As you may know, in BPF we have to live (for now) with the constant pain
>> from being limited to functions whose arguments can be compiled to get
>> their arguments in five or less registers.
>
> Ugh. I had no idea.
>
>> The recently in
Hi,
On Oct 31, 2023, "Jose E. Marchesi" wrote:
> As you may know, in BPF we have to live (for now) with the constant pain
> from being limited to functions whose arguments can be compiled to get
> their arguments in five or less registers.
Ugh. I had no idea.
> The recently introduced __hardc
Hi Alex.
As you may know, in BPF we have to live (for now) with the constant pain
from being limited to functions whose arguments can be compiled to get
their arguments in five or less registers.
The recently introduced __hardcfr_check_fail in the run-time component
of hardcfr breaks the bpf-un