Re: [PATCH v2 0/5] net/mlx5: introduce Tx datapath tracing

2023-06-29 Thread Robin Jarry
Slava Ovsiienko, Jun 29, 2023 at 09:16: > Hi, Robin > > Thank you for your courtesy about script reviewing. > Please see an attachment - the raw data gathered as a result of tracing, and > brief description. Thanks for the details. I think that most of the contents of the included pdf file should

Re: [PATCH v2 0/5] net/mlx5: introduce Tx datapath tracing

2023-06-28 Thread Robin Jarry
Thomas Monjalon, Jun 27, 2023 at 13:34: > Robin, would you have time to look at this trace processing script > please? Hi there, I've had a brief look at the script. I don't exactly know what it is taking as input and should be producing as output. Could you give some examples? Maybe I could sug

Re: [PATCH v2 0/5] net/mlx5: introduce Tx datapath tracing

2023-06-27 Thread Thomas Monjalon
bject: Re: [PATCH v2 0/5] net/mlx5: introduce Tx datapath tracing > > > > 20/06/2023 14:00, Raslan Darawsheh: > > > Hi, > > > > > > > -Original Message- > > > > From: Viacheslav Ovsiienko > > > > Sent: Tuesday, June 13

RE: [PATCH v2 0/5] net/mlx5: introduce Tx datapath tracing

2023-06-27 Thread Slava Ovsiienko
> -Original Message- > From: Thomas Monjalon > Sent: Tuesday, June 27, 2023 3:46 AM > To: Slava Ovsiienko > Cc: dev@dpdk.org; Raslan Darawsheh ; > rja...@redhat.com; jer...@marvell.com > Subject: Re: [PATCH v2 0/5] net/mlx5: introduce Tx datapath tracing > &g

Re: [PATCH v2 0/5] net/mlx5: introduce Tx datapath tracing

2023-06-26 Thread Thomas Monjalon
20/06/2023 14:00, Raslan Darawsheh: > Hi, > > > -Original Message- > > From: Viacheslav Ovsiienko > > Sent: Tuesday, June 13, 2023 7:59 PM > > To: dev@dpdk.org > > Subject: [PATCH v2 0/5] net/mlx5: introduce Tx datapath tracing > > > > T

RE: [PATCH v2 0/5] net/mlx5: introduce Tx datapath tracing

2023-06-20 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Viacheslav Ovsiienko > Sent: Tuesday, June 13, 2023 7:59 PM > To: dev@dpdk.org > Subject: [PATCH v2 0/5] net/mlx5: introduce Tx datapath tracing > > The mlx5 provides the send scheduling on specific moment of time, > and

[PATCH v2 0/5] net/mlx5: introduce Tx datapath tracing

2023-06-13 Thread Viacheslav Ovsiienko
The mlx5 provides the send scheduling on specific moment of time, and for the related kind of applications it would be extremely useful to have extra debug information - when and how packets were scheduled and when the actual sending was completed by the NIC hardware (it helps application to track