RE: [PATCH 1/1] net/ena: add histogram support

2024-10-31 Thread Brandes, Shai
> -Original Message- > From: Stephen Hemminger > Sent: Tuesday, October 29, 2024 6:23 PM > To: Brandes, Shai > Cc: ferruh.yi...@amd.com; dev@dpdk.org; Bernstein, Amit > > Subject: RE: [EXTERNAL] [PATCH 1/1] net/ena: add histogram support > > CAUTION:

[PATCH 1/1] net/ena: add histogram support

2024-10-29 Thread shaibran
From: Shai Brandes The framework computes the differences between specified start and end points in the code, providing insights into performance by outputting a histogram of the time intervals. The histogram can be used to track metrics like packet processing latency in the network driver. This