Soft Patch Panel
 help / color / mirror / Atom feed
* [spp] [PATCH 0/2] Fix compile errors of ring latency stats
@ 2019-07-01  4:12 yasufum.o
  2019-07-01  4:12 ` [spp] [PATCH 1/2] shared/sec: fix compile error of ringlatencystats yasufum.o
  2019-07-01  4:12 ` [spp] [PATCH 2/2] shared/sec: remove source and header of spp_port yasufum.o
  0 siblings, 2 replies; 3+ messages in thread
From: yasufum.o @ 2019-07-01  4:12 UTC (permalink / raw)
  To: spp, ferruh.yigit, yasufum.o

From: Yasufumi Ogawa <yasufum.o@gmail.com>

For adding burst functions and changing dir structure, it causes compile
errors if CFLAG DSPP_RINGLATENCYSTATS_ENABLE is activated in each of
Makefiles. This update is to fix this issue.

Yasufumi Ogawa (2):
  shared/sec: fix compile error of ringlatencystats
  shared/sec: remove source and header of spp_port

 src/mirror/Makefile                           |  1 -
 src/mirror/spp_mirror.c                       | 37 +++++++--
 src/pcap/Makefile                             |  1 -
 src/pcap/spp_pcap.c                           | 13 ++-
 .../spp_worker_th/cmd_res_formatter.c         |  1 -
 .../secondary/spp_worker_th/cmd_runner.c      |  1 -
 .../secondary/spp_worker_th/cmd_utils.c       | 41 ----------
 .../secondary/spp_worker_th/cmd_utils.h       |  5 --
 .../secondary/spp_worker_th/port_capability.c | 60 ++++++++++----
 .../secondary/spp_worker_th/port_capability.h |  4 +-
 .../spp_worker_th/ringlatencystats.c          | 81 +++++++++++++++++++
 .../spp_worker_th/ringlatencystats.h          | 65 +++++++++++++++
 src/shared/secondary/spp_worker_th/spp_port.c | 57 -------------
 src/shared/secondary/spp_worker_th/spp_port.h | 34 --------
 src/vf/Makefile                               |  2 +-
 src/vf/classifier_mac.c                       | 16 ++++
 src/vf/forwarder.c                            | 18 ++++-
 src/vf/spp_vf.c                               |  9 ++-
 18 files changed, 272 insertions(+), 174 deletions(-)
 delete mode 100644 src/shared/secondary/spp_worker_th/spp_port.c
 delete mode 100644 src/shared/secondary/spp_worker_th/spp_port.h

-- 
2.17.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-07-01  4:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-01  4:12 [spp] [PATCH 0/2] Fix compile errors of ring latency stats yasufum.o
2019-07-01  4:12 ` [spp] [PATCH 1/2] shared/sec: fix compile error of ringlatencystats yasufum.o
2019-07-01  4:12 ` [spp] [PATCH 2/2] shared/sec: remove source and header of spp_port yasufum.o

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).