[spp] [PATCH 0/5] Refactor source of cmd parser port utils

ogawa.yasufumi at lab.ntt.co.jp ogawa.yasufumi at lab.ntt.co.jp
Fri May 10 10:35:22 CEST 2019


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

This series of update is to change the name `command_dec.c` to
`cmd_parser.c` and refactor vars and functions mainly for port
management defined in the file.

Yasufumi Ogawa (5):
  shared/sec: rename src command_dec to cmd_parser
  shared/sec: remove no meaning str defines
  shared/sec: rename lists of fixed strings
  shared/sec: rename struct for attrs of classify
  shared/sec: rename sppwk port util functions

 src/mirror/Makefile                           |   2 +-
 .../{command_dec.c => cmd_parser.c}           | 234 +++++++-----------
 .../secondary/spp_worker_th/cmd_parser.h      |   6 +-
 .../secondary/spp_worker_th/command_proc.c    |  75 +++---
 src/shared/secondary/spp_worker_th/spp_proc.c |  33 ++-
 src/shared/secondary/spp_worker_th/spp_proc.h |  28 +--
 src/vf/Makefile                               |   2 +-
 src/vf/classifier_mac.c                       |   8 +-
 8 files changed, 165 insertions(+), 223 deletions(-)
 rename src/shared/secondary/spp_worker_th/{command_dec.c => cmd_parser.c} (81%)

-- 
2.17.1



More information about the spp mailing list