Soft Patch Panel
 help / color / mirror / Atom feed
* [spp] [PATCH 0/6] Refactor functions for manipulating thread info
@ 2019-05-31  3:36 ogawa.yasufumi
  2019-05-31  3:36 ` [spp] [PATCH 1/6] shared/sec: refactor func for deleting comp info ogawa.yasufumi
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: ogawa.yasufumi @ 2019-05-31  3:36 UTC (permalink / raw)
  To: spp, ferruh.yigit, ogawa.yasufumi

From: Yasufumi Ogawa <ogawa.yasufumi@lab.ntt.co.jp>

This series of update is to refactor functions for manipulating info of
worker thread previously called as component.

Yasufumi Ogawa (6):
  shared/sec: refactor func for deleting comp info
  shared/sec: revise types of spp worker
  shared/sec: rename funcs of flush cmd
  shared/sec: rename file spp_proc to cmd_utils
  shared/sec: refactor name of funcs for exec cmd
  shared/sec: rename struct spp_command

 src/mirror/Makefile                           |   2 +-
 src/mirror/spp_mirror.c                       |  51 +++---
 src/pcap/Makefile                             |   2 +-
 src/pcap/{spp_proc.c => cmd_utils.c}          |   2 +-
 src/pcap/{spp_proc.h => cmd_utils.h}          |   6 +-
 src/pcap/command_dec.h                        |   2 +-
 src/pcap/command_proc.h                       |   2 +-
 src/pcap/spp_pcap.c                           |   2 +-
 src/pcap/spp_pcap.h                           |   2 +-
 .../secondary/spp_worker_th/cmd_parser.c      |  63 +++----
 .../secondary/spp_worker_th/cmd_parser.h      |  12 +-
 .../secondary/spp_worker_th/cmd_runner.c      | 159 +++++++++---------
 .../secondary/spp_worker_th/cmd_runner.h      |  10 +-
 .../spp_worker_th/{spp_proc.c => cmd_utils.c} |  87 +++++-----
 .../spp_worker_th/{spp_proc.h => cmd_utils.h} |  70 ++++----
 .../secondary/spp_worker_th/command_conn.h    |   2 +-
 .../secondary/spp_worker_th/mirror_deps.h     |   2 +-
 .../spp_worker_th/ringlatencystats.c          |   2 +-
 src/shared/secondary/spp_worker_th/spp_port.h |   8 +-
 src/shared/secondary/spp_worker_th/vf_deps.h  |   8 +-
 src/vf/Makefile                               |   2 +-
 src/vf/classifier_mac.c                       |   2 +-
 src/vf/spp_forward.c                          |  23 ++-
 src/vf/spp_vf.c                               |   6 +-
 24 files changed, 263 insertions(+), 264 deletions(-)
 rename src/pcap/{spp_proc.c => cmd_utils.c} (99%)
 rename src/pcap/{spp_proc.h => cmd_utils.h} (99%)
 rename src/shared/secondary/spp_worker_th/{spp_proc.c => cmd_utils.c} (94%)
 rename src/shared/secondary/spp_worker_th/{spp_proc.h => cmd_utils.h} (92%)

-- 
2.17.1


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

end of thread, other threads:[~2019-05-31  3:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-31  3:36 [spp] [PATCH 0/6] Refactor functions for manipulating thread info ogawa.yasufumi
2019-05-31  3:36 ` [spp] [PATCH 1/6] shared/sec: refactor func for deleting comp info ogawa.yasufumi
2019-05-31  3:36 ` [spp] [PATCH 2/6] shared/sec: revise types of spp worker ogawa.yasufumi
2019-05-31  3:36 ` [spp] [PATCH 3/6] shared/sec: rename funcs of flush cmd ogawa.yasufumi
2019-05-31  3:36 ` [spp] [PATCH 4/6] shared/sec: rename file spp_proc to cmd_utils ogawa.yasufumi
2019-05-31  3:36 ` [spp] [PATCH 5/6] shared/sec: refactor name of funcs for exec cmd ogawa.yasufumi
2019-05-31  3:36 ` [spp] [PATCH 6/6] shared/sec: rename struct spp_command ogawa.yasufumi

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