From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id D758FA0540; Wed, 21 Sep 2022 11:43:14 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C059940697; Wed, 21 Sep 2022 11:43:14 +0200 (CEST) Received: from smartserver.smartsharesystems.com (smartserver.smartsharesystems.com [77.243.40.215]) by mails.dpdk.org (Postfix) with ESMTP id 0B3AE4014F for ; Wed, 21 Sep 2022 11:43:14 +0200 (CEST) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: [PATCH v6 0/2] Add l2reflect measurement application Date: Wed, 21 Sep 2022 11:43:13 +0200 Message-ID: <98CBD80474FA8B44BF855DF32C47DC35D87339@smartserver.smartshare.dk> In-Reply-To: <20220902084533.675698-1-felix.moessbauer@siemens.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [PATCH v6 0/2] Add l2reflect measurement application Thread-Index: Adi+qGcX3wQD383JTOeHncm4BwXXjAO9E1Ow References: <20220902084533.675698-1-felix.moessbauer@siemens.com> From: =?iso-8859-1?Q?Morten_Br=F8rup?= To: "Felix Moessbauer" , , Cc: , , "Maxime Coquelin" , "Marcelo Tosatti" X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org > From: Felix Moessbauer [mailto:felix.moessbauer@siemens.com] > Sent: Friday, 2 September 2022 10.46 >=20 > Dear DPDK community, >=20 > this patch provides the l2reflect measurement tool > which will be discussed in our 2022 DPDK Userspace Summit talk: > "Using DPDK OVS for deterministic low latency communication" >=20 > While the code still might need some polish, we believe it is > a good starting point for discussions about low latency networking > in DPDK. >=20 > The tool can also be used in a CI environment to contineously > measure latencies across the evolution of DPDK and Linux. >=20 > Best regards, > Felix Moessbauer > Siemens AG Dear Felix and Henning, Great to meet you at the 2022 DPDK Userspace conference. Have you considered using the Configuration Testing Protocol (CTP), = described in chapter 8 of the Ethernet specification from 1984 [1], = instead of your own packet format and the Local Experimental Ethertype? [1]: http://decnet.ipv7.net/docs/dundas/aa-k759b-tk.pdf The CTP an obsolete protocol, and not part of the IEEE standards for = Ethernet, but I think Wireshark is able to parse such packets. There might also be long term perspectives in building on top of a = published (although obsolete) standard - e.g. the protocol could be = revived and become part of the DPDK protocol library, along with LACP. On the other hand, it might limit your ability to expand the protocol. Med venlig hilsen / Kind regards, -Morten Br=F8rup