DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 0/4] Have event adapters report idle status
@ 2022-10-10 14:54 Mattias Rönnblom
  2022-10-10 14:54 ` [PATCH 1/4] eventdev: have crypto adapter appropriately report idle Mattias Rönnblom
                   ` (3 more replies)
  0 siblings, 4 replies; 17+ messages in thread
From: Mattias Rönnblom @ 2022-10-10 14:54 UTC (permalink / raw)
  To: Jay Jayatheerthan, Erik Gabriel Carrillo, Abhinandan Gujjar, Jerin Jacob
  Cc: dev, Harry van Haaren, hofors, Mattias Rönnblom

This series updates the event adapters' service functions to report
back to the service cores framework, whether or not any useful work
was performed. This in turn makes it possible to use the service core
statistics to compute service lcore load (i.e., the fraction of time
its EAL thread is doing something useful).

This patchset does not affect scenarios where the event device has
internal ports for relaying packets from the NIC into the scheduler
(and vice versa), and thus no service core is required.

Mattias Rönnblom (4):
  eventdev: have crypto adapter appropriately report idle
  eventdev: have ethernet Rx adapter appropriately report idle
  eventdev: have ethernet Tx adapter appropriately report idle
  eventdev: have timer adapter appropriately report idle

 lib/eventdev/rte_event_crypto_adapter.c | 12 ++++--
 lib/eventdev/rte_event_eth_rx_adapter.c | 56 ++++++++++++++++++-------
 lib/eventdev/rte_event_eth_tx_adapter.c | 13 ++++--
 lib/eventdev/rte_event_timer_adapter.c  |  3 +-
 4 files changed, 60 insertions(+), 24 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2022-10-19 11:32 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-10 14:54 [PATCH 0/4] Have event adapters report idle status Mattias Rönnblom
2022-10-10 14:54 ` [PATCH 1/4] eventdev: have crypto adapter appropriately report idle Mattias Rönnblom
2022-10-17  5:47   ` Gujjar, Abhinandan S
2022-10-10 14:54 ` [PATCH 2/4] eventdev: have ethernet Rx " Mattias Rönnblom
2022-10-11  7:10   ` Jayatheerthan, Jay
2022-10-13  1:32     ` Naga Harish K, S V
2022-10-13  9:53       ` Mattias Rönnblom
2022-10-14 17:36         ` Jerin Jacob
2022-10-17 12:36           ` Naga Harish K, S V
2022-10-18  9:19             ` Jayatheerthan, Jay
2022-10-10 14:54 ` [PATCH 3/4] eventdev: have ethernet Tx " Mattias Rönnblom
2022-10-11  7:10   ` Jayatheerthan, Jay
2022-10-13  1:30     ` Naga Harish K, S V
2022-10-18  9:19       ` Jayatheerthan, Jay
2022-10-19 11:32         ` Jerin Jacob
2022-10-10 14:54 ` [PATCH 4/4] eventdev: have timer " Mattias Rönnblom
2022-10-17 21:42   ` Carrillo, Erik G

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