[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAADnVQKY74ynj8PB62Wf4xgDN6sC=VawQwy5V3YbRx-2tbcwNw@mail.gmail.com>
Date: Mon, 4 Dec 2023 18:13:55 -0800
From: Alexei Starovoitov <alexei.starovoitov@...il.com>
To: Kuniyuki Iwashima <kuniyu@...zon.com>
Cc: Eric Dumazet <edumazet@...gle.com>, Alexei Starovoitov <ast@...nel.org>,
Daniel Borkmann <daniel@...earbox.net>, Andrii Nakryiko <andrii@...nel.org>,
Martin KaFai Lau <martin.lau@...ux.dev>, Kuniyuki Iwashima <kuni1840@...il.com>, bpf <bpf@...r.kernel.org>,
Network Development <netdev@...r.kernel.org>
Subject: Re: [PATCH v4 bpf-next 3/3] selftest: bpf: Test bpf_sk_assign_tcp_reqsk().
On Mon, Dec 4, 2023 at 5:36 PM Kuniyuki Iwashima <kuniyu@...zon.com> wrote:
>
> +static __always_inline int tcp_load_headers(struct tcp_syncookie *ctx)
...
> +static __always_inline int tcp_reload_headers(struct tcp_syncookie *ctx)
please remove __always_inline here and in all other places.
The generated code will be much better == faster and the verifier
should be able to understand it.
Powered by blists - more mailing lists