Soft Patch Panel
 help / color / mirror / Atom feed
* [spp] [PATCH 0/3] Refactor spp_priamry
@ 2019-01-29 12:20 ogawa.yasufumi
  2019-01-29 12:20 ` [spp] [PATCH 1/3] spp_primary: refactor var names for ring ports ogawa.yasufumi
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: ogawa.yasufumi @ 2019-01-29 12:20 UTC (permalink / raw)
  To: ferruh.yigit, spp, ogawa.yasufumi

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

Implementation of spp_primary is derived from DPDK's multi process
sample app, and some of variable names are remained old after the usage
is changed. For example, `client` or `num_client` was used for rings for
communicating with clients, but it is used for ring port used to
forward. This series of patches is to refactor spp_primary and its
Makefile.

Yasufumi Ogawa (3):
  spp_primary: refactor var names for ring ports
  spp_primary: change include path in Makefile
  spp_primary: add lcore_id_used variable

 src/primary/Makefile |  2 +-
 src/primary/args.c   | 12 +++++------
 src/primary/args.h   |  4 ++--
 src/primary/init.c   | 57 ++++++++++++++++++++++++++++++----------------------
 src/primary/init.h   | 21 ++++++++++++-------
 src/primary/main.c   | 11 +++++-----
 src/shared/common.c  |  8 ++++++--
 src/shared/common.h  |  2 ++
 8 files changed, 70 insertions(+), 47 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2019-01-29 12:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-29 12:20 [spp] [PATCH 0/3] Refactor spp_priamry ogawa.yasufumi
2019-01-29 12:20 ` [spp] [PATCH 1/3] spp_primary: refactor var names for ring ports ogawa.yasufumi
2019-01-29 12:20 ` [spp] [PATCH 2/3] spp_primary: change include path in Makefile ogawa.yasufumi
2019-01-29 12:20 ` [spp] [PATCH 3/3] spp_primary: add lcore_id_used variable 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).