From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 1E763A0519 for ; Mon, 22 Jun 2020 06:57:57 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D4DF11C10E; Mon, 22 Jun 2020 06:57:56 +0200 (CEST) Received: from mail.valinux.co.jp (mail.valinux.co.jp [210.128.90.3]) by dpdk.org (Postfix) with ESMTP id AB3A61C10E for ; Mon, 22 Jun 2020 06:57:55 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail.valinux.co.jp (Postfix) with ESMTP id DC48FA040A; Mon, 22 Jun 2020 13:57:53 +0900 (JST) X-Virus-Scanned: Debian amavisd-new at valinux.co.jp Received: from mail.valinux.co.jp ([127.0.0.1]) by localhost (mail.valinux.co.jp [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lhFXFsyxqmrF; Mon, 22 Jun 2020 13:57:53 +0900 (JST) Received: from [127.0.0.1] (vagw.valinux.co.jp [210.128.90.14]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.valinux.co.jp (Postfix) with ESMTPS id B6FD7A0404; Mon, 22 Jun 2020 13:57:53 +0900 (JST) Date: Mon, 22 Jun 2020 13:57:53 +0900 From: Itsuro ODA To: spp@dpdk.org, yasufum.o@gmail.com In-Reply-To: <20200622011854.8059-1-x-fn-spp-ml@ntt-tx.co.jp> References: <20200622011854.8059-1-x-fn-spp-ml@ntt-tx.co.jp> Message-Id: <20200622135753.A1FF.277DD91C@valinux.co.jp> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.74.02 [ja] Subject: Re: [spp] [PATCH 0/5] remove ringlatency stats functionality X-BeenThere: spp@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Soft Patch Panel List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: spp-bounces@dpdk.org Sender: "spp" Reviewed-by: Itsuro Oda On Mon, 22 Jun 2020 10:18:49 +0900 x-fn-spp-ml@ntt-tx.co.jp wrote: > From: Hideyuki Yamashita > > This patch set removes 'ringlatency stats' > functionality which is not used anymore. > > Hideyuki Yamashita (5): > Makefile: remove ringlatency stats functionality > shared: remove ringlatency stats functionality > vf: remove ringlatency stats functionality > pcap: remove ringlatency stats functionality > mirror: remove ringlatency stats functionality > > src/mirror/Makefile | 6 - > src/mirror/spp_mirror.c | 43 ---- > src/pcap/Makefile | 2 - > src/pcap/spp_pcap.c | 8 - > .../secondary/spp_worker_th/cmd_utils.h | 3 - > .../secondary/spp_worker_th/latency_stats.c | 240 ------------------ > .../secondary/spp_worker_th/latency_stats.h | 167 ------------ > .../secondary/spp_worker_th/port_capability.c | 47 ---- > src/vf/Makefile | 6 - > src/vf/classifier.c | 19 +- > src/vf/forwarder.c | 19 +- > src/vf/spp_vf.c | 27 -- > 12 files changed, 8 insertions(+), 579 deletions(-) > delete mode 100644 src/shared/secondary/spp_worker_th/latency_stats.c > delete mode 100644 src/shared/secondary/spp_worker_th/latency_stats.h > > -- > 2.17.1 -- Itsuro ODA