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 38C0A4257E; Tue, 12 Sep 2023 16:30:39 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B5A8D40293; Tue, 12 Sep 2023 16:30:38 +0200 (CEST) Received: from mail-ed1-f46.google.com (mail-ed1-f46.google.com [209.85.208.46]) by mails.dpdk.org (Postfix) with ESMTP id B755440272 for ; Tue, 12 Sep 2023 16:30:36 +0200 (CEST) Received: by mail-ed1-f46.google.com with SMTP id 4fb4d7f45d1cf-52a39a1c4d5so7429189a12.3 for ; Tue, 12 Sep 2023 07:30:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20230601.gappssmtp.com; s=20230601; t=1694529036; x=1695133836; darn=dpdk.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:from:to:cc:subject:date :message-id:reply-to; bh=wU8WDYt5JDffycPmRB4Gz4YEf67A6CthKRUo6pQuZws=; b=Hk+YGm3spQ94jveOHvp7UjrUY7iQ3tIo0bXLIWSq0SKXR4U31os02YPcijU+frG5YS 0q3I6bCMTNiK1c1ERdhGAMICGi3yTWNnSi+CjicdtYNzsKgPiNLIbIpqe3xkYAuewM7S tqpxwI7ewGuFWWrbBV41sPL12QMcLEwElyaSZzKl/vUAjZuNG/j/1VMcUIMPSeecIsaz V47zIB8Rf3bVC8U42H5GPCotKgGtg98wlFp5ZewHtYPV5o7Infm/ULzEBgvOvmoJBKLc xCmRFnsB3+5On1bK+oFCh7/N9H0o1VD2UIFnXiwP54SENFc2ebaB9apG2B8n11PFOoWM kxtQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1694529036; x=1695133836; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=wU8WDYt5JDffycPmRB4Gz4YEf67A6CthKRUo6pQuZws=; b=N8910CVfNuGjh7tpinHJHTO1JLquMc5Z6meXT5q4dcxoM8Xz6dMPEM5WozmjNBOPIT 6RH96vZrkIbab976UQvGVaKsNLOof5AWIAi5aZMGjlJO1BHkuoYyX5Hr4jvX4MxwKpfh Q9Qj3k4SQwEYdhi4Dr0k3EMxBqWmdSAqhjVTyReVqJq4oHfI3jfrVBO4Q/ozp2TvWbgP GnAk68/q0sGSorZc27hWh9CZLZqqkk20ibuA4b9WyZBdARwOA9Yl6xK+6FiMIJNnax6b khQXPbl+64oEfJT94pNKCwRjnMQRp214DaLyT1fh4f+yq7YrzX/gQApwB2kcAT3fdnGg WvvQ== X-Gm-Message-State: AOJu0YywCUC4WvuhTpgM8NnDiKrGk3suu739O8XW0yIbSJK0kv5vH4ln xofxyP+t2ruMW6yyr2tY+qwdVA== X-Google-Smtp-Source: AGHT+IFWi5YX2J7/TNICeHHkr9+u/pSrH1iNYZxK+RsFWQ+mMK5g42G5KDw8aP2miDVW83+Xa4KSwQ== X-Received: by 2002:a05:6402:882:b0:52e:1a29:98a with SMTP id e2-20020a056402088200b0052e1a29098amr8958530edy.40.1694529036169; Tue, 12 Sep 2023 07:30:36 -0700 (PDT) Received: from fedora ([79.140.208.123]) by smtp.gmail.com with ESMTPSA id x18-20020aa7d6d2000000b005257f90c976sm6030116edr.3.2023.09.12.07.30.35 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 12 Sep 2023 07:30:35 -0700 (PDT) Date: Tue, 12 Sep 2023 07:30:31 -0700 From: Stephen Hemminger To: Felix Moessbauer Cc: dev@dpdk.org, henning.schild@siemens.com, jan.kiszka@siemens.com, thomas@monjalon.net Subject: Re: [PATCH v6 0/2] Add l2reflect measurement application Message-ID: <20230912073031.63f7ebae@fedora> In-Reply-To: <20220902084533.675698-1-felix.moessbauer@siemens.com> References: <20220902084533.675698-1-felix.moessbauer@siemens.com> X-Mailer: Claws Mail 4.1.1 (GTK 3.24.38; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 On Fri, 2 Sep 2022 10:45:31 +0200 Felix Moessbauer wrote: > app/l2reflect/colors.c | 34 ++ > app/l2reflect/colors.h | 19 + > app/l2reflect/l2reflect.h | 53 ++ > app/l2reflect/main.c | 1007 > +++++++++++++++++++++++++++++++++++++ app/l2reflect/meson.build | > 21 + app/l2reflect/payload.h | 26 + > app/l2reflect/stats.c | 225 +++++++++ > app/l2reflect/stats.h | 67 +++ > app/l2reflect/utils.c | 67 +++ > app/l2reflect/utils.h | 20 + > app/meson.build | 3 +- This belongs in the examples not the app subdirectory. When you resubmit the patch please move it.