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

Yasufumi Ogawa yasufum.o at gmail.com
Fri Jul 10 07:46:06 CEST 2020


> From: Hideyuki Yamashita <yamashita.hideyuki at ntt-tx.co.jp>
> 
> v2:
> * change tag name of each patch to appropriate ones.
> 
> Hideyuki Yamashita (5):
>    makefile: remove ringlatency stats functionality
>    shared/sec: remove ringlatency stats functionality
>    spp_pcap: remove ringlatency stats functionality
>    spp_vf: remove ringlatency stats functionality
>    spp_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
> 
Applied, thanks!


More information about the spp mailing list