From: <shaibran@amazon.com>
To: <ferruh.yigit@amd.com>
Cc: <dev@dpdk.org>, Shai Brandes <shaibran@amazon.com>
Subject: [PATCH 0/1] net/ena: adding a histogram framework to 2.11.0
Date: Tue, 29 Oct 2024 10:02:14 +0200 [thread overview]
Message-ID: <20241029080215.5069-1-shaibran@amazon.com> (raw)
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
next reply other threads:[~2024-10-29 8:02 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-29 8:02 shaibran [this message]
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
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=20241029080215.5069-1-shaibran@amazon.com \
--to=shaibran@amazon.com \
--cc=dev@dpdk.org \
--cc=ferruh.yigit@amd.com \
/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).