From: Shai Brandes <shaib...@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