DPDK patches and discussions
 help / color / mirror / Atom feed
From: Stephen Hemminger <stephen@networkplumber.org>
To: dev@dpdk.org
Cc: Stephen Hemminger <stephen@networkplumber.org>
Subject: [PATCH v2 0/4] null PMD optimizations and fixes
Date: Tue,  1 Apr 2025 16:47:25 -0700	[thread overview]
Message-ID: <20250401234828.10888-1-stephen@networkplumber.org> (raw)
In-Reply-To: <20250326213608.581345-1-stephen@networkplumber.org>

While reviewing use of null device for testing, noticed several things
this driver is doing which are unnecessary.

v2 - fix spelling and patch gliches
     add byte count

Stephen Hemminger (4):
  net/null: fix packet copy
  net/null: Tx optimizations
  net/null: optimize Rx
  net/null: count all queues

 drivers/net/null/rte_eth_null.c | 149 ++++++++++++++++----------------
 1 file changed, 74 insertions(+), 75 deletions(-)

-- 
2.47.2


  parent reply	other threads:[~2025-04-01 23:48 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-26 21:35 [PATCH 0/4] net/null optimizations Stephen Hemminger
2025-03-26 21:35 ` [PATCH 1/4] net/null: Tx optimizations Stephen Hemminger
2025-03-26 21:35 ` [PATCH 2/4] net/null: fix packet copy Stephen Hemminger
2025-03-26 21:35 ` [PATCH 3/4] net/null: optimize Rx Stephen Hemminger
2025-03-26 21:35 ` [PATCH 4/4] net/null: count all queues Stephen Hemminger
2025-04-01 23:47 ` Stephen Hemminger [this message]
2025-04-01 23:47   ` [PATCH v2 1/4] net/null: fix packet copy Stephen Hemminger
2025-04-01 23:47   ` [PATCH v2 2/4] net/null: Tx optimizations Stephen Hemminger
2025-04-01 23:47   ` [PATCH v2 3/4] net/null: optimize Rx Stephen Hemminger
2025-04-01 23:47   ` [PATCH v2 4/4] net/null: count all queues Stephen Hemminger

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=20250401234828.10888-1-stephen@networkplumber.org \
    --to=stephen@networkplumber.org \
    --cc=dev@dpdk.org \
    /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).