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 8EC63A0350 for ; Mon, 22 Jun 2020 03:18:59 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4EFEB1C0C0; Mon, 22 Jun 2020 03:18:59 +0200 (CEST) Received: from dish-sg.nttdocomo.co.jp (dish-sg.nttdocomo.co.jp [202.19.227.74]) by dpdk.org (Postfix) with ESMTP id BC3131C0C0 for ; Mon, 22 Jun 2020 03:18:57 +0200 (CEST) X-dD-Source: Outbound Received: from zssg-mailmd106.ddreams.local (zssg-mailmd900.ddreams.local [10.160.172.63]) by zssg-mailou104.ddreams.local (Postfix) with ESMTP id 3F1D41200F0; Mon, 22 Jun 2020 10:18:55 +0900 (JST) Received: from zssg-mailmf106.ddreams.local (zssg-mailmf900.ddreams.local [10.160.172.84]) by zssg-mailmd106.ddreams.local (dDREAMS) with ESMTP id <0QCA01EYRZNJ1060@dDREAMS>; Mon, 22 Jun 2020 10:18:55 +0900 (JST) Received: from zssg-mailmf106.ddreams.local (unknown [127.0.0.1]) by zssg-mailmf106.ddreams.local (Postfix) with ESMTP id 2303E7E6032; Mon, 22 Jun 2020 10:18:55 +0900 (JST) Received: from zssg-mailmf106.ddreams.local (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 21BCB8E6063; Mon, 22 Jun 2020 10:18:55 +0900 (JST) Received: from localhost (unknown [127.0.0.1]) by IMSVA (Postfix) with SMTP id 207D88E605F; Mon, 22 Jun 2020 10:18:55 +0900 (JST) X-IMSS-HAND-OFF-DIRECTIVE: localhost:10026 Received: from zssg-mailmf106.ddreams.local (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id D91458E6057; Mon, 22 Jun 2020 10:18:54 +0900 (JST) Received: from davinci.ntt-tx.co.jp (unknown [10.160.183.139]) by zssg-mailmf106.ddreams.local (Postfix) with ESMTP; Mon, 22 Jun 2020 10:18:54 +0900 (JST) From: x-fn-spp-ml@ntt-tx.co.jp To: spp@dpdk.org, yasufum.o@gmail.com Date: Mon, 22 Jun 2020 10:18:49 +0900 Message-id: <20200622011854.8059-1-x-fn-spp-ml@ntt-tx.co.jp> X-Mailer: git-send-email 2.25.1 MIME-version: 1.0 Content-transfer-encoding: 8bit X-TM-AS-GCONF: 00 Subject: [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" 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