[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <531ae597-f749-fcea-68c5-d3e2fa80d083@fb.com>
Date: Tue, 12 Oct 2021 13:51:30 -0700
From: Joanne Koong <joannekoong@...com>
To: Toke Høiland-Jørgensen <toke@...hat.com>,
Martin KaFai Lau <kafai@...com>
CC: Daniel Borkmann <daniel@...earbox.net>, <bpf@...r.kernel.org>,
<netdev@...r.kernel.org>, <Kernel-team@...com>
Subject: Re: [PATCH bpf-next v2 0/3] Add XDP support for bpf_load_hdr_opt
On 10/12/21 7:11 AM, Toke Høiland-Jørgensen wrote:
> Martin KaFai Lau <kafai@...com> writes:
>> On Sat, Oct 09, 2021 at 12:20:27AM +0200, Toke Høiland-Jørgensen wrote:
>> [...]
>> I don't mind to go with the for_each helper. However, with another
>> thought, if it needs to call a function in the loop anyway, I think
>> it could also be done in bpf by putting a global function in a loop.
>> Need to try and double check.
> Hmm, that would be interesting if possible!
>
> -Toke
>
Martin and I tried this out. When we moved out the logic for parsing the
options into a global non-inlined function, the verifier approved the
program.
As such, I will abandon this patchset and submit a new separate patch
that will add a test to ensure we're always able to parse header options
through a global function.
Thanks for the conversation on this, Toke, Martin, and Daniel!
Powered by blists - more mailing lists