[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CANn89iKmatLmXVnBDR0gRd5DfDEeMYbEcgWdH-+n6TGnZja-Mw@mail.gmail.com>
Date: Mon, 13 Oct 2025 02:33:33 -0700
From: Eric Dumazet <edumazet@...gle.com>
To: Simon Horman <horms@...nel.org>
Cc: "David S . Miller" <davem@...emloft.net>, Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>, Kuniyuki Iwashima <kuniyu@...gle.com>,
Willem de Bruijn <willemb@...gle.com>, netdev@...r.kernel.org, eric.dumazet@...il.com
Subject: Re: [PATCH RFC net-next 4/4] net: allow busy connected flows to
switch tx queues
On Mon, Oct 13, 2025 at 2:18 AM Simon Horman <horms@...nel.org> wrote:
>
Signed-off-by: Eric Dumazet <edumazet@...gle.com>
>
> Very nice :)
Yep ;)
>
> > ---
> > include/net/sock.h | 40 +++++++++++++++++++---------------------
> > net/core/dev.c | 27 +++++++++++++++++++++++++--
> > 2 files changed, 44 insertions(+), 23 deletions(-)
> >
> > diff --git a/include/net/sock.h b/include/net/sock.h
> > index 2794bc5c565424491a064049d3d76c3fb7ba1ed8..61f92bb03e00d7167cccfe70da16174f2b40f6de 100644
> > --- a/include/net/sock.h
> > +++ b/include/net/sock.h
> > @@ -485,6 +485,7 @@ struct sock {
> > unsigned long sk_pacing_rate; /* bytes per second */
> > atomic_t sk_zckey;
> > atomic_t sk_tskey;
> > + unsigned long sk_tx_queue_mapping_jiffies;
>
> nit: please add sk_tx_queue_mapping_jiffies to Kernel doc
Will do this, thank you !
Powered by blists - more mailing lists