Netdev List
 help / color / mirror / Atom feed
From: Willem de Bruijn <willemdebruijn.kernel@gmail.com>
To: Jason Xing <kerneljasonxing@gmail.com>,
	 Willem de Bruijn <willemdebruijn.kernel@gmail.com>
Cc: Paul Menzel <pmenzel@molgen.mpg.de>,
	 anthony.l.nguyen@intel.com,  przemyslaw.kitszel@intel.com,
	 andrew+netdev@lunn.ch,  davem@davemloft.net,
	 edumazet@google.com,  kuba@kernel.org,  pabeni@redhat.com,
	 bjorn@kernel.org,  magnus.karlsson@intel.com,
	 maciej.fijalkowski@intel.com,  jonathan.lemon@gmail.com,
	 sdf@fomichev.me,  ast@kernel.org,  daniel@iogearbox.net,
	 hawk@kernel.org,  john.fastabend@gmail.com,
	 mcoquelin.stm32@gmail.com,  alexandre.torgue@foss.st.com,
	 linux-stm32@st-md-mailman.stormreply.com,  bpf@vger.kernel.org,
	 intel-wired-lan@lists.osuosl.org,  netdev@vger.kernel.org,
	 Jason Xing <kernelxing@tencent.com>
Subject: Re: [Intel-wired-lan] [PATCH net-next 1/2] stmmac: xsk: fix underflow of budget in zerocopy mode
Date: Tue, 22 Jul 2025 13:29:28 -0400	[thread overview]
Message-ID: <687fca7852e84_2cbf622949d@willemb.c.googlers.com.notmuch> (raw)
In-Reply-To: <CAL+tcoC5KnTuWKxKcUqFGh-nBSF+X+RWzr=RkkK86+jY1Q20Kw@mail.gmail.com>

Jason Xing wrote:
> On Tue, Jul 22, 2025 at 10:16 PM Willem de Bruijn
> <willemdebruijn.kernel@gmail.com> wrote:
> >
> > Jason Xing wrote:
> > > Hi Paul,
> > >
> > > On Mon, Jul 21, 2025 at 4:56 PM Paul Menzel <pmenzel@molgen.mpg.de> wrote:
> > > >
> > > > Dear Jason,
> > > >
> > > >
> > > > Thank you for your patch.
> > >
> > > Thanks for your quick response and review :)
> > >
> > > >
> > > > Am 21.07.25 um 10:33 schrieb Jason Xing:
> > > > > From: Jason Xing <kernelxing@tencent.com>
> > > > >
> > > > > The issue can happen when the budget number of descs are consumed. As
> > > >
> > > > Instead of “The issue”, I’d use “An underflow …”.
> > >
> > > Will change it.
> > >
> > > >
> > > > > long as the budget is decreased to zero, it will again go into
> > > > > while (budget-- > 0) statement and get decreased by one, so the
> > > > > underflow issue can happen. It will lead to returning true whereas the
> > > > > expected value should be false.
> > > >
> > > > What is “it”?
> > >
> > > It means 'underflow of budget' behavior.
> >
> > A technicality, but this is (negative) overflow.
> >
> > Underflow is a computation that results in a value that is too small
> > to be represented by the given type.
> 
> Interesting. Thanks for sharing this with me:)
> 
> I just checked the wikipedia[1] that says " Underflow can in part be
> regarded as negative overflow of the exponent of the floating-point
> value.". I assume this rule can also be applied in this case? I'm
> hesitant to send the v3 patch tomorrow with this 'negative overflow'
> term included.

My point is very pedantic. I think these cases are not underflow.

But it is often called that, understandably. So choose as you see fit.

  reply	other threads:[~2025-07-22 17:29 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-21  8:33 [PATCH net-next 0/2] xsk: fix underflow issues in zerocopy xmit Jason Xing
2025-07-21  8:33 ` [PATCH net-next 1/2] stmmac: xsk: fix underflow of budget in zerocopy mode Jason Xing
2025-07-21  8:56   ` [Intel-wired-lan] " Paul Menzel
2025-07-21  9:15     ` Jason Xing
2025-07-22 14:16       ` Willem de Bruijn
2025-07-22 15:53         ` Jason Xing
2025-07-22 17:29           ` Willem de Bruijn [this message]
2025-07-22 23:04             ` Jason Xing
2025-07-21 15:37   ` Stanislav Fomichev
2025-07-21 23:05     ` Jason Xing
2025-07-22  0:12       ` Jason Xing
2025-07-21  8:33 ` [PATCH net-next 2/2] igb: xsk: solve underflow of nb_pkts " Jason Xing
2025-07-21 10:12   ` Simon Horman
2025-07-21 10:22     ` Jason Xing

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=687fca7852e84_2cbf622949d@willemb.c.googlers.com.notmuch \
    --to=willemdebruijn.kernel@gmail.com \
    --cc=alexandre.torgue@foss.st.com \
    --cc=andrew+netdev@lunn.ch \
    --cc=anthony.l.nguyen@intel.com \
    --cc=ast@kernel.org \
    --cc=bjorn@kernel.org \
    --cc=bpf@vger.kernel.org \
    --cc=daniel@iogearbox.net \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=hawk@kernel.org \
    --cc=intel-wired-lan@lists.osuosl.org \
    --cc=john.fastabend@gmail.com \
    --cc=jonathan.lemon@gmail.com \
    --cc=kerneljasonxing@gmail.com \
    --cc=kernelxing@tencent.com \
    --cc=kuba@kernel.org \
    --cc=linux-stm32@st-md-mailman.stormreply.com \
    --cc=maciej.fijalkowski@intel.com \
    --cc=magnus.karlsson@intel.com \
    --cc=mcoquelin.stm32@gmail.com \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=pmenzel@molgen.mpg.de \
    --cc=przemyslaw.kitszel@intel.com \
    --cc=sdf@fomichev.me \
    /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