aboutsummaryrefslogtreecommitdiffstats
path: root/examples/udpfwd/parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/udpfwd/parse.h')
-rw-r--r--examples/udpfwd/parse.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/udpfwd/parse.h b/examples/udpfwd/parse.h
index 911c874..e25e64e 100644
--- a/examples/udpfwd/parse.h
+++ b/examples/udpfwd/parse.h
@@ -16,6 +16,8 @@
#ifndef __PARSE_H__
#define __PARSE_H__
+#define PARSE_LIST_DELIM "-"
+
union parse_val {
uint64_t u64;
struct {
@@ -26,6 +28,7 @@ union parse_val {
};
} in;
struct ether_addr mac;
+ rte_cpuset_t cpuset;
};
static int