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

Simon Glass sjg at chromium.org
Sun Jul 23 05:48:33 CEST 2023


On Wed, 24 May 2023 at 15:19, Ying-Chun Liu (PaulLiu)
<paul.liu at linaro.org> wrote:
>
> Reviewed-by: Ying-Chun Liu (PaulLiu) <paul.liu at linaro.org>
>
> On 2023/5/11 00:59, Dmitrii Merkurev wrote:
> > This allows us to reuse TCP logic between IP and IP6 stack.
> >
> > Signed-off-by: Dmitrii Merkurev <dimorinny at google.com>
> > Cc: Ying-Chun Liu (PaulLiu) <paul.liu at linaro.org>
> > Cc: Simon Glass <sjg at chromium.org>
> > Сс: Joe Hershberger <joe.hershberger at ni.com>
> > Сс: Ramon Fried <rfried.dev at gmail.com>
> > ---
> >   include/net/tcp.h | 54 ++++++++++++++++--------------------
> >   net/tcp.c         | 70 +++++++++++++++++++++++------------------------
> >   test/cmd/wget.c   | 48 ++++++++++++++++++--------------
> >   3 files changed, 85 insertions(+), 87 deletions(-)
> >

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list