Soft Patch Panel
 help / color / mirror / Atom feed
* [spp] [PATCH 0/6] Refactor classifier of spp_vf
@ 2019-08-02  9:33 Yasufumi Ogawa
  2019-08-02  9:33 ` [spp] [PATCH 1/6] spp_vf: rename file classifier_mac Yasufumi Ogawa
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Yasufumi Ogawa @ 2019-08-02  9:33 UTC (permalink / raw)
  To: spp, ferruh.yigit, yasufum.o

This series of patch is to refactor classifier of spp_vf by removing
nouse functions, revise names or so.

Yasufumi Ogawa (6):
  spp_vf: rename file classifier_mac
  spp_vf: rename func spp_classifier_mac_init
  spp_vf: remove no meaning int variables
  spp_vf: rename management_info to cls_mng_info
  spp_vf: refactor variables in classifier.c
  spp_vf: rename spp_classifier_mac_do

 src/vf/Makefile                           |   2 +-
 src/vf/{classifier_mac.c => classifier.c} | 114 +++++++++-------------
 src/vf/{classifier_mac.h => classifier.h} |  12 +--
 src/vf/spp_vf.c                           |  48 +++++----
 src/vf/vf_cmd_runner.c                    |   2 +-
 5 files changed, 76 insertions(+), 102 deletions(-)
 rename src/vf/{classifier_mac.c => classifier.c} (91%)
 rename src/vf/{classifier_mac.h => classifier.h} (90%)

-- 
2.17.1


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

end of thread, other threads:[~2019-08-02  9:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-02  9:33 [spp] [PATCH 0/6] Refactor classifier of spp_vf Yasufumi Ogawa
2019-08-02  9:33 ` [spp] [PATCH 1/6] spp_vf: rename file classifier_mac Yasufumi Ogawa
2019-08-02  9:33 ` [spp] [PATCH 2/6] spp_vf: rename func spp_classifier_mac_init Yasufumi Ogawa
2019-08-02  9:33 ` [spp] [PATCH 3/6] spp_vf: remove no meaning int variables Yasufumi Ogawa
2019-08-02  9:33 ` [spp] [PATCH 4/6] spp_vf: rename management_info to cls_mng_info Yasufumi Ogawa
2019-08-02  9:33 ` [spp] [PATCH 5/6] spp_vf: refactor variables in classifier.c Yasufumi Ogawa
2019-08-02  9:33 ` [spp] [PATCH 6/6] spp_vf: rename spp_classifier_mac_do Yasufumi Ogawa

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