Soft Patch Panel
 help / color / mirror / Atom feed
* [spp] [PATCH 0/2] Move forward functions for ports to shared
@ 2019-10-14 18:44 Yasufumi Ogawa
  2019-10-14 18:44 ` [spp] [PATCH 1/2] spp_nfv: move forward func to be shared Yasufumi Ogawa
  2019-10-14 18:44 ` [spp] [PATCH 2/2] spp_nfv: move util funcs for ports to shared Yasufumi Ogawa
  0 siblings, 2 replies; 3+ messages in thread
From: Yasufumi Ogawa @ 2019-10-14 18:44 UTC (permalink / raw)
  To: spp, ferruh.yigit, yasufum.o

This series of patches is to move forward() and other util functions
to shared dir to enable it to be used from other processes including
spp_primary.

Yasufumi Ogawa (2):
  spp_nfv: move forward func to be shared
  spp_nfv: move util funcs for ports to shared

 src/nfv/Makefile                              |  2 +-
 src/nfv/main.c                                | 51 +----------------
 src/nfv/params.h                              |  4 --
 src/shared/basic_forwarder.c                  | 55 +++++++++++++++++++
 src/shared/basic_forwarder.h                  | 13 +++++
 src/shared/common.h                           |  3 +
 .../nfv_utils.h => shared/port_manager.h}     | 20 ++++---
 src/shared/secondary/common.h                 |  2 -
 8 files changed, 85 insertions(+), 65 deletions(-)
 create mode 100644 src/shared/basic_forwarder.c
 create mode 100644 src/shared/basic_forwarder.h
 rename src/{nfv/nfv_utils.h => shared/port_manager.h} (83%)

-- 
2.17.1


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

end of thread, other threads:[~2019-10-14 18:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-14 18:44 [spp] [PATCH 0/2] Move forward functions for ports to shared Yasufumi Ogawa
2019-10-14 18:44 ` [spp] [PATCH 1/2] spp_nfv: move forward func to be shared Yasufumi Ogawa
2019-10-14 18:44 ` [spp] [PATCH 2/2] spp_nfv: move util funcs for ports to shared 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).