[spp] [PATCH 2/2] spp_pcap: update include paths

ogawa.yasufumi at lab.ntt.co.jp ogawa.yasufumi at lab.ntt.co.jp
Wed May 8 04:01:07 CEST 2019


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

As Makefile is updated for `vf/common` is removed, update include paths
of following files.

* src/pcap/command_proc.c
* src/pcap/spp_pcap.c

Signed-off-by: Yasufumi Ogawa <ogawa.yasufumi at lab.ntt.co.jp>
---
 src/pcap/command_proc.c | 4 ++--
 src/pcap/spp_pcap.c     | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/pcap/command_proc.c b/src/pcap/command_proc.c
index 96218c0..2987cad 100644
--- a/src/pcap/command_proc.c
+++ b/src/pcap/command_proc.c
@@ -7,9 +7,9 @@
 
 #include <rte_log.h>
 
-#include "string_buffer.h"
+#include "shared/secondary/spp_worker_th/string_buffer.h"
 #include "spp_pcap.h"
-#include "command_conn.h"
+#include "shared/secondary/spp_worker_th/command_conn.h"
 #include "command_dec.h"
 #include "command_proc.h"
 
diff --git a/src/pcap/spp_pcap.c b/src/pcap/spp_pcap.c
index 1fb6c32..f8f3f79 100644
--- a/src/pcap/spp_pcap.c
+++ b/src/pcap/spp_pcap.c
@@ -17,7 +17,7 @@
 #include "spp_pcap.h"
 #include "command_proc.h"
 #include "command_dec.h"
-#include "spp_port.h"
+#include "shared/secondary/spp_worker_th/spp_port.h"
 
 /* Declare global variables */
 #define RTE_LOGTYPE_SPP_PCAP RTE_LOGTYPE_USER2
-- 
2.17.1



More information about the spp mailing list