[spp] [PATCH 0/5] remove ringlatency stats functionality

Yasufumi Ogawa yasufum.o at gmail.com
Thu Jul 2 02:31:14 CEST 2020


> From: Hideyuki Yamashita <yamashita.hideyuki at 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
> 


More information about the spp mailing list