From: Yasufumi Ogawa <yasufum.o@gmail.com>
To: x-fn-spp-ml@ntt-tx.co.jp
Cc: spp@dpdk.org
Subject: Re: [spp] [PATCH 0/5] remove ringlatency stats functionality
Date: Thu, 2 Jul 2020 09:31:14 +0900 [thread overview]
Message-ID: <383313ba-bd90-2d01-f203-78f50290043b@gmail.com> (raw)
In-Reply-To: <20200622011854.8059-1-x-fn-spp-ml@ntt-tx.co.jp>
> From: Hideyuki Yamashita <yamashita.hideyuki@ntt-tx.co.jp>
>
> 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
All of tag names are inappropriate. Please find names from `git log
--oneline` and collect them. The reason why `shared:` not appropriate is
because all changes in this patch is only for `shared/secondary`, so tag
name should be `shared/sec:`.
Thanks
>
> 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
>
next prev parent reply other threads:[~2020-07-02 0:31 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-22 1:18 x-fn-spp-ml
2020-06-22 1:18 ` [spp] [PATCH 1/5] Makefile: " x-fn-spp-ml
2020-06-22 1:18 ` [spp] [PATCH 2/5] shared: " x-fn-spp-ml
2020-06-22 1:18 ` [spp] [PATCH 3/5] vf: " x-fn-spp-ml
2020-06-22 1:18 ` [spp] [PATCH 4/5] pcap: " x-fn-spp-ml
2020-06-22 1:18 ` [spp] [PATCH 5/5] mirror: " x-fn-spp-ml
2020-06-22 4:57 ` [spp] [PATCH 0/5] " Itsuro ODA
2020-07-02 0:31 ` Yasufumi Ogawa [this message]
2020-07-09 4:28 ` Yasufumi Ogawa
2020-07-09 5:30 ` [spp] [PATCH v2 " x-fn-spp-ml
2020-07-10 5:46 ` Yasufumi Ogawa
2020-07-09 5:30 ` [spp] [PATCH v2 1/5] makefile: " x-fn-spp-ml
2020-07-09 5:30 ` [spp] [PATCH v2 2/5] shared/sec: " x-fn-spp-ml
2020-07-09 5:30 ` [spp] [PATCH v2 3/5] spp_pcap: " x-fn-spp-ml
2020-07-09 5:30 ` [spp] [PATCH v2 4/5] spp_vf: " x-fn-spp-ml
2020-07-09 5:30 ` [spp] [PATCH v2 5/5] spp_mirror: " x-fn-spp-ml
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=383313ba-bd90-2d01-f203-78f50290043b@gmail.com \
--to=yasufum.o@gmail.com \
--cc=spp@dpdk.org \
--cc=x-fn-spp-ml@ntt-tx.co.jp \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).