Re: [PATCH net-next] tcp: add tcp_tx_skb_cache_key checking in sk_stream_alloc_skb()

From: Eric Dumazet
Date: Wed Sep 01 2021 - 12:02:31 EST


On Wed, Sep 1, 2021 at 9:01 AM Paolo Abeni <pabeni@xxxxxxxxxx> wrote:
>

>
> I think the easiest way and the one with less code duplication will
> require accessing the tcp_mark_push() and skb_entail() helpers from the
> MPTCP code, making them not static and exposing them e.g. in net/tcp.h.
> Would that be acceptable or should I look for other options?
>

I think this is fine, really.