Re: [PATCH v3 1/6] net: split IP_TCP header into separate IP/IP6 and TCP headers

2023-11-08 Thread Dmitrii Merkurev
Hey Tom, huge thanks for sharing that. I agree lwip is the proper way to handle this, will try out this patch set and eventually migrate fastboot apps into a new stack. On Wed, Nov 8, 2023 at 6:45 AM Tom Rini wrote: > On Tue, Jul 25, 2023 at 10:56:52PM +0100, Dmitrii Merkurev wrote: > > > This a

Re: [PATCH v3 1/6] net: split IP_TCP header into separate IP/IP6 and TCP headers

2023-11-08 Thread Tom Rini
On Tue, Jul 25, 2023 at 10:56:52PM +0100, Dmitrii Merkurev wrote: > This allows us to reuse TCP logic between IP and IP6 stack. > > Signed-off-by: Dmitrii Merkurev > Cc: Ying-Chun Liu (PaulLiu) > Cc: Simon Glass > Сс: Joe Hershberger > Сс: Ramon Fried > Reviewed-by: Ying-Chun Liu (PaulLiu)

[PATCH v3 1/6] net: split IP_TCP header into separate IP/IP6 and TCP headers

2023-07-25 Thread Dmitrii Merkurev
This allows us to reuse TCP logic between IP and IP6 stack. Signed-off-by: Dmitrii Merkurev Cc: Ying-Chun Liu (PaulLiu) Cc: Simon Glass Сс: Joe Hershberger Сс: Ramon Fried Reviewed-by: Ying-Chun Liu (PaulLiu) Reviewed-by: Simon Glass --- include/net/tcp.h | 54 -