Re: [PATCH bpf v9 1/5] strparser: add read_sock callback

2025-01-26 Thread Jakub Sitnicki
On Wed, Jan 22, 2025 at 06:09 PM +08, Jiayuan Chen wrote: > Added a new read_sock handler, allowing users to customize read operations > instead of relying on the native socket's read_sock. > > Signed-off-by: Jiayuan Chen > --- Reviewed-by: Jakub Sitnicki

[PATCH bpf v9 1/5] strparser: add read_sock callback

2025-01-22 Thread Jiayuan Chen
Added a new read_sock handler, allowing users to customize read operations instead of relying on the native socket's read_sock. Signed-off-by: Jiayuan Chen --- Documentation/networking/strparser.rst | 9 - include/net/strparser.h| 2 ++ net/strparser/strparser.c