DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] net/ena: adding a histogram framework to 2.11.0
@ 2024-10-29  8:02 shaibran
  2024-10-29  8:02 ` [PATCH 1/1] net/ena: add histogram support shaibran
  2024-10-29  8:54 ` [PATCH 0/1] net/ena: adding a histogram framework to 2.11.0 Morten Brørup
  0 siblings, 2 replies; 6+ messages in thread
From: shaibran @ 2024-10-29  8:02 UTC (permalink / raw)
  To: ferruh.yigit; +Cc: dev, Shai Brandes

From: Shai Brandes <shaibran@amazon.com>

This update is an enhancement to the ENA driver version 2.11.0 release.
It is a "nice to have" feature for the 24.11 release, should it be
included before the code freeze deadline.

This addition leverages an internal framework used in our testing
processes, which may offer significant benefits for customers.
It calculates the differences between specified start and end
points in the code, generating a histogram of time intervals
to provide detailed insights into performance.

Shai Brandes (1):
  net/ena: add histogram support

 doc/guides/nics/ena.rst                | 130 ++++++++++++++
 doc/guides/rel_notes/release_24_11.rst |   2 +
 drivers/net/ena/ena_histogram.h        | 235 +++++++++++++++++++++++++
 3 files changed, 367 insertions(+)
 create mode 100644 drivers/net/ena/ena_histogram.h

-- 
2.17.1


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

end of thread, other threads:[~2024-10-31 12:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-29  8:02 [PATCH 0/1] net/ena: adding a histogram framework to 2.11.0 shaibran
2024-10-29  8:02 ` [PATCH 1/1] net/ena: add histogram support shaibran
2024-10-29 16:22   ` Stephen Hemminger
2024-10-31 12:46     ` Brandes, Shai
2024-10-29  8:54 ` [PATCH 0/1] net/ena: adding a histogram framework to 2.11.0 Morten Brørup
2024-10-31 12:45   ` Brandes, Shai

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