netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Joe Damato <jdamato@fastly.com>
To: Samiullah Khawaja <skhawaja@google.com>
Cc: Jakub Kicinski <kuba@kernel.org>,
	"David S . Miller " <davem@davemloft.net>,
	Eric Dumazet <edumazet@google.com>,
	Paolo Abeni <pabeni@redhat.com>,
	almasrymina@google.com, netdev@vger.kernel.org,
	mkarsten@uwaterloo.ca
Subject: Re: [PATCH net-next v2 0/4] Add support to do threaded napi busy poll
Date: Mon, 27 Jan 2025 12:06:39 -0500	[thread overview]
Message-ID: <Z5e9H6dtwyrGQFfK@LQ3V64L9R2> (raw)
In-Reply-To: <20250123231236.2657321-1-skhawaja@google.com>

On Thu, Jan 23, 2025 at 11:12:32PM +0000, Samiullah Khawaja wrote:
> Extend the already existing support of threaded napi poll to do continuous
> busy polling.
> 
> This is used for doing continuous polling of napi to fetch descriptors from
> backing RX/TX queues for low latency applications. Allow enabling of threaded
> busypoll using netlink so this can be enabled on a set of dedicated napis for
> low latency applications.
> 
> It allows enabling NAPI busy poll for any userspace application
> indepdendent of userspace API being used for packet and event processing
> (epoll, io_uring, raw socket APIs). Once enabled user can fetch the PID
> of the kthread doing NAPI polling and set affinity, priority and
> scheduler for it depending on the low-latency requirements.

When you resubmit this after the merge window (or if you resubmit it
as an RFC), would you mind CCing both me (jdamato@fastly.com) and
Martin (mkarsten@uwaterloo.ca) ?

We almost missed this revision after commenting on the previous
version, since we weren't included in the CC list.

Both Martin and I read through the cover letter and proposed changes
and have several questions/comments, but given that the thread is
marked as deferred/closed due to the merge window, we'll hold off
on digging in until the next revision is posted.

      parent reply	other threads:[~2025-01-27 17:06 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-23 23:12 [PATCH net-next v2 0/4] Add support to do threaded napi busy poll Samiullah Khawaja
2025-01-23 23:12 ` [PATCH net-next v2 1/4] Add support to set napi threaded for individual napi Samiullah Khawaja
2025-01-23 23:12 ` [PATCH net-next v2 2/4] net: Create separate gro_flush helper function Samiullah Khawaja
2025-01-23 23:12 ` [PATCH net-next v2 3/4] Extend napi threaded polling to allow kthread based busy polling Samiullah Khawaja
2025-01-24 13:18   ` kernel test robot
2025-01-23 23:12 ` [PATCH net-next v2 4/4] selftests: Add napi threaded busy poll test in `busy_poller` Samiullah Khawaja
2025-01-24  1:24 ` [PATCH net-next v2 0/4] Add support to do threaded napi busy poll Jakub Kicinski
2025-01-27 17:06 ` Joe Damato [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Z5e9H6dtwyrGQFfK@LQ3V64L9R2 \
    --to=jdamato@fastly.com \
    --cc=almasrymina@google.com \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=kuba@kernel.org \
    --cc=mkarsten@uwaterloo.ca \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=skhawaja@google.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).