DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 0/4] net/null optimizations
@ 2025-03-26 21:35 Stephen Hemminger
  2025-03-26 21:35 ` [PATCH 1/4] net/null: Tx optimizations Stephen Hemminger
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Stephen Hemminger @ 2025-03-26 21:35 UTC (permalink / raw)
  To: dev; +Cc: Stephen Hemminger

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

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

 drivers/net/null/#rte_eth_null.c# | 754 ++++++++++++++++++++++++++++++
 drivers/net/null/rte_eth_null.c   |  95 ++--
 2 files changed, 788 insertions(+), 61 deletions(-)
 create mode 100644 drivers/net/null/#rte_eth_null.c#

-- 
2.47.2


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-03-26 21:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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

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).