aboutsummaryrefslogtreecommitdiffstats
path: root/examples/udpfwd/netbe.h
diff options
context:
space:
mode:
authorKonstantin Ananyev <konstantin.ananyev@intel.com>2016-07-29 15:50:50 +0000
committerGerrit Code Review <gerrit@fd.io>2016-07-29 15:50:50 +0000
commit58a3674671da166ff3e3ec4dd552eb60adf3652b (patch)
tree805d63af6dcce3224ca0bc6469c0362ddafaf014 /examples/udpfwd/netbe.h
parent2e45b7a3cb16d2b4fdb8c2ad50c1a5a2361d19fa (diff)
parent509262299db2dd0cc819e0779d2d16bd0feb229c (diff)
Merge "udpfwd: allow BE and FE run over same core"
Diffstat (limited to 'examples/udpfwd/netbe.h')
-rw-r--r--examples/udpfwd/netbe.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/udpfwd/netbe.h b/examples/udpfwd/netbe.h
index 41bd452..0be785a 100644
--- a/examples/udpfwd/netbe.h
+++ b/examples/udpfwd/netbe.h
@@ -187,6 +187,13 @@ struct netfe_lcore {
struct netfe_stream *fs;
};
+struct lcore_prm {
+ struct {
+ struct netbe_lcore *lc;
+ } be;
+ struct netfe_lcore_prm fe;
+};
+
/*
* debug/trace macros.
*/