Soft Patch Panel
 help / color / mirror / Atom feed
From: Yasufumi Ogawa <yasufum.o@gmail.com>
To: spp@dpdk.org, ferruh.yigit@intel.com, yasufum.o@gmail.com
Subject: [spp] [PATCH 0/6] Refactor classifier of spp_vf
Date: Fri,  2 Aug 2019 18:33:52 +0900	[thread overview]
Message-ID: <20190802093358.13696-1-yasufum.o@gmail.com> (raw)

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


             reply	other threads:[~2019-08-02  9:34 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-02  9:33 Yasufumi Ogawa [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190802093358.13696-1-yasufum.o@gmail.com \
    --to=yasufum.o@gmail.com \
    --cc=ferruh.yigit@intel.com \
    --cc=spp@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).