Soft Patch Panel
 help / color / mirror / Atom feed
* [spp] [PATCH 0/3] Update for compile on CentOS7
@ 2019-04-04  9:57 ogawa.yasufumi
  2019-04-04  9:57 ` [spp] [PATCH 1/3] spp_nfv: remove declaration in for loop ogawa.yasufumi
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: ogawa.yasufumi @ 2019-04-04  9:57 UTC (permalink / raw)
  To: spp, ferruh.yigit, ogawa.yasufumi

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

Hi,

Compiling SPP without `-std=c99` for C99 mode is failed on some
environment such as CentOS7. It is required to be enable to compile
without specific options on every envs.

This series of patches is to update for compilation on CentOS7 without
C99 mode option.

Yasufumi Ogawa (3):
  spp_nfv: remove declaration in for loop
  spp_primary: remove declaration in for loop
  spp_vf: change inline func calls static inside

 src/nfv/main.c           | 2 +-
 src/nfv/nfv_status.c     | 4 ++--
 src/nfv/nfv_utils.h      | 3 ++-
 src/primary/init.c       | 3 ++-
 src/vf/common/spp_port.c | 6 +++---
 5 files changed, 10 insertions(+), 8 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2019-04-04  9:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-04  9:57 [spp] [PATCH 0/3] Update for compile on CentOS7 ogawa.yasufumi
2019-04-04  9:57 ` [spp] [PATCH 1/3] spp_nfv: remove declaration in for loop ogawa.yasufumi
2019-04-04  9:57 ` [spp] [PATCH 2/3] spp_primary: " ogawa.yasufumi
2019-04-04  9:57 ` [spp] [PATCH 3/3] spp_vf: change inline func calls static inside 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).