Re: [PATCH bpf v9 0/5] bpf: fix wrong copied_seq calculation and add tests

2025-01-29 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf.git (master) by Martin KaFai Lau : On Wed, 22 Jan 2025 18:09:12 +0800 you wrote: > A previous commit described in this topic > http://lore.kernel.org/bpf/20230523025618.113937-9-john.fastab...@gmail.com > directly updated 'sk->copied_seq' in the tcp_eat_s

Re: [PATCH bpf v9 0/5] bpf: fix wrong copied_seq calculation and add tests

2025-01-27 Thread John Fastabend
On 2025-01-26 15:16:47, Jakub Sitnicki wrote: > On Wed, Jan 22, 2025 at 06:09 PM +08, Jiayuan Chen wrote: > > A previous commit described in this topic > > http://lore.kernel.org/bpf/20230523025618.113937-9-john.fastab...@gmail.com > > directly updated 'sk->copied_seq' in the tcp_eat_skb() function

Re: [PATCH bpf v9 0/5] bpf: fix wrong copied_seq calculation and add tests

2025-01-26 Thread Jakub Sitnicki
On Wed, Jan 22, 2025 at 06:09 PM +08, Jiayuan Chen wrote: > A previous commit described in this topic > http://lore.kernel.org/bpf/20230523025618.113937-9-john.fastab...@gmail.com > directly updated 'sk->copied_seq' in the tcp_eat_skb() function when the > action of a BPF program was SK_REDIRECT. F

[PATCH bpf v9 0/5] bpf: fix wrong copied_seq calculation and add tests

2025-01-22 Thread Jiayuan Chen
A previous commit described in this topic http://lore.kernel.org/bpf/20230523025618.113937-9-john.fastab...@gmail.com directly updated 'sk->copied_seq' in the tcp_eat_skb() function when the action of a BPF program was SK_REDIRECT. For other actions, like SK_PASS, the update logic for 'sk->copied_s