Re: [PATCH v6 2/2] Add l2reflect measurement application

2022-10-20 Thread Maxime Coquelin
Subject: Re: [PATCH v6 2/2] Add l2reflect measurement application Hi Felix, First, I support the idea of having the l2reflect application part of the DPDK repository. Hi Maxime, Many thanks for the review. I'm currently travelling but plan to address all responses regarding l2reflect i

RE: [PATCH v6 2/2] Add l2reflect measurement application

2022-09-25 Thread Moessbauer, Felix
> -Original Message- > From: Maxime Coquelin > Sent: Tuesday, September 20, 2022 10:02 PM > To: Moessbauer, Felix (T CED SES-DE) ; > dev@dpdk.org > Cc: Schild, Henning (T CED SES-DE) ; Kiszka, Jan > (T CED) ; tho...@monjalon.net; Marcelo Tosatti > > Subj

Re: [PATCH v6 2/2] Add l2reflect measurement application

2022-09-21 Thread Jerin Jacob
On Wed, Sep 21, 2022 at 8:43 PM Henning Schild wrote: > > Am Wed, 21 Sep 2022 20:12:21 +0530 > schrieb Jerin Jacob : > > > On Fri, Sep 2, 2022 at 2:16 PM Felix Moessbauer > > wrote: > > > > > > The l2reflect application implements a ping-pong benchmark to > > > measure the latency between two ins

Re: [PATCH v6 2/2] Add l2reflect measurement application

2022-09-21 Thread Henning Schild
Am Wed, 21 Sep 2022 20:12:21 +0530 schrieb Jerin Jacob : > On Fri, Sep 2, 2022 at 2:16 PM Felix Moessbauer > wrote: > > > > The l2reflect application implements a ping-pong benchmark to > > measure the latency between two instances. For communication, > > we use raw ethernet and send one packet a

Re: [PATCH v6 2/2] Add l2reflect measurement application

2022-09-21 Thread Thomas Monjalon
21/09/2022 16:42, Jerin Jacob: > On Fri, Sep 2, 2022 at 2:16 PM Felix Moessbauer > wrote: > > > > The l2reflect application implements a ping-pong benchmark to > > measure the latency between two instances. For communication, > > we use raw ethernet and send one packet at a time. The timing data >

Re: [PATCH v6 2/2] Add l2reflect measurement application

2022-09-21 Thread Jerin Jacob
On Fri, Sep 2, 2022 at 2:16 PM Felix Moessbauer wrote: > > The l2reflect application implements a ping-pong benchmark to > measure the latency between two instances. For communication, > we use raw ethernet and send one packet at a time. The timing data > is collected locally and min/max/avg value

Re: [PATCH v6 2/2] Add l2reflect measurement application

2022-09-20 Thread Maxime Coquelin
Hi Felix, First, I support the idea of having the l2reflect application part of the DPDK repository. Please note CI failed to build it on different platforms: http://mails.dpdk.org/archives/test-report/2022-September/304617.html It also fails to build on my Fc35 machine: [3237/3537] Compiling C

[PATCH v6 2/2] Add l2reflect measurement application

2022-09-02 Thread Felix Moessbauer
The l2reflect application implements a ping-pong benchmark to measure the latency between two instances. For communication, we use raw ethernet and send one packet at a time. The timing data is collected locally and min/max/avg values are displayed in a TUI. Finally, a histogram of the latencies is