[fast-classifier] stopping point for fast-classifier
We have:
1) User space library
2) Communicating 5-tuple to kernel module
Need to implement the actual offload rule creation when we get signals
from user space
AND lots of code clean up / testing / validation
Change-Id: I59c51dfb5ccd1f71ba7da79679b70d2e7d3e987d
Signed-off-by: Matthew McClintock <mmcclint@codeaurora.org>
diff --git a/fast-classifier/fast-classifier.h b/fast-classifier/fast-classifier.h
new file mode 100644
index 0000000..d9bb95a
--- /dev/null
+++ b/fast-classifier/fast-classifier.h
@@ -0,0 +1,7 @@
+/*
+ * User space header to send message to the fast classifier
+ */
+
+void fast_classifier_ipv4_offload(unsigned char proto, unsigned long src_saddr,
+ unsigned long dst_saddr, unsigned short sport,
+ unsigned short dport);