Soft Patch Panel
 help / color / mirror / Atom feed
* [spp] [PATCH 0/9] Refactor func and struct for spp_pcap resources
@ 2019-05-31  8:51 ogawa.yasufumi
  2019-05-31  8:51 ` [spp] [PATCH 1/9] spp_pcap: rename enum spp_core_status ogawa.yasufumi
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: ogawa.yasufumi @ 2019-05-31  8:51 UTC (permalink / raw)
  To: spp, ferruh.yigit, ogawa.yasufumi

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

This series of patches is to refactor functions, structs and vars for
manipulating resources of spp_pcap.

Yasufumi Ogawa (9):
  spp_pcap: rename enum spp_core_status
  spp_pcap: rename file of util libs
  spp_pcap: refactor parse error code
  spp_pcap: rename define starts from SPP_CMD_MAX
  spp_pcap: rename define of buffer size for cmds
  spp_pcap: revise name of error message object
  spp_pcap: revise return codes
  spp_pcap: rename struct spp_port_info
  spp_pcap: rename struct spp_port_index

 src/pcap/Makefile                             |   2 +-
 src/pcap/{command_dec.c => cmd_parser.c}      |  72 +++--
 src/pcap/{command_dec.h => cmd_parser.h}      |  44 +--
 src/pcap/{command_proc.c => cmd_runner.c}     | 304 +++++++++---------
 src/pcap/{command_proc.h => cmd_runner.h}     |  14 +-
 src/pcap/cmd_utils.c                          |  62 ++--
 src/pcap/cmd_utils.h                          |  90 +++---
 src/pcap/spp_pcap.c                           | 193 +++++------
 src/pcap/spp_pcap.h                           |   4 +-
 .../secondary/spp_worker_th/cmd_utils.h       |   2 +-
 10 files changed, 398 insertions(+), 389 deletions(-)
 rename src/pcap/{command_dec.c => cmd_parser.c} (68%)
 rename src/pcap/{command_dec.h => cmd_parser.h} (69%)
 rename src/pcap/{command_proc.c => cmd_runner.c} (81%)
 rename src/pcap/{command_proc.h => cmd_runner.h} (71%)

-- 
2.17.1


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

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

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-31  8:51 [spp] [PATCH 0/9] Refactor func and struct for spp_pcap resources ogawa.yasufumi
2019-05-31  8:51 ` [spp] [PATCH 1/9] spp_pcap: rename enum spp_core_status ogawa.yasufumi
2019-05-31  8:51 ` [spp] [PATCH 2/9] spp_pcap: rename file of util libs ogawa.yasufumi
2019-05-31  8:51 ` [spp] [PATCH 3/9] spp_pcap: refactor parse error code ogawa.yasufumi
2019-05-31  8:51 ` [spp] [PATCH 4/9] spp_pcap: rename define starts from SPP_CMD_MAX ogawa.yasufumi
2019-05-31  8:51 ` [spp] [PATCH 5/9] spp_pcap: rename define of buffer size for cmds ogawa.yasufumi
2019-05-31  8:51 ` [spp] [PATCH 6/9] spp_pcap: revise name of error message object ogawa.yasufumi
2019-05-31  8:51 ` [spp] [PATCH 7/9] spp_pcap: revise return codes ogawa.yasufumi
2019-05-31  8:51 ` [spp] [PATCH 8/9] spp_pcap: rename struct spp_port_info ogawa.yasufumi
2019-05-31  8:51 ` [spp] [PATCH 9/9] spp_pcap: rename struct spp_port_index 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).