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 19082A04F9 for ; Wed, 18 Dec 2019 06:02:07 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 07F2C2C52; Wed, 18 Dec 2019 06:02:07 +0100 (CET) Received: from valinux.co.jp (vagw.valinux.co.jp [210.128.90.14]) by dpdk.org (Postfix) with ESMTP id 723EE1BF70 for ; Wed, 18 Dec 2019 06:02:05 +0100 (CET) Received: by valinux.co.jp (Postfix, from userid 1000) id 0BB3F240360; Wed, 18 Dec 2019 14:02:03 +0900 (JST) From: Itsuro Oda To: spp@dpdk.org, ferruh.yigit@intel.com, yasufum.o@gmail.com Date: Wed, 18 Dec 2019 14:02:02 +0900 Message-Id: <20191218050203.2898-1-oda@valinux.co.jp> X-Mailer: git-send-email 2.17.1 Subject: [spp] [PATCH 0/1] spp_primary: fix incorrect statistics 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" When showing primary's stat, tx_drops of physical ports indicates tx_drops of the ring which has same ID mistakenly. Also stats of ring ports includes other type of ports (ex. vhost) which has same ID mistakenly. This patch fiexes these mistakes. Itsuro Oda (1): spp_primary: fix incorrect statistics src/nfv/commands.h | 7 ++++++- src/primary/main.c | 11 ++++++++--- 2 files changed, 14 insertions(+), 4 deletions(-) -- 2.17.1